-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Commit to 2.3.1 breaks IKEA roller blinds. #89
Comments
yeah, I am working, right now, with aqara curtain, WindowCovering works so bad in z2m( |
yeah...data format was changed in z2m, I will try to fix properties today |
try + node-red-contrib-zigbee2mqtt@2.3.2 |
Hi
} Regards, Paul |
yes, I have two different curtain motors and they are reporting different data, one with running, other with motor_state.. so strange.. |
Hi just added a debug node to the output of one of my blinds and this the last output from when I opened it, maybe this helps, this is on 2.2.5 of your module :
While it was moving only the position seems to change:
|
It seems this error was introduced in 2d0ad32, more specifically: - if ('position' in payload) {
+ } else if ('position' in payload && 'running' in payload) { //old?? introduces a change which is not compatible with the IKEA blinds, since they do not report |
Please, test my fix, let me know |
Hi, Thanks, |
Also confirmed on Node-RED 3.0.2 and Zigbee2MQTT 1.27.0 |
Hi
it looks like the IKEA roller blinds no longer are recognized as WindowCovering.
They only report 'position' and not the other attributes the new code looks for.
Paul
The text was updated successfully, but these errors were encountered: