Hi all,
I’m just looking for some battery-powered push buttons which I can just stick to the wall and click, so I don’t always have to use my phone for some things.
Regarding ecosystem, I’m still relatively unbound, so I don’t have Zigbee, Z-Wave or something else in my home, yet. But I think that would make sense, because WiFi is probably not very battery-friendly or slow if you put it to deep sleep and it has to reconnect on every button press. I first thought about building something myself with an ESP32, but discarded the idea for this reason. But maybe I’m completely misestimating WiFi for this use case so please correct me if I’m wrong.
So, I’m currently looking into existing solutions, but I’m a bit overwhelmed by the amount of different systems available and it’s not quite clear to me which ones are compatible with each other and which ones work well with HA.
From the looks, I actually like these from sonoff, but I’m not sure if it is possible to integrate them into HA.The page just lists some other sonoff switches which are compatible, but no hub or something to connect them to HA.
Bonus, but no must-have
I do still have a bunch of very old 433 MHz plugs which I still use and also connected to HA in a quite complicated way. To elaborate on how I integrated them (it’s a bit historically grown from 10 years ago). I have a FS1000A type OOK 433 MHz transmitter module which is attached via GPIOs to a Raspberry Pi to send the On/Off signals (just playback of recorded remote control signals) to the plugs. The plugs themselves do not send an answer, and since they are also occasionally switched from a remote control, I never know their current state. The key sending can be triggered by a REST interface I wrote and integrated with buttons in HA. Looks like this in HA
So the chain of events is
- Press button in HA App
- Trigger HTTP call on Raspi
- Send out recorded signals from Raspi
So if that could be simplified by removing the Raspi from that chain, that would be a bonus, but no must-have as it actually works quite reliably.
What would be your suggestions for starting with an ecosystem? For now, I just want some wall plugs, but extensibility is nice of course. Features I would like of the system. Trade-offs can be made to some degree.
- Integration into HA
- Good reliability
- Fast reaction time
- Long battery life
- Cheap price
Thanks for your suggestions!


