Releases: ebaauw/homebridge-rpi
Releases · ebaauw/homebridge-rpi
v1.8.24
v1.8.23
v1.8.22
v1.8.21
v1.8.20
Enhancements
- Monitor swap file usage on Raspberry Pi OS. Add Swap Usage to the RPi service. This new characteristic reports the usage of the swap file, as percentage of its configured size. Raspberry Pi OS becomes unresponsive when the swap file is fully used. To warn for this, the Smoke Sensor will trigger when swap file usage is above 80%. The swap usage is also reported by
rpi info
.
See the Wiki for how to change the size of the swap file.
Note that on any remote Raspberry Pi, you need to re-install thegetState
script, to include reporting the swap file size and usage. Homebridge RPi will give a warning on first state refresh, for each remote Pi still running the old script:[9/4/2024, 10:19:32 AM] [RPi] pi1: warning: old getState script on the remote Raspberry Pi
Bump Dependencies
- homebridge-lib v7.0.8.
v1.9.19
v1.8.18
Bug Fixes
- Workaround for homebridge/homebridge-config-ui-x#2069.