Enhancements
- Add SSL Support. For gateways specified in
config.json, Homebridge deCONZ tries to connect first over HTTP. When the gateway doesn't respond, a connection over HTTPS is tried. When port 433 is used, HTTPS is tried first, and HTTP is used as fallback. For discovered gateways, Homebridge deCONZ connects over HTTPS when the gateway has this enabled. Self-signed SSL certificates are supported; the certificate is pinned incachedAccessories(with the API key). - Add support for
/sensorsresources of typeZHADoorLock, see #260. As yet untested since I don't have any Zigbee door locks. Please provide feedback in the issue.
Bug Fixes
- Syntax error when exposing a device with multiple ZHAConsumption or ZHAPower resources, see #262. Now a warning is issued with the suggestion to split the accessory.
Bump Dependencies
- hb-deconz-tools v3.0.0;
- hombridge-lib v7.3.2.