bwp91 / homebridge-ewelink

Homebridge plugin to integrate eWeLink devices into HomeKit.
MIT License
384 stars 126 forks source link

4 Multi Channel settings Config problem #549

Open mwouda opened 1 month ago

mwouda commented 1 month ago

What issue do you have? Please be as thorough and explicit as possible.

I'm Trying to config a 4CHpro induvidual. CH1 = Gate big Lamp CH2 = Gate small Lamp CH3 = Pipe heater (anti-frost) CH4 = Gate open\close (pulse 0.5 sec)

Details of your setup.

CONFIG: { "name": "eWeLink", "username": "secret", "password": "secret", "mode": "auto", "language": "en", "multiDevices": [ { "label": "Poort", "deviceId": "100204d7fdSW4", "deviceModel": "4ch", "showAs": "gate", "operationTime": 210 }, { "label": "Stopcontact Buisverwarming", "deviceId": "100204d7fdSW3", "deviceModel": "4ch", "showAs": "heater" }, { "label": "Oprit Spot", "deviceId": "100204d7fdSW2", "deviceModel": "4ch", "showAs": "lamp" }, { "label": "Stopcontact Led", "deviceId": "100204d7fdSW1", "deviceModel": "4ch", "showAs": "lamp" } ], "platform": "eWeLink", "_bridge": { "username": "0E:C0:44:91:99:8E", "port": 46442 } }

Please paste any relevant logs below.

[5/9/2024, 8:34:43 PM] [eWeLink] Config entry [multiDevices.100204d7fdSW2.showAs] is not configured correctly so ignoring. [5/9/2024, 8:34:43 PM] [eWeLink] Config entry [multiDevices.100204d7fdSW1.showAs] is not configured correctly so ignoring.

multiDevices.100204d7fdSW4 and multiDevices.100204d7fdSW3 are not mentioned.

When i use "multiDevices": [ { "label": "Poort", "deviceId": "100204d7fd", "deviceModel": "4ch", "showAs": "gate", "operationTime": 210 } All 4 devices are shown as 1 gate