uzlonewolf
uzlonewolf
The Wireshark capture you posted to #510 show that the devices are not sending broadcasts. Since the devices are not sending packets there is nothing for TinyTuya to receive. As...
@jasonacox Do you want to add a "Start Force-scan" button to the server?
I also fixed the "ValueError: 10.0.1.1/24 has host bits set" thing but it looks like I forgot to push it. 1 sec
Ok, I think that's everything on my list for now.
> `socket.gaierror: [Errno -5] No address associated with hostname` Fixed in #519 . `getmyIP()` actually returned a network (i.e. "192.168.1.0/24") and not an IP, so I added `getmyIPaddr()` which returns...
I keep waffling on the netifaces dependency. On one hand it's practically a requirement for multi-interface machines, but on the other how many of our users are actually using multi-interface...
@jasonacox Do you happen to have an example status() response for a Type C bulb? I want to check some of my logic for that bulb type before committing this.
Looking at that PR it looks to be a dimmer switch and not a bulb at all. Using the Internet Archive I found some that look like they're probably it...
My dimmer switch came in Saturday and it does identify as a Type C bulb. When it comes down to it, is there really a difference between a dimmer and...
Last week I ended up rewriting BulbDevice and almost completely eliminated the Type X thing. I left it in a few places for backwards compatibility and as a quick way...