Skip to content

Releases: ebaauw/homebridge-zp

v0.2.35

08 Oct 17:49
Compare
Choose a tag to compare

Bug fix: crash on alarm, see #51.

v0.2.34

28 Sep 10:32
Compare
Choose a tag to compare

Enhancements:

  • On multi-homed systems, find the own ipaddress in the same subnet as the zoneplayers. Hopefully the host parameter in config.json will no longer be needed;
  • Improved shutdown handling.

v0.2.33

13 Sep 17:11
Compare
Choose a tag to compare

Bump versions:

  • NodeJS v8.12.0;
  • homebridge v0.4.45;
  • homebridge-lib v1.0.8.

v0.2.32

02 Sep 19:29
Compare
Choose a tag to compare

Bug fixes.

  • When member leaves a group and has no input selected, the Sonos accessory would incorrectly show On (play/pause) as true;
  • Unknown track metadata, see #44.

v0.2.31

19 Aug 13:30
Compare
Choose a tag to compare

Enhancements:

  • Correct handling of AVTransport event when zone player is on Airplay 2 input, see PR #39 and #43.

Bump versions:

  • NodeJS v8.11.4;
  • homebridge-lib v1.0.7;
  • request v2.88.0;
  • semver v5.5.1.

v0.2.29

29 Jun 13:12
Compare
Choose a tag to compare

Enhancements:

  • Cancel subscriptions on exit (see #5).

Bug fixex:

  • After a zone leaves a group, and the now standalone has no music source selected:
    • The group for the now standalone zone would show On (play/pause) as true;
    • The group for the now standalone zone would continue to show the track the old group was playing when the zone left the group.

Bump dependencies:

  • homebridge v0.4.44;
  • homebridge-lib v1.0.5.

v0.2.26

23 Jun 10:18
Compare
Choose a tag to compare

Enhancements:

  • Support updating status LED (white indicator light) from HomeKit, see #28;
  • Blink status LED on Indenfity from HomeKit, see #6;
  • HTML decode info (current track) from radio stations.

v0.2.25

22 Jun 11:50
Compare
Choose a tag to compare

Enhancements:

  • Check whether play/pause/stop/next/previous are currently available before issuing command to ZonePlayer to prevent UPnP 500 errors;
  • More consistent log messages ("changed" and "set" from HomeKit perspective, as for other plugins);
  • Leverage homebridge-lib for custom services and characteristics;
  • Check for latest published version in NPM registry;
  • Only call copyCoordinator once per Sonos event.

v0.2.24

18 Jun 18:33
Compare
Choose a tag to compare

Enhancements:

  • Added Volume Change characteristic, similar to Track Change characteristic, so volume can be changed from HomeKit automations and/or Stateless Programmable Switches.

v0.2.23

17 Jun 20:05
Compare
Choose a tag to compare

Bug fix resubscribe would fail, causing homebridge-zp no longer to receive updates from the ZonePlayers, 30 minutes after starting homebridge.