pdmangel / node-red-contrib-openhab2

Other
21 stars 15 forks source link

Problem when using with Fibaro FGD-212 (dimmer 2) and scenes #34

Closed user34756361233 closed 6 years ago

user34756361233 commented 6 years ago

The FGD-212 dimmer will send a scene code "16" if switch 1 is operated with a single click. So the "16" is used to switch the light on if its off (or off if the light is on). When using node-red-contrib-openhab2 (the openhab2-in node) the 2nd and following single clicks are never received, probably because the state does not change.

The description tells: - openhab2-in Listens to state changes of a selected openHAB Item.

It is expected behaviour, but this renders node-red-contrib-openhab2 unusable in combination with Fibaro dimmers and switches.

For now I have created a work around using MQTT and Eventbus.

pdmangel commented 6 years ago

Channel 2 of 'openhab2-in' should output all 'raw' events and fulfill your needs.