otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Can't set coolingSetpoint of Samsung A/C over Thermostat node #41

Open syoma755 opened 4 years ago

syoma755 commented 4 years ago

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

RockWest commented 3 years ago

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}}

otaviojr commented 2 years ago

I know this has been posted a long time ago, but now I bought a Samsung VRF A/C for my home, and will finally test this node.

It will work for sure.

As soon as the Samsung engineer comes here to start it.

regards, Otávio Ribeiro

drawwe commented 1 year ago

Hi,

Old post but I have exactly the same issue as above, is there a solution for this?

Regards, Freddy