Matthias

Results 6 comments of Matthias

@Aekung You can install this fork using npm: `npm -g i arrizer/homebridge-mi-airpurifier`

I was not able to get the token from the device (cli reported ???). I was also unable to set up the device by connecting directly to it's WiFi and...

Make an unencrypted device backup with iTunes, then pull the .sqlite database from the Mi Home out of the backup. It contains the tokens of all paired devices.

Yes, I can successfully retrieve all properties. I also use the homebridge plugin homebridge-mi-airpurifier which uses this npm module and it can read/write all properties just fine.

@mensfeld In your example above, you try get a property called "temperature" but it's actually called "temp_dec" (see https://github.com/aholstenson/miio/blob/master/lib/devices/air-purifier.js). I can read all properties from the air purifier device using...

Would it be possible to implement an automatic re-connect? Using the PING command of the XMLRPC service, the plugin could periodically check if the connection to the CCU is still...