02.02.2023, 17:14
(02.02.2023, 17:01)vmic Wrote: Hi!Hi,
I am having an issue regarding room temperature from KNX and announsing from Alexa.
I am asking from Alexa Command to tell me the temperature of a room that is I am getting it from an ABB room display ( The object is a 2bytes , 9.001 temperature in Celcius ). When I ask from Alexa to tell me the room's temperature I am always getting the answer that the temperature is zero degrees. Also the Room Touch from ABB doen't have anything in Parameters to send the status temperature always fo:r example every 2 seconds
Why is that happening?
For read cyclical the temperature, you can write a resident script ( every 50 sec for example) or a schedule script like this:
Temp = grp.getvalue(your group)
grp.checkupdate('virtual group',Temp,your delta)
About Alexa I think you must check Alexa app config