gfduszynski

Results 31 comments of gfduszynski

1 second works for the initial discovery, however simultaneous calls still still result in a problem. I think that the packets are not missed (wifi power saving etc.), since single...

![image](https://user-images.githubusercontent.com/1913102/138750384-be30cc70-e7ec-45e7-bdb9-17db4a36524c.png) After 2 days of use here is a visualization of the effect that change has made. Remaining issue is due to OpenWrt configuration probably, as I get: ```Mon Oct...

For other unfortunate souls who might have this issue: ``https://openwrt.org/faq/deauthenticated_due_to_inactivity``

I'm happy to help :) Firstly I would opt for changing behavior of ``def discover`` to be more like ``def send`` in that instead of sending ``n`` packets lets wait...

This looks to be better suited: https://docs.python.org/3/library/asyncio-sync.html This would allow to even confine the change to send method only.

I've done some experimenting: https://github.com/gfduszynski/python-miio/commit/d996e9c668c9076e593c1c8cb0971631f5718837 This now works when executing simultaneous calls, like set mode "Favorite" + Speed. It's would probably be better to use ``asyncio`` instead of ``threading`` library...

Device seems to be working better with Ubiquity AP. Dropouts occur about every hour or two for minute or two; it's acceptable for this kind of device.

@rytilahti Hello there, I haven't heard from you recently. Are you ok ?

Awesome work! Take a look at the current cm-rgb-monitor we have couple of new features which may benefit from your gui.

Try cm-rgb-monitor --list-temp-sources (I know, super intuitive :smile:) There is a section for fan speed sensors. I have an issue with drivers on my motherboard and I was unable to...