Skip to content

Releases: ebaauw/homebridge-rpi

v3.1.13

02 Nov 20:06
ada16cb
Compare
Choose a tag to compare

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

31 Oct 16:28
9798218
Compare
Choose a tag to compare

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

15 Oct 08:32
ccd8d93
Compare
Choose a tag to compare

Bump Dependencies

  • Homebridge v1.3.5;
  • NodeJS v14.18.1 LTS;
  • homebridge-lib v5.1.15.

v1.3.10

01 Oct 14:04
6c72b4a
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.18.0 LTS;
  • homebridge-lib v5.1.14.

v1.3.9

05 Sep 11:35
5a1dfc5
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.17.6 LTS;
  • homebridge-lib v5.1.13.

v1.3.8

22 Aug 12:03
514dcdd
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.17.5;
  • homebridge-lib v5.1.12.

v1.3.7

31 Jul 13:13
10b9714
Compare
Choose a tag to compare

Bug Fixes

  • Multiple button devices on the same Pi, see #104.

Bump Dependencies

  • NodeJS v14.17.4 LTS;
  • homebridge-lib v5.1.11.

v1.3.6

03 Jul 07:11
1675c4d
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.17.2 LTS;
  • homebridge-lib v5.1.7.

v1.3.5

18 Jun 10:11
ee29cd2
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.17.1 LTS;
  • homebridge-lib v5.1.6.

v1.3.4

06 Jun 15:15
4303066
Compare
Choose a tag to compare

Enhancements

  • Improved detection whether localhost is a container or virtual machine: add check that vcgencmd 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 as host in config.json on non-RPi system.
  • Include timeout parameter in Homebridge UI settings.

Bump Dependencies

  • homebridge-lib v5.1.4.