espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
433 stars 146 forks source link

GVA Command for AC Temperature change gives successful response but temperature doesnt change (MEGH-3677) #141

Open SohamKorgaonkar opened 1 year ago

SohamKorgaonkar commented 1 year ago

Hello,

I was trying to create an device of type Air Conditioner. I have added Swith and SetpointTemperature as its parameters. The device works properly with the Rainmaker App, and the switch commands using GVA work too. The only issue i am facing is, when I try to change temperature using GVA, I get a positive response like ("Temperature set to 25 degrees") but there is no response from the device. The callback function isnt called at all. I have tried esp.param.temperature as well as esp.param.setpoint-temperature, both give me the same problem.