merdok / homebridge-miot

Homebridge plugin for devices supporting the Xiaomi miot protocol
MIT License
391 stars 61 forks source link

New device Xiaomi X20+ #594

Open satrik opened 4 months ago

satrik commented 4 months ago

Device model xiaomi.vacuum.c102gl

Device name Xiaomi X20+

Does the device require a MiCloud connection? Don't know

merdok commented 4 months ago

Hi, what is the issue with the device? Did you already try to add it to the plugin? What does the debug log say?

satrik commented 4 months ago

Hey, I've added it today and still need to test it. But I mostly use the cli and there I need to figure out again how the room cleaning works. It is not the same like for my old X10+ -.- The room settings seem to be the same, but the actual start cleaning ignores the selected rooms. Need to setup an Android emulator again to get the logs and I will write my findings here

merdok commented 4 months ago

yeah you would need to catch the actual command sent to the device to find out how it should look like

t0mmey commented 1 month ago

@merdok I also tried to add it and its getting added though in Homebridge if I simply turn it on it doesn’t react at all. This is what my Homebridge Log says: IMG_0048

Do I may need to change something in the config of the device in Homebridge?

Thanks Thomas

merdok commented 1 month ago

@t0mmey the model which you specified is incorrect hence the plugin cannot fetch the correct spec. The model is xiaomi.vacuum.c102gl and not X20+

t0mmey commented 1 month ago

Thanks a Lot @merdok ! Fixes. Thanks for all your efforts!