I’m thrilled to share my recent success in configuring my Aeotec Wallmote Quad with the DHS Z-Wave Micro Dimmer! It’s been a bit of a learning curve, but I’ve managed to get everything working smoothly. Let me walk you through my journey in case you’re tackling a similar setup.
Initially, I was puzzled about how to link the Wallmote Quad to the dimmer. After some research and trial and error, I realized that the key was ensuring both devices were on the same Z-Wave network and properly included in my OpenHab setup. I started by resetting both devices to make sure there were no lingering configurations.
Next, I carefully followed the OpenHab documentation to set up the necessary items and sitemap entries. Here’s a quick snippet of what my configuration looked like:
plaintext
Dimmer StudyLightsDimmer “Dimmer [%s %%]”
And in the sitemap:
plaintext
sitemap default label=“Home2” {
Frame label=“Study Downlights” {
Switch item=StudyLightsDimmer
Slider item=StudyLightsDimmer
}
}
After ensuring the correct bindings and testing the setup through the OpenHab app, I was thrilled when the Wallmote Quad finally responded to my commands! The dimmer now adjusts perfectly with the slider, and the switch toggles the lights on and off seamlessly.
This experience taught me the importance of meticulous configuration and the value of community resources. If you’re just starting out with Z-Wave devices, don’t hesitate to reach out for help—there’s a wealth of knowledge out there waiting to assist you!
Happy automating! ![]()