homebridge-tuya icon indicating copy to clipboard operation
homebridge-tuya copied to clipboard

Powermanagement with CustomMultiOutlet

Open BassXT opened this issue 3 years ago • 0 comments

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 !

BassXT avatar Oct 05 '21 12:10 BassXT