Ben Willmore
Ben Willmore
> Isn’t it possible with HA not to render sensor unavailable when a reading is missed but rather stay as it used to be before a failed reading? If you...
I can't find the old key that I used to sign Isolator. I will see if I can dig it out. But I'm surprised that automatic updates are working at...
This log is from starting up forked-daapd when the music is on an NFS drive that can't be mounted because the NFS server is down. (This is an ubuntu machine,...
This might be of interest: I got libshine working as the streaming mp3 encoder, and it reduces the CPU usage on a Raspberry Pi quite a bit. On my Pi...
I did a bit more investigation. As far as I can see, the [MPD protocol](https://www.musicpd.org/doc/html/protocol.html) doesn't support "only", and so this is actually implemented in mpc [here](https://github.com/MusicPlayerDaemon/mpc/blob/master/src/output.c) (line 159 onward)....
I agree the numbered notifications would be a lot cleaner. I’ll try this approach and report back. -- Ben Willmore Auditory Neuroscience Group Oxford University > On 10 Apr 2022,...
I made an up-to-date version of this which overloads the publish and publishPacket functions rather than using optional arguments: https://github.com/ben-willmore/Adafruit_MQTT_Library/tree/retain-flag
@brentru Sure, have now done so -- #216
I got this working on similar devices by requesting a GLES context and using gl4es, see https://github.com/ben-willmore/portmaster/tree/main/doukutsu-rs . There seem to still be devices where this doesn't work, although I...
It's not just the patch -- I couldn't get it going without gl4es https://github.com/ptitSeb/gl4es