Page 1 of 1

Doorbird with multiple buttons

PostPosted: Thu Nov 23, 2023 10:58 am
by Wizard Sleeve
Hi what would I need to do to pull two buttons on a doorbird in to indigo. I turned on the debugging to log and I can see when the first button is pressed with the return of this:

Code: Select all
 DoorBird Debug                  ------------------------------
   DoorBird Debug                  Garden @ Gate @ Doorbird: Decrypted UDP packet details
   DoorBird Debug                      Intercom_ID: b'ghsxln'
   DoorBird Debug                      Event: 101     
   DoorBird Debug                      Timestamp: 1700758239
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  Garden @ Gate @ Doorbird: Unknown event (101     )
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  Garden @ Gate @ Doorbird: Decrypted UDP packet details
   DoorBird Debug                      Intercom_ID: b'ghsxln'
   DoorBird Debug                      Event: 101     
   DoorBird Debug                      Timestamp: 1700758239
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  Garden @ Gate @ Doorbird: Decrypted UDP packet details
   DoorBird Debug                      Intercom_ID: b'ghsxln'
   DoorBird Debug                      Event: 101     
   DoorBird Debug                      Timestamp: 1700758239
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  ------------------------------
   DoorBird Debug                  Garden @ Gate @ Doorbird: Decrypted UDP packet details
   DoorBird Debug                      Intercom_ID: b'ghsxln'
   DoorBird Debug                      Event: 101     
   DoorBird Debug                      Timestamp: 1700758239
   DoorBird Debug                  ------------------------------


But i get nothing at all from pressing the second button. is this a doorbird setup issue or plugin?

Oh and I get the ring to the app with the second button so I know thats working

Thanks

Lee