AMoo-Miki / homebridge-tuya-lan

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

CustomMultiOutlet not working #71

Open LMoesman opened 5 years ago

LMoesman commented 5 years ago

Since I updated to your latest release the CustomMultiOutlet isn't working anymore. This is my config (without name id and keys etc): "type": "CustomMultiOutlet", "outlets": [ { "name": "Scherm", "dp": 1 }, { "name": "Speakers", "dp": 2 }, { "name": "Lamp", "dp": 3 }, { "name": "Router", "dp": 4 }, { "name": "USB", "dp": 7 } ] but the console gives me this output: 0|homebridge | [7/9/2019, 8:58:19 PM] [TuyaLan] Smart Power Strip ({id of device}) doesn't have a valid type defined. 0|homebridge | [7/9/2019, 8:58:19 PM] [TuyaLan] No valid configured devices found.

AMoo-Miki commented 5 years ago

@LMoesman1998, the release version doesn't have many of the newly defined types; since I don't personally own many of these devices, people like you are helping test them. Until I make a release, you can update the plugin with npm i -g AMoo-Miki/homebridge-tuya-lan and play with it. Lemme know how it works or if you have any questions.