I’m using the official airzone integration and the documentation states that it is supposed to create a humidity sensor, but I do not see that. There are no errors that I can find so I’m not sure if I’m missing something. I have a mitsubishi heat pump hvac, MHK2 thermostat, Airzone CN105 WiFi Splitter for Mitsubishi Controls, and the Aidoo Pro. Here are screenshots to show what I have.
Here’s the output of a POST to http://[IP]:3000/api/v1/hvac
Note humidity is “0”.
{
"data": [
{
"systemID": 1,
"zoneID": 1,
"name": "Aidoo PRO",
"on": 1,
"double_sp": 0,
"coolsetpoint": 78,
"coolmaxtemp": 87,
"coolmintemp": 67,
"heatsetpoint": 70,
"heatmaxtemp": 83,
"heatmintemp": 63,
"maxTemp": 83,
"minTemp": 63,
"setpoint": 70,
"roomTemp": 71.0,
"sleep": 0,
"temp_step": 1,
"modes": [
7,
4,
2,
3,
5
],
"mode": 3,
"speed_values": [
0,
1,
2,
3
],
"speeds": 3,
"speed_type": 0,
"speed": 0,
"humidity": 0,
"units": 1,
"errors": [],
"air_demand": 0,
"cold_demand": 0,
"heat_demand": 0,
"master_zoneID": 1
}
]
}
This is not a bug with the integration, but the documentation should probably be updated to reflect the fact that not all thermostats connected to the aidoo pro provide humidity information.