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 driver for horizontal awnings is trying to fetch the position through the core:ClosureState state, but - at least in my setup - the state it should use is called core:DeploymentState. (I have a vertical exterior awning as well, and that has a core:ClosureState state.)
The effect of this is that I can control the horizontal awning from Homey but it doesn't report the correct position back when it changes due to an external event (such as wind, the Connexoon app etc.).
The driver for horizontal awnings is trying to fetch the position through the
core:ClosureState
state, but - at least in my setup - the state it should use is calledcore:DeploymentState
. (I have a vertical exterior awning as well, and that has acore:ClosureState
state.)The effect of this is that I can control the horizontal awning from Homey but it doesn't report the correct position back when it changes due to an external event (such as wind, the Connexoon app etc.).
See https://github.com/totalimmersion/com.somfy.tahoma/blob/develop/drivers/WindowCoveringsDevice.js#L96 - this should probably be updated to something like:
This is the device setup for the horizontal awning - notice there's no
core:ClosureState
:The text was updated successfully, but these errors were encountered: