I would Like to know if it’s possible to expose a number to Alexa and use the command
“Alexa set itemName to 20”
“Alexa what is the value of itemName”
The openhab skill mention the following :
“In your openHAB configuration, add voice tags to the items you wish to expose to Alexa. Any number, dimmer, switch or thermostat mode (string or number) is supported.”
Looking closely at the list i can see this option could be the best for my case:
RangeComponent
Number RangeComponent "Range Component" {alexa="RangeComponent"}
Number RangeComponent "Range Component" {alexa="RangeController.rangeValue"}
What will be the intereaction with alexa with this tags ?
I can see my region is set to UK (I ll try to changed it to US if I find the way to do it. I am in australia so I must have change it at some point :))
My reel case it to set a value (xx minutes) for my timer rule
You should check the rangeController.rangeValue metadata supported parameters documentation. You can use the supportedRange=<minValue:maxValue:precision> parameter to customize your range.