this post was submitted on 26 Aug 2024
28 points (96.7% liked)
homeassistant
12045 readers
10 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
shelly relays will do exactly what you want. just wire them as disconnected switches. i do this to simulate 3-way switches, but it'll work just as well to swap circuit behavior.
you can use a homeassistant action if you’re already using HA, or you can have the shellys call each others web api when it senses the switch.
I've heard Shelly bandied about quite a lot in the HA circle but this is the first thing that's made me sit up and take notice. You're saying they're far more customisable than, say, your standard ZigBee light switch?
Depends on the specific Zigbee switch, but generally yes.
The magic is in the fact that you can decouple the relay, and use the switch as a sensor that triggers things that may or may not be related to the physical switch position.
The other reason I like it better than a typical "smart switch" is that I can use the shellys with whatever switch I want, so I can have it match my dumb switches and use different colors.
Thanks, I'm going to have to put some research into this!