Closed Grzesiek-L closed 3 years ago
smartthings documentation smartthings source (message by IssueLinks)
Hey there @andrewsayre, mind taking a look at this issue as its been labeled with an integration (smartthings
) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
SmartThings intergration connecting refrigerator Samsung model series BRB2601 and BRB2600 with USB dongle HD2018GH show only entities for TemperatureMeasurement and contactSensor (door) of Cooler. The TemperatureMeasurement and contactSensor of Freezer not show and not create entities but when send API request than return correctly both values from SmartThings Cloud API.
Environment
AccuWeather
can_reach_server | ok -- | -- remaining_requests | 42Lovelace
dashboards | 1 -- | -- mode | storage views | 1 resources | 0Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
The SmartThings Cloud API of refrigerator (Cooler and Freezer) return two or more separate section with the correct data (depends on the model of refrigerator): "cooler": { and "freezer": { and ... and "main": {
SmartThings Integration only read the first or "main" section of information (cooler). Integration doesn't take into account that there may still be more sections in the refrigerator. In "main" section API returns TemperatureMeasurement and contactSensor only for Cooler. The problem with showing freezer data was solved by Samsung Cloud API four years ago: https://community.smartthings.com/t/missing-freezer-temperature-in-side-by-side-device/204126/3