Greg Dowling
Greg Dowling
Would love to see this too.
@BenWoodford @Nakroma In `pyloopenergy` we're using version 0.5.6 because the server we're talking to is socket.IO version 0.9 Don't know if the the same issue - and if so whether...
It would need a developer with one of these devices to add support. Contributions welcome.
That code looks sensible but there is also a similar problem here: https://github.com/pavoni/pyroon/blob/master/roonapi/roonapi.py#L268 What probably makes sense is to move the volume calculation from `media_player` into `roon api` and then...
What I would do is to modify one of the demo apps. Perhaps something that displays the volume of a zone, then reduces the volume, and then puts it back...
Does roon remote show db on the scale? Regardless it would be nice to make the roonapi handle this case if we can. Sure there will be other examples!
What's your current thinking on this? I'm sure we could come up with a utility function that will work with the ranges (as long as they are correct) without needing...
@doctorfree @Ramblurr Do you have a view? The question here is whether the 0-100 volume conversion should be in the library or outside. My sense is to leave the current...
@juliusvaart no issues - wry easy for me to steal your hard work!
@juliusvaart Having looked at this more carefully, it will need to be a breaking change, because the current `pyroon` `change_volume` method does a conversion if the endpoint uses `db`, which...