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
Describe the bug
I currently expose devices to Alexa via OpenHab, but I don't really use OpenHab for much else, so I'm trying to get rid of it in favour of this skill.
I have some blinds which only support open and closed (and not setting to a specific %), so the Internal and External Blinds aren't really applicable. In OpenHab, I've modelled them as a virtual switch exposed to Alexa as a ToggleController with semantics which map TurnOn and TurnOff to open and close respectively. This means I can say "open blinds" and the virtual switch is toggled on. I then detect this in NodeRed and interface to the blinds from there.
Would it be possible to add support for ToggleController with semantics to this skill?
The text was updated successfully, but these errors were encountered:
Describe the bug
I currently expose devices to Alexa via OpenHab, but I don't really use OpenHab for much else, so I'm trying to get rid of it in favour of this skill.
I have some blinds which only support open and closed (and not setting to a specific %), so the Internal and External Blinds aren't really applicable. In OpenHab, I've modelled them as a virtual switch exposed to Alexa as a
ToggleController
with semantics which mapTurnOn
andTurnOff
toopen
andclose
respectively. This means I can say "open blinds" and the virtual switch is toggled on. I then detect this in NodeRed and interface to the blinds from there.Would it be possible to add support for
ToggleController
with semantics to this skill?The text was updated successfully, but these errors were encountered: