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

Freezer Refrigerator and Oven don't function as expected #26

Open mane-wt opened 4 years ago

mane-wt commented 4 years ago

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. Flow

The fridge report the temp but never if the door is opened/closed as the Samsung App does. Refrigerator the "contact" value is always 1.

If I open the fridge and keep it open the temp rise Refrigerator open. 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: Refrigerator closed again

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? Freezer

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. Oven Open/Close will result in: Oven open,close

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. Screenshot_20200301-120752_SmartThings Screenshot_20200301-120833_SmartThings Screenshot_20200301-120935_SmartThings Screenshot_20200301-120922_SmartThings Screenshot_20200301-120915_SmartThings

BR Magnus

mane-wt commented 4 years ago

Is this possible to solve?