a-lost-shadow

Results 3 comments of a-lost-shadow

I just came across another 3.4 device. It's the Minoston Wi-Fi Countdown Timer Switch (MT10W). Amazon Link: https://www.amazon.com/dp/B0B3WN622J?th=1 ``` TuyAPI Received UDP message. +2s TuyAPI UDP data: +1ms` TuyAPI {...

I've been running into the same problem. Looking at the code, I noticed that Lywsd02Client.connect() call does not provide a timeout when it calls Peripheral.connect() in the bluepy library. In...

Turns out it was locking up in the call to getCharacteristic(). Here's the code path that was failing after I added a timeout: ``` File "/home/iot_debug/mijia/monitor.py", line 76, in read_sensor...