#Reolink Doorbell chime ring when mqtt broker or frigate reboot

1 messages · Page 1 of 1 (latest)

shy fulcrum
#

Hi,
i have a curious issue, my reolink v2 chime, paired with my poe reolink doorbell ring each time frigate or mosquito docker reboot (when there is a backup for instance). The ringtone is not the same as the one who ring when doorbell button is use.
In the integration there is one main device (Reolink Video Doorbell PoE) with 2 sub devices (Reolink Chime and Reolink Video Doorbell PoE).
If i deactivate the main device, there is no ring at frigate or mosquito reboot.
If i deactivate only the 2 sub devices the chime ring at frigate or mosquito reboot.
it makes me crazy because i can't understand what happen.
HA frigate and mosquito are up to date.
Does anyone have an idea?
Thanks for your help

shy fulcrum
#

Hi, nobody have any idea?

#

thanks

paper shoal
#
triggers:
  - trigger: state
    entity_id:
      - sensor.some_sensor
    not_from: ["unavailable", "unknown"]
    not_to: ["unavailable", "unknown"]
triggers:
  - trigger: state
    entity_id: binary_sensor.your_entity_here
    to: "off"
    not_from:
      - unknown
      - unavailable