Hi there,
I have upgraded to the latest openhab version to make use of the Alexa Skill V3. I find the description quite complicated and now I am struggling to convince Alexa that to do what I would like…
I have a slat/lamella roof with adjustable slats that I would like to control via Alexa.
Here is my item definition:
Rollershutter Blind “Deck roof” {alexa=“RangeController.rangeValue” [category=“INTERIOR_BLIND”, friendlyNames="@Setting.Opening,Pergola,Roof,Deck Roof", supportedRange=“0:100:10”, unitOfMeasure=“Percent”, actionMappings=“Close completely=0,Open completely=100,Close=(-10),Open=(+10)”, stateMappings=“Closed completely=0,Open completely=1:100”]}
Now my question:
Friendly Names:
I would like that Alexa reacts on different names for the item. My understanding is that the fiendly name parameter can be used for that. Unfortunately this does not work so far.
Can someone please have look into my item definition to see what I am doing wrong?
Thanks!