Releases: ebaauw/homebridge-zp
Releases · ebaauw/homebridge-zp
v1.4.49
v1.4.48
v1.4.47
Homebridge v2 / HAP-NodeJS v1
- HAP-NodeJS v1 might show Configured Name warnings when TV accessories are enabled. I believe this to be an error in HAP-NodeJS, as the name seems perfectly valid for an
InputSource
service.HAP-NodeJS WARNING: The accessory 'Configured Name' has an invalid 'ConfiguredName' characteristic ('Leave Home + 1'). Please use only alphanumeric, space, and apostrophe characters. Ensure it starts and ends with an alphabetic or numeric character, and avoid emojis. This may prevent the accessory from being added in the Home App or cause unresponsiveness.
Bug Fixes
ConfiguredName
for TVInputSource
was changed too often on startup.- Workaround for npm / Homebridge UI issue homebridge/homebridge-config-ui-x#2069.
- Handle mDNS advertisements correctly, see #220.
Bump Dependencies
- Homebridge v1.8.4 or v2.0.0-beta;
- hb-zp-tools v0.0.3;
- homebridge-lib v7.0.5.
v1.4.46
Bug Fixes
- TypeError on invalid mDNS message caused Homebridge ZP to crash, see #220. Also, mDNS and UPnP messages that fail to parse are now logged;
- Add
forceS2
to UI settings page, thanks to @rfiorentino1, see #219; - README improvements, thanks to @rfiorentino1, see #219.
Bump Dependencies
- Homebridge v1.8.2;
- homebridge-lib v7.0.3;
- hb-zp-tools v0.0.1.
v1.4.45
v1.4.44
v1.4.43
v1.4.41
v1.4.40
Enhancements
- Add support for surround speaker settings, see #210.
zp
: add commands:surroundEnable
,tvLevel
,musicLevel
, andmusicPlaybackFull
(support for surround speaker settings).- Monitor mDNS advertisements for
_sonos._tcp.
, see #209.
Bug Fixes
- Bug fix: TypeError when platform coordinator zone player goes missing, see #209.
Bump Dependencies
- NodeJS v20.10.0 LTS;
- homebridge v1.7.0;
- homebridge-lib v6.7.2.