pyroon icon indicating copy to clipboard operation
pyroon copied to clipboard

python library to interface with the Roon API

Results 6 pyroon issues
Sort by recently updated
recently updated
newest added

The roon api docs say: ``` * { "type": "db", "min": -80, "max": 0, "value": -50.5, "step": 0.5 } * { "type": "db", "min": -80, "max": 10, "value": 4, "step":...

This is causing a problem playing albums that includes slash characters https://github.com/home-assistant/core/issues/78674

More details here https://github.com/home-assistant/core/issues/73393 My suspicion is that the socket library leaks resources when repeatedly trying to reconnect. The socket library used is old - and is now being maintained...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

If i use multiple clients (in this case multiple raspberry zero 2w in same local network) to get a connection to a roon server, I get errors like this from...