Hi, I use these nodes a lot and recently I have bought new Samsung freezer, fridge and oven so I was eager to use them in Node-Red together with my other automation.
I have setup this flow to test it out.
The fridge report the temp but never if the door is opened/closed as the Samsung App does.
the "contact" value is always 1.
If I open the fridge and keep it open the temp rise
. Here I noticed that the "thermostatCoolingSetpoint" follows the "temperature" so it seems to be the same. The setpoint is set to 3 even then the door is opened.
When I close the door I got:
The Freezer have the same problem with the door open/close and a more critical problem is that it can't show any temp "value: NaN". Maybe it's because it's negative and will become a String?
Lastly the Oven. It reacts to open/close but will not report the temp "value: NaN". In this case the problem could be that the temp has more then one value because the oven has individual settings for the upper and lower part.
Open/Close will result in:
I am running version 0.0.20 of node-red-contrib-smartthings and I have double checked that all my devices have been activated in NodeRed WebHook.
Hi, I use these nodes a lot and recently I have bought new Samsung freezer, fridge and oven so I was eager to use them in Node-Red together with my other automation.
I have setup this flow to test it out.
The fridge report the temp but never if the door is opened/closed as the Samsung App does. the "contact" value is always 1.
If I open the fridge and keep it open the temp rise . Here I noticed that the "thermostatCoolingSetpoint" follows the "temperature" so it seems to be the same. The setpoint is set to 3 even then the door is opened.
When I close the door I got:
The Freezer have the same problem with the door open/close and a more critical problem is that it can't show any temp "value: NaN". Maybe it's because it's negative and will become a String?
Lastly the Oven. It reacts to open/close but will not report the temp "value: NaN". In this case the problem could be that the temp has more then one value because the oven has individual settings for the upper and lower part. Open/Close will result in:
I am running version 0.0.20 of node-red-contrib-smartthings and I have double checked that all my devices have been activated in NodeRed WebHook.
BR Magnus