Skip to content

Releases: pergolafabio/Hikvision-Addons

doorbell-v3.0.1

30 Aug 18:21
Compare
Choose a tag to compare
fix for caller_info

doorbell-v3.0.0-beta.34

30 Aug 08:14
Compare
Choose a tag to compare
return 0 for relays if not defined

doorbell-v3.0.0-beta.15

17 Mar 12:44
Compare
Choose a tag to compare
Pre-release
Remove callsensor for indoor

doorbell-v3.0.0-beta.14

17 Mar 11:46
Compare
Choose a tag to compare
Pre-release
remove callsensor check for indoor intercom alarm

doorbell-v3.0.0-beta.10

11 Mar 13:56
30527e2
Compare
Choose a tag to compare
Pre-release

Added

  • MQTT integration.
    Note: requires a running MQTT broker
  • Each doorbell is now visible as a device inside Home Assistant
  • New sensors and entities:
    • Call state sensor: displays the state of the call (idle, ringing, dismissed)
    • Buttons for accepting/rejecting the call, rebooting the device
    • Switches for controlling the output switches connected to the doorbell unit (to open gates, doors)
    • Device triggers for receiving alarm events (motion detection, door not closed, tamper alarm, etc..)
    • Diagnostic text entity for testing out ISAPI commands (advanced)
  • New configuration option: output_relays (to manually specify the number of relays)
  • If the add-on has trouble connecting to the doorbells, the sensors show up as unavailable

Changed

  • Update documentation, add section about MQTT broker installation
  • The add-on no longer creates simple binary_sensor, but various entities associated to one or more device, each visible in the HA UI
  • Update development documentation with overview on software architecture, add docker-compose.yml example.
  • Update amd64 SDK to version 6.1.9.4_build20220412

Deprecated

  • The Home Assistant REST API integration is no longer recommended in favor of the MQTT integration, and no new features will be added to it

Fixed

  • Sensors no longer disappear on HA restart

Changes

Full Changelog: doorbell-v3.0.0-beta.9...doorbell-v3.0.0-beta.10

doorbell-v3.0.0-beta.9

06 Mar 17:45
Compare
Choose a tag to compare
Pre-release
Quickfiix for ISAPI alarm

doorbell-v3.0.0-beta.8

06 Mar 14:47
eb6b00a
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix/HA events with multiple doorbells by @mion00 in #81

Full Changelog: doorbell-v3.0.0-beta.7...doorbell-v3.0.0-beta.8

doorbell-v3.0.0-beta.7

06 Mar 08:21
Compare
Choose a tag to compare
Pre-release

Added ISAPI Alarm to SDK
Changed sensors "off" state to 5 sec instead of 1
Added FaceAccessTerminal to supported devices

doorbell-v3.0.0-beta.6

03 Mar 09:53
Compare
Choose a tag to compare
Pre-release
Added sensor for door open/closed