Erik OShaughnessy
Erik OShaughnessy
I'd start with the UNIX basics (in no real order): - cat - ls - grep - ps - kill - wc - basename - chmod / chown - col...
I think I'll battle one bear at a time. The last time I played with Home Assistant I did not have a positive experience (trying to connect IKEA smart plugs...
[Busylight Homebridge plugin](https://github.com/JnyJny/busylight-homebridge-plugin)
This is a duplicate of issue #56 unfortunately. I wrote BusyLight with the assumption that files are generally opened with exclusive access (meaning the file gets opened once and successive...
Knowing more people are interested in using it on Windows helps motivate me to fix it, thanks for the bug report. I'm curious if WSL has the same problem (I...
Thank you for the report that it works on Windows from within WSL. The "errors" in the debug output are expected, as you surmised.
Windows tests as of version 0.22.2 are passing, indicating that the change in software architecture might have benefited Windows users. Any reports good or bad for this latest version on...
As you might guess, I develop on Mac and test on Linux but have never actually tested on Windows. The Kuando Busylight control packet is 64 bytes long and 65...
If you could describe to me how you installed busylight-for-humans on Windows that would be an enormous help to me.
Awesome. I have been able to replicate the error you reported. I *suspect* that it's because [libusb](https://github.com/libusb/libusb) isn't installed ( it's not installed on my Windows either ). Investigating further....