AMoo-Miki / homebridge-tuya-lan

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

Gosund Smart Dimmer Switch won't connect #222

Open tsfischer opened 3 years ago

tsfischer commented 3 years ago

I'm trying to get a Gosund Smart Dimmer Switch working with Homebridge. Hitting a lot of roadblocks trying several plugins.

When using this plugin, it cannot discover the device. Here's my config file:

{ "platform": "TuyaLan", "devices": [ { "name": "Main Lights", "type": "SimpleDimmer", "manufacturer": "Gosund", "model": "Smart dimmer switch", "id": "", "key": "", "ip": "192.168.10.144" } ] }

    I've tried it with and without the ip parameter. I've also tried two different IP's: In the Tuya Smart app it shows an ip of 107.4.x.x That one gives me a connection refused. The ip above is what my router says this switch is... that one gives me a connection reset. If I leave the ip off, it just says it hasn't responded but will keep listening.