AMoo-Miki / homebridge-tuya-lan

Homebridge plugin for IoT devices that use Tuya Smart's platform
MIT License
202 stars 51 forks source link

[TuyaAccessory] Heard back from xxx with command 8 #216

Open MarkM500 opened 3 years ago

MarkM500 commented 3 years ago

Hi, I have some issues.

  1. ` "name": "xxx", "type": "CustomMultiOutlet", "manufacturer": "Gosund 112", "model": "Wifi Mini Smart Life Outlet", "id": "xxx", "key": "xxx", "outlets": [ { "name": "Schuko", "dp": 1 }, { "name": "USB", "dp": 7 } ]' Thats my config. Why I get the log "with command 8"? What does it mean? Both switches Schuko and USB are switchable.

  2. First is without measuring Amp, Volt and Watt. When I configure as single Output it gives the right output with the config add: "ampsId": 18,                     "wattsId": 19,                     "voltsId": 20,                     "voltsDivisor": 10,                     "ampsDivisor": 1000,                     "wattsDivisor": 10 but with CustomMultiOutput there is is no measurement?! Some Ideas? I'm on Version 1.5.-rc12. Thanks a lot Mark