rhyst

Results 62 comments of rhyst

I switched to https://github.com/marvinpinto/action-automatic-releases which seems to work consistently.

I had this issue and I replaced all the windows line endings `\n\r` with just linux line endings `\n` and it then worked

How are you running two OS? Dual booting or VMs or something else? What does unreliable mean? There should be an error printed after `Something unexpected went wrong:`, and it...

Where did you run the server? Did you run it on one OS and then reboot into the other? I've not really tried using multiple devices so I wonder if...

I bumped the `bleak` version, maybe that will help. Try installing it with ``` pip install idasen-controller==2.0.2rc1 ``` For what it's worth I tried using the official android app and...

Bleak is the library I'm using for the Bluetooth LE conneciton and I found something relevant in the Bleak documentation: https://bleak.readthedocs.io/en/latest/backends/macos.html I wonder if the desk is only capable of...

Most of these errors are coming from the underlying Bleak library so you might have luck searching the issues in that repo. The server mode just runs the same commands...

I downloaded the Windows app and what I have said before is still true for me. For both the Windows and Android Linak app they require me to press the...

I think that might confirm my earlier idea. The desk can only be paired to one device at a time and the Bleak library handles re-pairing automatically on Windows, but...

I only have a Idasen desk and I think the other Linak controllers use different commands so the scope of this tool was just for the Linak desk. If you...