Hi,
I’m in the throws of configuring a String item type cabale to integrate with Alexa. Such an item is responsible of controlling the alarm system and, so far, can have only two options: On and Off.
After several attemps, I set the item as follows:
I am aware that for the burgrar alarm system a switch item type semantics is foreseen as per documentation; in my case however, due to the device kind, I am forced to use the String type.
If you can’t use a Switch, then you could use a proxy item that you will use for the Alexa integration and update it via rules when your burglar alarm item gets updated.
After numerous attempts I finally found a partial solution to the issue. I set the item as: channel=“openwebnet:bus_aux:mybridge:Alarm_activation:aux”,alexa=“Mode”
The only inconvenience is that vocal commands are not available (I tried the appropriate voice settings but no way so I left the Mode settings only) i.e. solely touch command are accessible via the Alexa App. This is not a problem given that controlling alarm via voice could be dangerous!
Thanks Again