Iam a bloody beginner using node red and want to automate some stuff. Mainly I want to use it for voice assistant alexa.
So I already configured the simple on and off for bulbs, climate and so on, but I dont can configure the light changing ones or set a temperature for the thermostat.
So my thermostat can do on/off. But the question was, how can I advise to set temperature to 20°C, or how can I activate a light and also can set brightness to maybe 50%?
Yes, that was what I figured out in the time till today. Thanks My “problem” is, how to get the value for example “20°C” from voice command, translatet to the call service enttiy.
So if I say “Set temperature at living room to 20°C” how will the “20°C” extracted so that I can use.
Connect the virtual smart home node to a debug. Set the debug drop down to complete message object, then deploy. Tell alexa to set the thermostat to 20. Copy the message that alexa sends and post it here.