Hey everyone, I wanted to share my recent experience with integrating EnOcean wall switches into my OpenHab 2 setup. While it might seem a bit tricky at first, I’ve found it to be a really rewarding process!
I’ve been using EnOcean devices for a while now, and I’ve always been impressed by their reliability and ease of use. Recently, I decided to try something a bit more advanced: controlling a single light switch using two different EnOcean wall switches. My goal was to have both switches control the same light without any complicated wiring or additional hardware.
At first, I wasn’t sure if this setup would work seamlessly. I was especially curious about how OpenHab 2 would handle the MQTT/Event-Bus integration for both switches. I set up my configuration like this:
Switch F2_Bed_Light “Bed Light” (F2, Lighting) {enocean=“{id=00:29:1B:09, channel=A, eep=F6:02:01}”, enocean=“{id=00:29:DD:01, channel=A, eep=F6:02:01}”}
I was happy to see that the second switch worked perfectly right out of the gate, publishing MQTT information and controlling the light without any issues. The first switch, however, was a bit more stubborn. It didn’t seem to publish any MQTT data at first, which was a bit confusing. After some research and trial and error, I realized that it was a simple matter of ensuring both switches were properly configured within the EnOcean binding.
One thing I really appreciate about this setup is how clean and organized it keeps my configuration. Instead of having separate Switch definitions for each EnOcean device, I can manage everything in one place. This makes troubleshooting and future updates much easier.
I’ve also been experimenting with different scenes and automations using these switches. For example, I’ve set up a scene where both switches can toggle the light, but one switch can also adjust the brightness. It’s been a great way to add some flexibility to my lighting setup without complicating things too much.
If you’re considering integrating multiple EnOcean switches into your OpenHab setup, I’d highly recommend giving it a try. It’s a fantastic way to streamline your configuration and add some powerful functionality to your smart home. Plus, the community support for OpenHab and EnOcean devices is incredible. If you run into any issues, there’s always someone willing to help out!
Happy tinkering, everyone! ![]()