veista / smartthings

A fork of the Home Assistant SmartThings Integration. This adds better support for Samsung OCF Devices.
169 stars 39 forks source link

Fridge missing Temp sensor readings #51

Open lightdsn opened 1 year ago

lightdsn commented 1 year ago

My fridge model 22K_REF_LCD_FHUB7.0 is missing the temp sensor settings. This is a big improvement over the stock integration, brought a lot more info into HA. Thank you!

cedricboitte commented 1 year ago

Same issue for me ... hoping an update soon ...

claudermilk commented 1 year ago

Same here. Model TP2X_REF_20K. There is a bit more info, though energy saved in now gone--not a big deal, it's always been 0. I moved to this integration in hopes this would be fixed. The data is in the JSON under components.cooler.temperatureMeasurement.temperature.value for current fridge temp, components.cooler.thermostatCoolingSetpoint.coolingSetpoint.value for the set temp. For the freezer it's the same but under components.freezer.

DeathofaStar commented 1 year ago

Experiencing the same issue claudermilk is having as well, model no. TP2X_REF_20K. Listed as sensor.fridge_thermostat_cooling_setpoint and sensor.fridge_temperature_measurement. Both are completely unavailable like the stock smartthings integration (why I grabbed this custom version) and the energy saved is also gone, but again like above the latter is not a big deal as it has always been 0 as well. Temperatures & Icemaker can be seen in SmartThings

Additionally, I also do not see the icemaker listed, either. Have tried the suggestions in comment #22 involving adding the fridge model # to the files to no avail

image image image image image

claudermilk commented 1 year ago

FYI, the information is presented by the fridge in JSON. I found this thread and used the template sensor definition there as a starting point: https://community.home-assistant.io/t/smartthings-refrigerator-fridge/373257 I now have all the information showing in HA. It would be nice to be able to toggle the settings, and maybe there's a way to do it that I don't know yet.