merdok / homebridge-miot

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

Is it possible to add support for Mi Routers? #506

Closed starthypelol closed 7 months ago

starthypelol commented 11 months ago
image

Device model Do not know

Device name Xiaomi Router AX6000

Does the device require a MiCloud connection? Do not know

Anything special about the device? Is it possible to support for its homekit mesh security functionality?

merdok commented 11 months ago

You need to tell me what is the device id so we can check if there is a miot spec for your device. If your router is in your mi cloud account then it should appear in the device list with the model.

starthypelol commented 11 months ago

ok this is the device model that I found xiaomi.router.ra72. The router is in my mi cloud but it doesnt appear in the device list, not sure if it's because of it's in chinese region?

merdok commented 11 months ago

Here is the miot spec of your device https://www.merdok.org/miotspec/?model=xiaomi.router.ra72

You should be able to control it over the plugin. You would need to check if there are any actions or properties which interest you, and then use customAccessory and propertyControl to expose what you want to home.

starthypelol commented 11 months ago

alright Thank you!