Willem Vooijs

Results 9 comments of Willem Vooijs

I've been running the dev-branch of Shairport-sync with Airplay2 support for a few months now, and I run into way less client compatibility issues than when I was using Airplay1....

Just for confirmation: I just ran into the same issue. [Edit] Seems like GPIO sysfs is deprecated and superseded by libgpiod. We can make a patch to fix the sysfs...

Looks like it is fairly trivial to use the gpiod command line tools for the reset script: https://manpages.debian.org/experimental/gpiod/index.html I'll give that a go and let you know if that fixes...

I think that this repo should be marked as deprecated. I switched to Basic Station using [this repo](https://github.com/xoseperez/basicstation-docker) which supports libgpiod. working docker-compose example for your convenience: ``` services: basicstation:...

Same, this would be a very useful feature for anyone using the metric system.

My boiler does not allow setting the CH max water setpoint, but when you limit the values in the t_set output, it effectively does the same: ``` output: - platform:...

@SebuZet I think combining those would be possible by influencing the PID factors based on the error between inside and outside temp, ```climate.pid.set_control_parameters``` is very useful. What helped me a...

Indeed it looks like the Spotify API does not return the spotify connect device anymore when another user is already connected to that device. The only way to make it...