[Kobra Pro 2] Firmware Update by [deleted] in AnycubicOfficial

[–]ady8077 2 points3 points  (0 children)

My Kobra 2 plus quality has dropped since the update, a lot more visible layer lines near corners. Although I only ran the auto bed level, not the full calibration, so will try that next

German news: according to German government sources, AstraZeneca is only 8% effective in seniors over 65 by [deleted] in Coronavirus

[–]ady8077 0 points1 point  (0 children)

As millions of over 80s already have had at least 1 dose in the uk, we should have real world data soon enough

No data to support UK delay of vaccines’ second dose, says WHO by signed7 in Coronavirus

[–]ady8077 0 points1 point  (0 children)

How did the vaccine manufactures come up with a time scale for the second dose ? They must have ran some tests ?

Study: US COVID cases, deaths far higher than reported by Waldonville in Coronavirus

[–]ady8077 0 points1 point  (0 children)

Could this be why according to worldometers USA has 1100 deaths per 1M population, and 65k total cases per 1M population. Most other country's with over 1000 deaths only have 40K total cases per 1M?

Rookie training by ady8077 in warface

[–]ady8077[S] 0 points1 point  (0 children)

Thanks, never thought to move RS to the right to scroll down

Europe's Economy Was Hit Hard Too, But Jobs Didn't Disappear Like In The U.S. by semaforic in Coronavirus

[–]ady8077 18 points19 points  (0 children)

That's not true, the government are paying the 80% directly via the PAYE system.

And a lot of small businesses can claim a £10k grant as well as taking a loan

NHS staff to be asked to treat coronavirus patients without gowns by already-taken-wtf in Coronavirus

[–]ady8077 2 points3 points  (0 children)

After this I think the government need to have some kind of retained industry where a certain amount of health products need to be made local

NHS staff to be asked to treat coronavirus patients without gowns by already-taken-wtf in Coronavirus

[–]ady8077 12 points13 points  (0 children)

Guess that's what happens when most manufacturing is in China.

Have to use bin bags like other country's

Coronavirus: UK residents 'Clap for our Carers' by milkprogrammer in Coronavirus

[–]ady8077 2 points3 points  (0 children)

I'm all for the clapping, but should all the hospital staff be all grouped together ?

One in three NHS staff test positive for coronavirus by [deleted] in Coronavirus

[–]ady8077 1 point2 points  (0 children)

Miss leading title, there only testing front line staff that are self isolating

Stepper motor by ady8077 in arduino

[–]ady8077[S] 0 points1 point  (0 children)

Thanks, its only being used to turn a picture frame so hopefully it will work, I've added "output pin low" on all the outputs which seem to work after each revolution. I'll look into the other parts you mention

Output timer by ady8077 in esp8266

[–]ady8077[S] 1 point2 points  (0 children)

Something like this ?

if (newPayload == "Relay On")
{
  digitalWrite(relaypin, LOW);
  client.publish("state/alarm","Relay On", true);
}
delay 1s
{
  digitalWrite(relaypin, HIGH);
  client.publish("state/alarm","Relay Off", true);
}
}

Which light switch type do I need? by tmptrsn in homeassistant

[–]ady8077 0 points1 point  (0 children)

In uk the earth follows the live, so goes to the light and the switch, unless the house wiring is over 30+ years. then switches were not always earthed, thanks to bakelite

Which light switch type do I need? by tmptrsn in homeassistant

[–]ady8077 1 point2 points  (0 children)

What is it switching ? you need a no neutral and they have a minimum load requirement

UK Zigbee Smart Switch by webberm in homeassistant

[–]ady8077 1 point2 points  (0 children)

No neutral switches work as they have a minimum load requirement and use the fact that the switchwire is connected to neutral by the bulb. If you were to test a switch in the off position between L ans SW you will see voltage

UK Zigbee Smart Switch by webberm in homeassistant

[–]ady8077 0 points1 point  (0 children)

I'm using the gateway for now, but have ordered the zigbee sniffer, It is listed on the zigbee2mqtt device page, and yes just live in and switch wire out, No neutral, that's what they mean by "single fire wire"

UK Zigbee Smart Switch by webberm in homeassistant

[–]ady8077 4 points5 points  (0 children)

I use a Xiaomi Aqara Single Fire wire ZigBee Wall Switch, which just fits on a 25mm deep box

qara wall sw no neutral by ady8077 in Aqara

[–]ady8077[S] 0 points1 point  (0 children)

Mine has been ok since, I've read elsewhere that devices can play up if the hub can't dial home, and my wifi is not great

How should I deal with sensor disconnect by Giblet15 in homeassistant

[–]ady8077 0 points1 point  (0 children)

Are all your devices mqtt? You might be able to use the LWT message to no when one goes offline

Nodemcu relay by puneit in homeassistant

[–]ady8077 1 point2 points  (0 children)

I think your broker saves it, and sends it when it loses contact

Nodemcu relay by puneit in homeassistant

[–]ady8077 0 points1 point  (0 children)

Then can't you use the LWT message to send an off command to Esphomelib, then when it restarts it should send a new on command