Hello everybody,
I hope you can give me a hand, I have looked everywhere and I can’t find any solution for my problem
I have installed the integration for CCU3 (Homematic IP) and almost everything is working fine.
There is just a little detail, I am not able to retrive the humidity from any of my devices
When I look at the atributes of my climate entitity, nothing related with humidity is present.
See below an output of all atributes from one of my climate entities
{
“hvac_modes”: [
“auto”,
“heat”,
“off”
],
“min_temp”: 4.5,
“max_temp”: 30.5,
“target_temp_step”: 0.5,
“preset_modes”: [
“boost”
],
“current_temperature”: 23.2,
“temperature”: 20,
“preset_mode”: “none”,
“id”: “INT0000008”,
“interface”: “groups”,
“battery”: “High”,
“rssi_device”: “”,
“valve”: 4,
“level”: 0,
“mode”: null,
“voltage”: “”,
“friendly_name”: “Bathroom”,
“supported_features”: 17
}
I only have 3x types of devices:
- Radiator HmIP-eTRV-2
- Wall Thermostat HMIP-WTH-2 (they include humidity sensors, I can see the current temperature in the physical display)
- CCU3
In the CCU3 web configurator, I have created groups and linked each radiator to it’s respective wall thermostat
This is what I have added to my configuration.yaml
homematic:
interfaces:
rf:
host: 192.168.1.4
resolvenames: json
username: Admin
password: mypass
groups:
host: 192.168.1.4
port: 9292
resolvenames: json
username: Admin
password: mypass
path: /groups
hosts:
ccu3:
host: 192.168.1.4
port: 2001
username: Admin
password: mypass
Any help is apreciated