ihrigb / node-red-contrib-doorbird-ultimate

Node Red Integration for Doorbird Devices
https://flows.nodered.org/node/node-red-contrib-doorbird-ultimate
Apache License 2.0
4 stars 3 forks source link

Events are triggered twice #9

Closed Diddlik closed 1 year ago

Diddlik commented 2 years ago

I have a ring event, when it rings it is triggered twice

grafik

ihrigb commented 2 years ago

Hi @Diddlik,

this is actually expected. The Doorbird API doc states this:

After an event occurred, the DoorBird sends multiple identical UDP-Broadcasts on the ports 6524 and 35344 for every user and every connected device.

(https://www.doorbird.com/downloads/api_lan.pdf?rev=0.28, Page 28)

I have in mind to add an option to suppress this, so lets use this issue as a tracker. The underlying lib already has an option for this!

https://github.com/ihrigb/node-doorbird/commit/bef7736f0124d4619972d6dcc32e377fc4dd8f6d

Diddlik commented 2 years ago

ah, that's nice that it would be possible. Otherwise my automation fails the women acceptance criterion 😂😂😂

Diddlik commented 1 year ago

@ihrigb Hallo Benjamin, do you have maybe any updates to this topic?

ihrigb commented 1 year ago

Available now since v1.2.0