homebridge-tuya
homebridge-tuya copied to clipboard
Powermanagement with CustomMultiOutlet
Hello Everyone,
the Powermanagement feature isn't working with CustomMultiOutlets. When I'm using "Outlet" as a Devicetype everything works, except it's only working for the one outlet that I assigned.
Is there a workaround so I can get the Powerinfo of both Outlets?
This is what the log says:
Ready to handle Leiste (CustomMultiOutlet:3.3) with signature {"1":false,"2":false,"9":0,"10":0,"18":0,"19":0,"20":2364}
This is the Outlet I'm using:
Tellur WiFi Smarte AC Doppelstecker, Dual-Steckdose, 16A, 3680W
"platform": "TuyaLan", "devices": [ { "type": "CustomMultiOutlet", "name": "Leiste", "id": "05185026**********", "key": "af634c5**********", "manufacturer": "TELLUR", "model": "Doppelstecker", "outlets": [ { "name": "Outlet 1", "voltsId": 20, "voltsDivisor": 10, "ampsId": 9, "ampsDivisor": 1000, "wattsId": 10, "wattsDivisor": 10, "dp": 1 }, { "name": "Outlet 2", "voltsId": 20, "voltsDivisor": 10, "ampsId": 18, "ampsDivisor": 1000, "wattsId": 19, "wattsDivisor": 10, "dp": 2 } ] } ]
Thanks in Advance !