Hello,
I am having some problems controlling a Fibaro dimmer from OpenHAB 1.6.2 (and previously 1.6.1). As there are lots of people using them, I am sure I've just made a configuration mistake somewhere.
I've configured the dimmer with OpenHAB in association group 3 and when I control it using the physical switches the state of the item in OpenHAB is correctly updated. I can see in the zwave binding log events being generated when the switch is used and the state updated in OpenHAB.
However when I try to control the dimmer from OpenHAB using the increase/decrease buttons on a slider, the dimmer is only ever set to 5% or 0%. If I it turn on tracing in the zwave binding I can see a trace message saying that INCREASE is being converted to 5 and then a command is then sent to the dimmer. There is no further traffic from the dimmer, for example events with the current dimmer state that are generated by the physical switch.
The item configuration is:
Dimmer TestMiddleAsDimmer "Test Middle Dimmer [%d%%]" (GroupTest) {zwave="6"}
And the sitemap configuration is:
Slider item=TestMiddleAsDimmer
I've tried various additional parameters for the zwave binding in the item definition, including setting command=SWITCH_MULTILEVEL, but nothing seems to make any difference.
Does anybody have any suggestions of what to try?
Thanks,
Steve.