Skip to content

Releases: rroller/dahua

0.9.41

14 Aug 16:02
Compare
Choose a tag to compare

0.9.40

19 Jun 18:37
5350331
Compare
Choose a tag to compare
  • Added support for Amcrest Flood Lights by @itkfilelor
  • Generic RTSP Camera support update by @dmr1987

0.9.39

19 Feb 23:21
Compare
Choose a tag to compare
  • Better event parsing #166

0.9.38

14 Feb 01:04
Compare
Choose a tag to compare
  • Add support for Amcrest doorbell ring lights. Creates a switch to turn the ring light on/off

0.9.37

13 Feb 20:53
Compare
Choose a tag to compare
  • Better lighting detection
  • Reduce error logging, but enable more debug logs
  • Bump timeout from 10 to 20 seconds
  • Improve event data handling from devices

0.9.36

06 Feb 01:11
Compare
Choose a tag to compare

Adds a new service to reboot the device

With the UI:
image

With YAML

service: dahua.reboot
data: {}
target:
  entity_id: camera.doorbell_d1a1_main

0.9.35

05 Feb 22:18
Compare
Choose a tag to compare

Fix parsing of Amcrest AD410 events

0.9.34

18 Jan 16:03
Compare
Choose a tag to compare

Fix missing translation entry

0.9.33

17 Jan 19:42
Compare
Choose a tag to compare

New Amcrest AD410 Feature

Adds a switch to enable or disable the Smart Human Detection feature. Now you can control regular motion detection and smart human motion detection separately.

Screen Shot 2022-01-17 at 11 37 38 AM

Requested in #143

0.9.32

01 Jan 23:33
Compare
Choose a tag to compare

New feature

Adds the "VTO Cancel Call" service. This allows one to cancel an incoming call on VTO devices (aka, doorbells like the VTO2202F)

Example...

service: dahua.vto_cancel_call
target:
  entity_id: camera.doorbell_main

Requested in #87