You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sensors should show if the connected Channel has the Status "On" or "Off"
Current Behavior
The Channel of the Sensor is not showing the right Status.
I Think the Channel is connected to "odp0000" but this Channel doesn't reflect the Status of the Sensor.
If the Sensor has two switches it only shows one Channel.
Possible Solution
The right Channel to see the Status is "ch0000.idp0000" - 0 = Off / 1 = On
If it has two switches the left one is "ch0000.idp0000" - 0 = Off / 1 = On
The right one is "ch0003.idp0000" - 0 = Off / 1 = On
More of a feature Request it would be also nice to see this. But it is also fine to get the Value from the dimming Actuar it self.
Also if there is a Dim Actor attached with the light you also get the Dimming Value in
idp0009": {
"pairingID": 272,
"value": "100"
0 = light off / 100 = light full on
Steps to Reproduce (for Bugs)
Context
Your Environment
Version used: (e.g., openHAB and add-on versions)
openHAB 3.4.1
Addon Release fh-v3.4.3
Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):
Raspbian
The text was updated successfully, but these errors were encountered:
I have to make a test in my environment. in the current version the binding is detecting the channels and datapoints automatically and the ch0000 and ch0003 shall be found for the sensor.
I am currently using this function, with e 2/1 wireless sensor-act. the left channel is configured to activate the actuator, the right to signal the sensor and switch by openhab the hue lights.
the other point with the dimming part. The dimming sensor Is not part of the binding, just the dimming actuator. I will add it.
Expected Behavior
The Sensors should show if the connected Channel has the Status "On" or "Off"
Current Behavior
The Channel of the Sensor is not showing the right Status.
I Think the Channel is connected to "odp0000" but this Channel doesn't reflect the Status of the Sensor.
If the Sensor has two switches it only shows one Channel.
Possible Solution
The right Channel to see the Status is "ch0000.idp0000" - 0 = Off / 1 = On
If it has two switches the left one is "ch0000.idp0000" - 0 = Off / 1 = On
The right one is "ch0003.idp0000" - 0 = Off / 1 = On
More of a feature Request it would be also nice to see this. But it is also fine to get the Value from the dimming Actuar it self.
Also if there is a Dim Actor attached with the light you also get the Dimming Value in
0 = light off / 100 = light full on
Steps to Reproduce (for Bugs)
Context
Your Environment
openHAB 3.4.1
Addon Release fh-v3.4.3
Raspbian
The text was updated successfully, but these errors were encountered: