You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'm trying to setup a cooling setpoint of Samsung A/C using Thermostat Node.
I can already switch this A/C on and off using switch node, but with temperature happens something weird.
When I send a message to Thermostat node it throws following error:
"StatusCodeError: 422 - {"requestId":"0D190591-A9C8-48E3-B7B3-7E7B9DB18EC4","error":{"code":"ConstraintViolationError","message":"The request is malformed.","details":[{"code":"NotValidValue","target":"[0].capability","message":"thermostat is not a valid value.","details":[]}]}}"
What does it mean? The input message seem to have correct format:
The text was updated successfully, but these errors were encountered:
I am having the same error with a Sensi Thermostat Node.
StatusCodeError: 422 - {"requestId":"1201749D-C950-4B4B-83F6-3107F43ADE3A","error":{"code":"ConstraintViolationError","message":"The request is malformed.","details":[{"code":"NotValidValue","target":"commands[0].capability","message":"thermostat is not a valid value.","details":[]}]}}
The input message is:
{"_msgid":"1ab83bf2.dae884","topic":"coolingSetpoint","payload":{"value":25}}
Hello
I'm trying to setup a cooling setpoint of Samsung A/C using Thermostat Node.
I can already switch this A/C on and off using switch node, but with temperature happens something weird.
When I send a message to Thermostat node it throws following error:
"StatusCodeError: 422 - {"requestId":"0D190591-A9C8-48E3-B7B3-7E7B9DB18EC4","error":{"code":"ConstraintViolationError","message":"The request is malformed.","details":[{"code":"NotValidValue","target":"[0].capability","message":"thermostat is not a valid value.","details":[]}]}}"
What does it mean? The input message seem to have correct format:
![image](https://user-images.githubusercontent.com/18278130/87579896-f8576700-c6d6-11ea-85f2-fa16d6b5aff7.png)
The text was updated successfully, but these errors were encountered: