-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bug: Blind Tilts won't change mapping modes based on mode changes in Homebridge #670
Comments
Any thoughts @AndreasVerhoeven? |
I think this was fixed in 2.5.2-beta |
Thanks @AndreasVerhoeven! |
@The-Croz can you install the latest beta and see if that works for you? |
@AndreasVerhoeven @donavanbecker On 2.5.2-beta 1 my blinds will open fine but will not close. When the close command is sent they just get stuck on closing and never move. Any ideas? |
@AndreasVerhoeven @donavanbecker Here's some debug logs of when they are attempted to be closed from the open position. When HK is stuck on "closing" one of those chunks of messages will come through every two seconds in debug logging mode until they are toggled again to set them back to "open".
|
’d: {"statusCode":400,"body":{},"message":"ExpressionAttributeValues contains invalid value: The parameter cannot be converted to a numeric value: NaN for key :dataItem"}' This is an issue at the switchbot API unfortunately. We have to work around it I think. |
Bummer. Well keep me posted if there's anything I can help test. Thanks for working on this @AndreasVerhoeven |
I worked around this in #672 . Unfortunately, due to the various bugs in Switchbot's API, the home app might not always reflect the actual value of the device. Let's hope Switchbot fixes their API |
Describe The Bug
Blind tilts are set up to only down mode but mapping mode stays at only up and HK closes them up.
To Reproduce
Change mode in Homebridge config and the blinds don't change to the mode that is set
Expected behavior
Blinds will open to middle and close down
Relevant log output
Config for homebridge-switchbot
Screenshots
No response
Device & Model
Blind Tilts. Homebridge running on Docker on Intel NUC.
Node.js Version
v18.13.0
NPM Version
v
Homebridge Version
v1.6.0
Homebridge Switchbot Plugin Version
v2.5.1
Homebridge Config UI X Plugin Version
v4.50.2
Operating System
Unraid
The text was updated successfully, but these errors were encountered: