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

Window Covering CC: Parameters without position support are not controllable. #32

Open
AlCalzone opened this issue May 28, 2024 · 2 comments
Labels
backend This bug or request (primary) involves the Home Assistant backend/integration (and its dependencies) bug Something isn't working but should by design integration: zwave_js zwave-certification Required for Z-Wave certification

Comments

@AlCalzone
Copy link
Member

A user reported an issue with his Fibaro Roller Shutter 4, which is uncalibrated and exposes the Window Covering functionality without position support. These parameters expect to be controlled using level change commands. Trying to set the readonly targetValue for these, results in a cryptic error:

grafik

Diagnostics:
zwave_js-12a8dd9290fc6c99e405f4297a06c99f-Roller Shutter 4-90ceea0caf32e8293efad6a176439b54.json

@AlCalzone AlCalzone added the bug Something isn't working but should by design label May 28, 2024
@AlCalzone
Copy link
Member Author

AlCalzone commented Jun 13, 2024

Task:

@mguyard
Copy link

mguyard commented Oct 13, 2024

Hello,

Following change in HA 2024.10 who switch from :

2024-10-12 17:26:17.019 INFO Z-WAVE: [Node 028] Value updated: 106-0-targetValue-13 0 => 99
2024-10-12 17:27:05.994 INFO Z-WAVE: [Node 028] Value updated: 106-0-targetValue-13 99 => 0

to :

2024-10-12 17:20:06.160 INFO Z-WAVE: [Node 028] Value updated: 106-0-levelChangeUp-13 true => true
2024-10-12 17:17:02.978 INFO Z-WAVE: [Node 028] Value updated: 106-0-levelChangeDown-13 true => true

My FGR-224 don't work as expected. As explain in this issue, levelChangeUp and levelChangeDown are inverted all my FGR-224 modules. If you can find time to look logs provided to identify if issue is in ZwaveJS or on the Fibaro Side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This bug or request (primary) involves the Home Assistant backend/integration (and its dependencies) bug Something isn't working but should by design integration: zwave_js zwave-certification Required for Z-Wave certification
Projects
Development

No branches or pull requests

4 participants