Open Honigbrot opened 1 year ago
Okay so the problem is that your Awning is an OGP device, which is a slightly different protocol. It does not support the open
command on your Awning, which is the method the plugin sends.
After looking at other plugins, it seems that Awnings expect deploy
and undeploy
commands to be sent instead of open
and close
.
I currently do not support this obviously but also this would require some effort to implement unfortunately.
I have will mark this ticket as enhancement and try to implement it one day if I have time.
Wouldn't the optional parameter "command" solve that? Or is there a fundamentally different approach because of the difference in device type?
Confirmed it. Just setting the commands in the config works for my OGP Awning:
"devices": {
"Markise": {
"commands": [
"deploy",
"undeploy"
]
}
}
Confirmed it. Just setting the commands in the config works for my OGP Awning:
"devices": { "Markise": { "commands": [ "deploy", "undeploy" ] } }
Have the same issue but this din't solve my problem unfortunately.
Thanks to the latest update my shutters work perfectly. I tried to also control my Awning (Somfy RTS, same multi-channel remote as my shutters) via homebridge. It works flawlessly in the TaHoma app. However the homebridge plugin produces the following error message when trying to open / close via homebridge: