i´m using Amazon Alexa to control my switches and light via voice control. I realize this with the alexa node-red Skill and Node-red + MQTT-Messages to Domoticz.
I´m able to set switches On/Off, trigger scenes and dim MiLight Lamps/LED-Stripes. Now i would like to control my z-wave thermostat via Alexa, but im not shure how the MQTT-Message to Domoticz should look like.
The Message to switch Ligth for instance looks like this:
Code: Select all
payload:{"command": "switchlight", "idx": 397, "switchcmd": "On", "level": 100 }
thankfully
thps