Hi,
I’m not able to leverage Alexa room awareness with blinds controlled via OpenWebNet binding.
What I’d like to do is to be able to control a rollershutter called “Marco rollershutter” from everywhere in the house by saying “alexa, open marco rollershutter” (i.e. using full label) and also control the same rollershutter by simply saying “alexa, open rollershutter” when I’m in a room called “Marco room” which is also a group in the alexa app containing both the echodot and the rollershutter.
I don’t think this is related to the alexa app configuration, as it already works with the main light, but it seems the rollershutter it’s a bit more tricky.
Here my configuration:
Rollershutter BlindsMarco_RollerShutter "Tapparella Marco" <RollerShutter> (gBlinds_P1,gBlinds) {
alexa="RangeController.rangeValue" [category="EXTERIOR_BLIND", friendlyNames="@Setting.Opening", supportedRange="0:100:10", unitOfMeasure="Percent", actionMappings="Close=100,Open=0,Lower=(+10),Raise=(-10)", stateMappings="Closed=100,Open=0:99"],
channel="openwebnet:bus_automation:OWNBridge:BlindsMarco:shutter"
}
Voice command (in italian) when I’m outside the room works, and it is:
Alexa, apri la tapparella di marco
Voice command (in italian) when I’m inside the room doesn’t work, and it is:
Alexa, apri la tapparella
Group name in alexa app is Camera di Marco
and contains the rollershutter, the main light and 1 echodot.
With the main light, I guess that the display categry set to “LIGHT” allows alexa to identify it as a light, regardless the label of the item. And the translation into italian has to be “LUCE” so I can identify it with the generic word “LUCE” if I’m in the same room as the echodot.
But what happens to the rollershutter? It doesn’t work then, might it be because the display category EXTERIOR_BLIND
is not translated into the italian generic TAPPARELLA
word? What other generic word should I use to identify the rollershutter when I’m in the room?
thanks for your help.
ciao