zhimi.humidifier.cb1
Closed this issue · 4 comments
Hi I have zhimi.humidifier.cb1 model and successfully added the humidifier to homekit thanks to this plugin.
but I have realized that temperature sensor showing 0 degC and water level is not able to find in Humidifier's setting menu. Do you have any idea why it is not working ? it is due to the model is not ca1 but cb1 ? Is there any way to work it correctly ?
Here is my configuration.
{
"accessory": "MiHumidifier",
"name": "Humidifier",
"ip": "xxx.xxx.x.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"showTemperatureDisable": false,
"showTemperatureSensorName": "SmartMi Temp."
},
CB1 has been added @motaker
Hi, Thank you fro your help.
Now I can see water level in humidifier's setting menu.
but still temperature shows incorrectly.
here is my config now. what could be reason for this ?
{
"accessory": "MiHumidifier",
"name": "Humidifier",
"ip": "xxx.xxx.x.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"model": "cb1",
"showTemperatureDisable": false,
"showTemperatureSensorName": "SmartMi Temp."
},
@motaker
It has been repaired
Update version 0.1.3
It is working Perfectly. Thank you very much !