Can you monitor a samsung refrigerator temperature with the SmartThings app?

Samsung Refrigerator Model#RF28R6241SR and have connected to smartthings app. It’s clear that I can adjust the desired temperature through the app but it’s unclear if I can see the current temperature. Am I missing something?

I would also like to know. From what I could find on the web, it does not, which seems stupid. Being able to monitor the fridge temp, was one of the main reasons why I wanted to get a Samsung fridge for my holiday home.

I can see fridge and freezer temperatures in ST app, can also change from there.

I just looked and mine doesn’t have it either. I can’t believe I’ve never noticed that. All I can see is the set point in the ST app. The weird thing is, it shows me the current temp and setpoint in Alexa.

Interesting thanks for your response. I can change temperature but it doesn’t show current temperature. Example: current set temperature is 37, change it to 35 and it shows 35. Of course, eventually the temperature will be 35 but no indication of progress towards set temperature. My concern is when traveling I want to ensure refrigerator is working.

Based on your response I connected to Alexa by enabling Smartthings App. All I get is “Cool” with no indication of temperatures or even ability to modify set point. I guess I just don’t understand.

You don’t see this under the thermostats devices section?

Correct, I don’t have this screen. Attached is the only screen that I can see. Can you assist me in fixing this?

I should’ve been more clear. The screenshot I showed you was in Alexa. This is the only place I can see the current fridge temp AND the set point. In the ST app, my page looks just like yours. I don’t think there’s a visible way to see the current temp in ST; however, the data must be there if it’s passing it through to Alexa.

Thanks for the clarification. This is what I get in Alexa.

No thermostat section on mine

Just FYI… You can get the temperatures for both the fridge and freezer if you use Action Tiles @tgauchat . Action Tiles can also show if you if either door is open, turn ice maker on/off, and adjust temp of fridge/freezer.

Just got my fridge and got it connected to SmartThings and same issues here, seems silly to see the “set” temperature but not the actual temperature, would be helpful to know if power goes out and temp rises… although I guess if power goes out the fridge goes offline, but maybe when it kicks back on you’d know at that point. I see some folks can access temp in Alexa but I don’t get that option (or at least haven’t found it).

A refrigerator basically has one purpose to exist. That is to keep food cold/frozen.

How in the world could Samsung overlook adding the one thing that most people would find important in the app? Please fix this! BTW, Google assistant tells me the refrigerator is 3 deg if I ask.

Probably because the design team never bothered to ask a customer what they wanted. The engineer would “assume” that if you set the temperature then that’s what’ll it will be … because that’s the way he designed it.

The fridge temp monitoring depends on the model. Not all Samsung fridges have this capability. Unfortunately, mine does not. I invested in an inexpensive device to monitor the temps and alarm if too high/low.

@nayelyz How can we go about requesting additonal features in the smartthings app to show Refrigerator actual vs.set temperatures? This would be very useful to determine if the refrigerator is working correctly, set alarms for high temps etc.
Current view shows only the set temps, which could vary from the actual temps.

As with many devices in the ST app, the capability is defined, but not exposed by the presentation definition. Here is the component-status for the capabilities of my fridge:

───────────────────
 #  Id             
───────────────────
 1  cooler         
 2  cvroom         
 3  freezer        
 4  icemaker       
 5  icemaker-02    
───────────────────
 6  main (default) 
 7  pantry-01      
 8  scale-10       
 9  scale-11       
───────────────────
? Select a component. 1
──────────────────────────────────────────────────────────────────
 Capability                        Attribute             Value    
 contactSensor                     contact               "closed" 
 custom.disabledCapabilities       disabledCapabilities  []       
 temperatureMeasurement            temperature           37 F     
 custom.thermostatSetpointControl  minimumSetpoint       34 F     
 custom.thermostatSetpointControl  maximumSetpoint       44 F     
 thermostatCoolingSetpoint         coolingSetpoint       37 F     
──────────────────────────────────────────────────────────────────
───────────────────
 #  Id             
───────────────────
 1  cooler         
 2  cvroom         
 3  freezer        
 4  icemaker       
 5  icemaker-02    
───────────────────
 6  main (default) 
 7  pantry-01      
 8  scale-10       
 9  scale-11       
───────────────────
? Select a component. 3
──────────────────────────────────────────────────────────────────
 Capability                        Attribute             Value    
 contactSensor                     contact               "closed" 
 custom.disabledCapabilities       disabledCapabilities  []       
 temperatureMeasurement            temperature           0 F      
 custom.thermostatSetpointControl  minimumSetpoint       -8 F     
 custom.thermostatSetpointControl  maximumSetpoint       5 F      
 thermostatCoolingSetpoint         coolingSetpoint       0 F      
──────────────────────────────────────────────────────────────────
  "automation": {
    "conditions": [
      {
        "capability": "thermostatCoolingSetpoint",
        "version": 1,
        "label": "___PO_CODE_SAMSUNGELECTRONICS.DA_THERMOSTATCOOLINGSETPOINT_FREEZER",
        "displayType": "numberField",
        "numberField": {
          "value": "coolingSetpoint.value",
          "valueType": "number",
          "unit": "coolingSetpoint.unit",
          "range": [
            -23,
            -15
          ]
        },
        "exclusion": [],
        "component": "freezer"
      },
      {
        "capability": "thermostatCoolingSetpoint",
        "version": 1,
        "label": "___PO_CODE_SAMSUNGELECTRONICS.DA_THERMOSTATCOOLINGSETPOINT_COOLER",
        "displayType": "numberField",
        "numberField": {
          "value": "coolingSetpoint.value",
          "valueType": "number",
          "unit": "coolingSetpoint.unit",
          "range": [
            1,
            7
          ]
        },
        "exclusion": [],
        "component": "cooler"
      }

However, tools like Sharptools are accessing the capabilities differently and can expose them in their Rules Engine.

If the fridge was an Edge device, someone could write a custom driver to expose those capability/attributes in the automations section of the presentation. Unfortunately, the fridge uses OCF so the capabilities and presentation are under ST’s control so they would have to make changes to expose them.

1 Like

You got it. Doesn’t make sense to me either, as I originally thought I could monitor the current temperature when I was out of town.

When I contacted Samsung about the issue, they couldn’t get past the notion that if it was set to the correct temperature then that’s what it would be. I guess they don’t have power outages in South Korea.

Now I assume (as dangerous as that is) that if I can connect remotely then all is well.