Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensors are not showing the right Status #6

Open
sleugner opened this issue Jan 19, 2023 · 1 comment
Open

Sensors are not showing the right Status #6

sleugner opened this issue Jan 19, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@sleugner
Copy link

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

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
@sleugner sleugner added the bug Something isn't working label Jan 19, 2023
@andrasU
Copy link
Owner

andrasU commented Jan 31, 2023

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.

@andrasU andrasU added this to the v3.4.4 milestone Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants