AMoo-Miki / homebridge-tuya-lan

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

SimpleDimmer not accepted? #64

Closed jd0394 closed 5 years ago

jd0394 commented 5 years ago

Finally got my bulbs back onto homebridge - had to use Charles proxy to find the keys instead of tuna-cli and anyproxy.

But now the type SimpleDimmer is not an accepted type. How do I fix this? Should it be called something else?

Rantaholic commented 5 years ago

Try this solution from a previously closed issue for the same question and possibly #37 at the bottom of that thread.

https://github.com/AMoo-Miki/homebridge-tuya-lan/issues/19#issuecomment-472334773

jd0394 commented 5 years ago

Sorry this is so late. But adding "dp":3, did not fix it. It still says "no valid configured devices found" and "___ doesn't have a valid type defined" when I have SImpleDimmer in the config.json

Rantaholic commented 5 years ago

Did you do what was suggested in issue #19? (Just updating to the latest version will NOT work you have to run the exact command below to install this specific version, possibly with sudo if you get errors installing without it)

npm i -g AMoo-Miki/homebridge-tuya-lan

jd0394 commented 5 years ago

Sorry, I missed #19 last time I looked. Tried that and it fixed it, thanks!

AMoo-Miki commented 5 years ago

The SimpleDimmer is not in the released version of the plugin. The latest SimpleDimmer release has been documented on the Supported Devices page.