Chris Weiss

Results 45 comments of Chris Weiss

I have done things like that before, but if the wifi resets or the device reboots you don't get any debug info again until you manually connect again. having the...

what's odd on mine is that's only on the "panel" sensors, and isn't every day, or all day. in the last week it's only done it 8/31 between 8:30am and...

instead of clearing the IP tables rules, use the cloud console to add ingress rules open Networking, virtual cloud networks, drill down though your network, subnet, and security list and...

seems like negative values are working fine now. I wasn't sure at first and found this post, after watching it a couple days it seems perfect. ![card](https://user-images.githubusercontent.com/218795/234981179-0f114514-8680-463e-8fe4-e6c9eeaf63da.png)

I have the same, or a similar, issue, except it rarely works on startup or restarting HA doesn't fix it. in fact, restarting is a sure way to trigger it....

reloading the integration seems to be required after a reboot, and occasionally otherwise, possibly after internet loss? I added this automation, runs every 15 minutes, keeps it from been unavailable...

just the one, and it doesn't matter which one, it can even be some other circuit or interval, it's only so the service can find the integration to restart. Seems...

the while(1) will only reboot the microcontroller if there's a watchdog configured, and this usually isn't the case in Arduino stuff. it's also not necessary to reboot the microcontroller when...

I think I managed to trigger this code, but it wasn't a firmware bug, it was something else doing the wrong thing and getting to that getprompt when it should...