• 66 Posts
  • 132 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle




  • Yes, definitely. That’s one of the reasons I’ve implemented this way. If a light (for example) had the physical switch turned off and back on, a lot of smart bulbs will go to the on state, even if HA had previously set (and expects it to be) off. The next execution may turn it off in an off state, on in an on state, on from an off state or off from an on state, but either way that truth table will resolve after an iteration




  • Great points. I have white a few smart switches through the house to control things both physically and via Home Assistant. Most of the other lights are wifi based and work mostly as expected with occasional drops (which can get annoying). Was wanting to experiment with ZigBee to see if it was more reliable, but it sounds like that might not be the case













  • Gotcha, that matches my assumptions. Yes everything is internal. It’s accessible remotely via Wireguard, but I mostly wanted to get some practice with NGINX/ TLS certs (also way easier to refer to things around the house with <service>.homelab isntead of IP:port, haha.

    So if I did want this to be fully encrypted, I would essentially need to configure each service (jellyfin, home assistant, etc) to have SSL on them with this self-signed cert/ key that I used on NGINX (or perhaps new cert/ key) and then I would be all set?