homebridge-mi-outlet icon indicating copy to clipboard operation
homebridge-mi-outlet copied to clipboard

chuangmi.plug.hmi206 support

Open hatebreeder94 opened this issue 4 years ago • 1 comments

Hi,

I have a european Mi WiFi Plug, all requests to it are being timed out even though it works fine with Mi Home app. Is it unsupported by the plugin or am i doing something wrong? I am positive that i acquired a correct token and specified a correct IP address.

Thanks!

[MiOutletPlatform][ERROR]MiPlugBase - Outlet - getPower Error: Error: Call to device timed out
[MiOutletPlatform][ERROR]MiPlugBase - Outlet - getOutletInUse Error: Error: Call to device timed out
[MiOutletPlatform][ERROR]MiPlugBase - Outlet - getPower Error: Error: Call to device timed out
[MiOutletPlatform][ERROR]MiPlugBase - Outlet - getOutletInUse Error: Error: Call to device timed out

My config:

{
            "platform": "MiOutletPlatform",
            "deviceCfgs": [
                {
                    "type": "MiPlugBase",
                    "ip": "192.168.100.xx",
                    "token": "xxxx",
                    "outletName": "european plug",
                    "outletDisable": false,
                    "temperatureName": "office room outlet temperature",
                    "temperatureDisable": true,
                    "switchLEDName": "office room led light switch",
                    "switchLEDDisable": true
                }
            ]
        },

hatebreeder94 avatar Jun 09 '20 23:06 hatebreeder94

I would also appreciate the support for this plug! @hatebreeder94 did you already found an option to get the chuangmi.plug.hmi206 working with homekit/homebridge?

Michelvl92 avatar Oct 06 '20 11:10 Michelvl92