Releases: ebaauw/homebridge-rpi
Releases · ebaauw/homebridge-rpi
v3.1.13
Enhancements
- Don't turn Blinkt! LEDs off on startup, (clean) shutdown, not on re-connect to
pigpiod
. Instead the LEDs are forced to the last known state, as cached by Homebridge RPi. See #112.
Bug Fixes
- On re-connect to
pigpiod
, the Blinkt! LEDs were turned off, but the HomeKit state didn't reflect that. See #112.
v1.3.12
Enhancements
- Support Raspberry Pi Zero 2 W.
Bug Fixes
- Weird behaviour on reconnect, see #112;
- Improved logging: issue debug log message for command before issuing
connect()
. - Prevent unhandled promise rejection.
Bump Dependencies
- NodeJS v16.13.0 LTS;
- homebridge-lib v5.1.16.
Note that I develop and test my plugins against the latest active LTS version of NodeJS.
Other versions might work; I simply don't have the bandwidth to test them.
v1.3.11
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
Enhancements
- Improved detection whether
localhost
is a container or virtual machine: add check thatvcgencmd
can be run. See #97.
Bug Fixes
- Guard commands to
pigpiod
with a timeout to detect hanging sockets, see #95. - TypeError when
localhost
is specified ashost
in config.json on non-RPi system. - Include
timeout
parameter in Homebridge UI settings.
Bump Dependencies
- homebridge-lib v5.1.4.