tschamm / boschshc-hass

Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.
Other
168 stars 25 forks source link

Room Thermostat II Humidity not working #84

Closed Thxlx closed 1 year ago

Thxlx commented 1 year ago

Hi!

Everything works flawless in Home Assistant but the Humidity Sensor of the Room Thermostat II does not show any values.

Screenshot 2023-02-06 at 12 59 30
tschamm commented 1 year ago

What version is installed on your SHC? Is there any update available?

Thxlx commented 1 year ago

I am on 10.12.2785-28162 and there seems to be no update available

tschamm commented 1 year ago

Hm, can you post the rawscan results for the particular device? Missing the humidity level was observed here also. What is the device code for your thermostat?

Thxlx commented 1 year ago

The rawscan results show the humidity level...

    "deviceServiceIds": [
        "CommunicationQuality",
        "Thermostat",
        "BatteryLevel",
        "DisplayConfiguration",
        "TemperatureLevel",
        "HumidityLevel",
        "TerminalConfiguration",
        "Linking",
        "TemperatureOffset"
    ],
    "manufacturer": "BOSCH",
    "roomId": "hz_1",
    "deviceModel": "RTH2_BAT",
    "serial": "xxxxxx",
    "profile": "GENERIC",
    "name": "Raumthermostat",
    "status": "AVAILABLE",
    "parentDeviceId": "roomClimateControl_hz_1",
    "childDeviceIds": []
tschamm commented 1 year ago

Ok, that looks strange to me. Can you check if the entity (see entity registry) has been created twice?

Thxlx commented 1 year ago

No, its only one. I will migrate my Home Assistant to a new System today. Maybe theres something wrong on my site. I'll post an update here if something changes..

tschamm commented 1 year ago

I think I found the issue. The boschshcpy version was still missing the support for humidity level. My fault ... Should be fixed in the current release

Thxlx commented 1 year ago

Yep! Works perfectly fine! Thank you!