Andreas Holstenson
Andreas Holstenson
Hi, I think this is related to both plugins using the developer API and getting out of sync. I changed how `miio` interacts with the gateway but had not yet...
Ok! The type that a device is in will of course continue to be there and significant, but capabilities will be how you can know what a device can actually...
I'm thinking about updating the discovery mechanism a bit to automatically discover devices on a Smart Home Gateway which should make this a lot easier to support. I'll see when...
@cnliri1 I'm the author of the `miio` library that `homebridge-miio` uses. I'm very interested in fixing the issues with your plug. Could I ask you to follow the instructions under...
`miio` version 0.12.0 contains some changes that hopefully fixes plugs with model id `chuangmi.plug.v1`. The API for the plugs changed sometime between version 0.7.0 and this latest release so there...
@astrojetson8 Thanks. This helped me spot a bug in `miio` related to Yeelights where discovery of tokens does not work. There is a fix in 0.9.1 but that version has...
@eviewei The error you are seeing is because the device is not revealing its token automatically. As the token is all zeroes I'm guessing it's a Yeelight. The library used...
@YinHangCode The best way would be to set `miio` under `dependencies` in `package.json` and lock it to the version you need. That way installing your plugin will automatically install the...
That's an interesting idea, I spent a bit of time looking at Tor support for Node and there are a few solutions that use an external Tor client. But for...
Thank you for the detailed information! This looks pretty similar to some other lights so basic support shouldn't be too hard to add. Pull requests welcome!