merdok / homebridge-miot

Homebridge plugin for devices supporting the Xiaomi miot protocol
MIT License
364 stars 62 forks source link

zhimi.airp.meb1 - Xiaomi Smart Air Purifier Elite: Not working #593

Closed rgreco87 closed 1 month ago

rgreco87 commented 1 month ago

Device model zhimi.airp.meb1

Device name Xiaomi Smart Air Purifier Elite

Does the device require a MiCloud connection? No

Anything special about the device? Device appears into Apple Home app but it doesn't work: it can't be turned on/off, it can't monitor Quality/Temperature/Humidity.

{ "platform": "miot", "devices": [ { "name": "Purificatore Salotto", "ip": "192.168.0.20", "token": "----------", "deviceId": "----------", "model": "zhimi.airp.meb1", "pollingInterval": 10, "micloud": { "username": "-----------", "password": "-----------", "country": "de", "timeout": 5000 }, "filterChangeThreshold": 5, "fanLevelControl": false, "pm25Breakpoints": [ 5, 12, 35, 55 ], "propertyControl": [ { "property": "air-purifier:plasma", "name": "Tecnologia al Plasma" }, { "property": "air-purifier:uv", "name": "Tecnologia UV" } ], "screenControl": false, "buzzerControl": false } ] }

merdok commented 1 month ago

What does the debug log say? Are there any errors? Maybe the token is wrong, also if you want to use micloud you have to set the forceMiCloud property also to true.

rgreco87 commented 1 month ago

@merdok never mind, I didn’t change the IP address 😅 sorry