Skip to content

Releases: ebaauw/homebridge-zp

v0.3.11

23 Feb 14:23
Compare
Choose a tag to compare

Enhancements:

  • Experimental support for HomeKit TV service in iOS 12.2, see #62.

Bump dependencies:

  • NodeJS v10.15.1 LTS;
  • homebridge-lib v4.0.7.

v0.3.10

27 Jan 14:13
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge v0.4.46;
  • homebridge-lib v4.0.4.

v0.3.9

19 Jan 10:47
Compare
Choose a tag to compare

Enhancements

  • Add config.json option to set the name of the HomeKit accessory, see #56.

v0.3.8

11 Jan 17:45
Compare
Choose a tag to compare

Enhancements:

  • Allow values -10 to 10 for Volume Change;
  • Optimise timings of resetting Volume Change to 0.

Bump versions:

  • homebridge-lib v4.0.3.

v0.3.7

09 Jan 20:35
Compare
Choose a tag to compare

Enhancements:

  • Add TV characteristic for Playbase, see #58;
  • Delay setting TV off by 10 seconds. I find the Playbar sometimes reports no input (r:streamInfo of 0) for a couple of seconds, when the Netflix app on my AppleTV or my Bluray player is switching input. Not sure if this is an issue of my (Sony Bravia) TV or of the Playbar.

v0.3.6

08 Jan 21:25
Compare
Choose a tag to compare

Enhancements:

  • Add Sonos Coordinator characteristic to Sonos service to set target coordinator for grouping players (with the On characteristic of the Speaker service), see #40, #50.
  • Add (read-only, boolean) TV characteristic to Sonos service for the Playbar, so enable HomeKit automations when turning on or off the connected TV. It switches on when Playbar is switched to digital audio input and receiving an audio signal. Set TV Autoplay in the Sonos app, to have the Playbar switch to TV input when receiving an audio signal. If you have a Playbase or Beam and want this as well, please open an issue, providing the model for this zone player.

Bump versions:

  • NodeJS v10.15.0 LTS;
  • homebridge-lib v4.0.2.

v0.3.4

23 Dec 11:58
Compare
Choose a tag to compare

Enhancements:

  • Rename Night Mode to Night Sound. Sonos uses a different name in their app than in their API.

Bump versions:

  • homebridge-lib v3.1.3.

v0.3.3

22 Dec 11:25
Compare
Choose a tag to compare

Enhancements:

  • Support Night Mode and Speech Enhancement, see #38.

Bump versions:

  • NodeJS v10.14.2 LTS;
  • homebridge-lib v3.1.2.

v0.3.1

14 Dec 12:06
Compare
Choose a tag to compare

Enhancement:

  • Support track info for AAC radio stream, see #55.

Bump versions:

  • NodeJS v10.14.1 LTS.

v0.3.0

04 Nov 14:14
Compare
Choose a tag to compare

Bug fixes:

  • Earlier callback on Identify to prevent homebridge-zp from becoming unresponsive;
  • Change default searchTimeout to 15 sec.

Bump versions:

  • NodeJS 10.13.0 LTS;
  • he v1.2.0;
  • homebridge-lib v2.0.0;
  • semver v5.6.0.

Make sure to upgrade npm and to re-install homebridge after upgrading node from 8.x to 10.x:

sudo npm -g i npm
sudo npm -g un homebridge
sudo npm -g i homebridge --unsafe-perm