ChazTuna

Results 16 comments of ChazTuna

I fixed the code so it has myIP. I was making it generic when I posted the reply and missed that - thanks :) Will try your suggestions. Since netcat...

No success... I had this in my test code and it didn't get there: def connection_lost(self, exc: Exception | None) -> None: """Handle lost connections. Args: exc: Exception type """...

Here is a generic version of the code (ZIP file) (needs a SSID, PW and IP/PORT for testing). I used an Adafruit QT Py ESP32 with a neopixel for status....

Yes, that is the issue. It seems that the Python process gives up too early and I tried to see if there was some way to wait for the message...

That's the disconnect error I see too. That is the best doc I could find. I also see it working (mostly) with "-vvv". Again, my guess it has something to...

YAY! I got it to work and there is NO required code change for Fauxmo. n8henrie you got me thinking that there was something weird with how the ESP32 http...