Doorbird - Logbook entries such as "Motion Detected" and "doorbell"

I’ve just noticed that the DoorBird component doesn’t register events in the Logbook. I’m working on an automation as a temporary workaround but it would nice to have the component natively log events such as “Motion Detected” “doorbell” “RFID” “Relay x” in the HA Logbook.

Any other Doorbird users interested in seeing this feature too? @oblogic7 have you come across similar previously? Thanks!

I think this is something that can be added. I will look into it.

1 Like

PR has been submitted.

1 Like

Much appreciated @oblogic7 look forward to seeing it in the next release! Thanks

@oblogic7 did your Pull Request/Merge make it into 0.104 yesterday? Haven’t had a chance to install yet. Thanks

No, should be on the next release.

1 Like

Hi @oblogic7 I see your PR is included in 0.105 this week. I’ve checked my HA logbook but don’t see any doorbird entries. Is there anything I need to do in order to see it?

My configuration.yaml looks like this:

# Doorbird General config
doorbird:
  devices:
    - host: 192.168.*.*
      username: g********2
      password: !secret doorbird_password
      hass_url_override: 192.168.*.*
      token: !secret doorbird_token
      name: Doorbird Front Door
      events:
        - button_1
        - unit_1_button
        - movement
#        - relay_1
#        - lock_relay

Any help or advise much appreciated as ever!