DoorBird Connect ioBroker User Manual

June 28, 2024
DoorBird

DoorBird Connect broker

DoorBird-Connect-ioBroker-product

Specifications

  • Product: DoorBird Connect broker
  • System Requirements: DoorBird IP Video Door Station D10x/D11x/D21x Series, ioBroker Software

Product Usage Instructions

Setting Up DoorBird in the ioBroker Software

  1. Download and install the ioBroker software on Windows/Linux/Raspberry Pi. Ensure Node.js + npm, Visual Studio 2017, Python, and Git are installed.
  2. Login to the broker software.
  3. Enter your preferences in SYSTEM SETTINGS.
  4. In REPOSITORIES, check option 1 and leave other sections unchecked.
  5. Enable all permissions for read and write. Click SAVE & CLOSE.
  6. Click on Find devices and services.
  7. Select javascript.0 and create instances.
  8. Finish the setup. The JavaScript editor will now be available in ioBroker.
  9. Create a messaging instance (Telegram/WhatsApp) in the adapter section by following the provided steps.
  10. Create an instance for DoorBird by adding it in the Adapters Section.
  11. Configure the instance settings by entering the necessary details such as IP address, port, DoorBird IP address, Device ID, Username, and Password.
  12. Save the settings. Verify the details in the Instances Section.
  13. Access Objects and find the instances related to DoorBird.
  14. Configure the doorbell ring and motion settings in the DoorBird app (Section 3).

Creating Automation Using JavaScript

You can create automation by writing scripts using JavaScript to handle events triggered by DoorBird in ioBroker.

Frequently Asked Questions

Q: What are the system requirements for a DoorBird Connect broker?

A: The system requirements include a DoorBird IP Video Door Station D10x/D11x/D21x Series and ioBroker Software.

Q: Can I install the broker software on Raspberry Pi?

A: Yes, you can install the broker software on Raspberry Pi along with other supported platforms like Windows and Linux.

Q: How can I verify/change the settings for my DoorBird instance in ioBroker?

A: You can verify or change the settings by accessing the instance details in the Instances Section of the broker software.

SYSTEM REQUIREMENTS

  • DoorBird IP Video Door Station D10x/D11x/D21x Series.
  • ioBroker Software.

ADDITIONAL INFORMATION

  • The following guide will help you set up a DoorBird IP Video Door Station in connection with the broker software. Please make sure that your DoorBird is online using this service: https://www.doorbird.com/checkonline
  • The local IP address of your DoorBird is available from the same page.
  • ioBroker will send the event information (e.g. doorbell event image to your phone via Telegram/WhatsApp).
  • You can create automation by writing the scripts using JavaScript.

SETTING UP DoorBird IN THE ioBroker SOFTWARE

  • Please download and install the ioBroker software on Windows/Linux/Raspberry Pi.DoorBird-Connect-ioBroker-fig-1
  • In this guide, it was installed on Windows.
  • Note: The other software that supports Windows with Node.js + npm Visual Studio 2017, Python, and Git can be installed and it follows the similar below steps.
  • Proceed with basic installation steps and Login.
  • Hint: Refer to this page https://www.iobroker.net/#en/adapters/adapterref/iobroker.doorbird/README.md.

Enter your preferences in SYSTEM SETTINGSDoorBird-Connect-ioBroker-
fig-2

  • In REPOSITORIES check option 1, and leave the other sections unchecked as default.DoorBird-Connect-ioBroker-fig-3
  • Check for all to write, and read. Click SAVE & CLOSE.DoorBird-Connect-ioBroker-fig-4
  • Click on Find Devices and serviceDoorBird-Connect-ioBroker-fig-6
  • Click on javascript.0 –> Click on Create Instances.DoorBird-Connect-ioBroker-fig-7
  • Click on FINISH. Now the JavaScript editor will be available in the ioBroker.DoorBird-Connect-ioBroker-fig-8
  • Note: Create a WhatsApp or Telegram instance according to your requirements to get the DoorBird ‘s trigger/motion image message from the broker.
  • Create a messaging instance Telegram/WhatsApp CallMeBot in the adapter section.
  • Click on the “+” Symbol. To create an instance of the messaging adapter.DoorBird-Connect-ioBroker-fig-9
  • Click on CLOSE after creating a messaging instance.DoorBird-Connect-ioBroker-fig-10
  • Enter your WhatsApp Number. Follow the CallMeBot procedure to get a WhatsApp message.DoorBird-Connect-ioBroker-fig-11
  • In the Adapters Section search for DoorBird.
  • Click on Info –> Click on the “+” Symbol to add DoorBird.DoorBird-Connect-ioBroker-fig-12
  • It will create an Instance for the DoorBird in the background and, after that Close the Running command.DoorBird-Connect-ioBroker-fig-13
  • It will create the instance settings UI to enter the DoorBird details.DoorBird-Connect-ioBroker-fig-14
  • Enter the IP address of your PC/System you configured for the broker software.
  • Select Adapter port –> 8100 (default port).
  • Enter the DoorBird IP address and DoorBird Device ID. Username and Password of the User0001.DoorBird-Connect-ioBroker-fig-15

Click on SAVE & CLOSE

  • If all the entered details are correct then it will create an instance in the Instances Section with DoorBird details as shown below.,
  • Note: You can verify/change the details in the settings.DoorBird-Connect-ioBroker-fig-17
  • Go to Objects –> Click on the DoorBird folder. You will find the instances related to the DoorBird.DoorBird-Connect-ioBroker-fig-18
  • The HTTP request for the doorbell to ring 1/2 and motion will be created automatically in the DoorBird app.
  • This will be configured in the DoorBird settings (Section 3).

CREATING THE AUTOMATION USING JAVASCRIPT

  • Go to Scripts –> Click on the “+” Symbol to add the new file.DoorBird-Connect-ioBroker-fig-19
  • Select Blockly (It’s Easy to Use). Click on Add.DoorBird-Connect-ioBroker-fig-20
  • Enter the name for the script and Click on ok.DoorBird-Connect-ioBroker-fig-21
  • Click on Trigger –> Select Object ID –>Doorbell ID 1 trigger.DoorBird-Connect-ioBroker-fig-22DoorBird-Connect-ioBroker-fig-23
  • After creating the trigger it looks like as below in the screenshot.DoorBird-Connect-ioBroker-fig-24
  • Click on Function –> Select Do Something.DoorBird-Connect-ioBroker-fig-25
  • Write the code in the function editor –> to send the image when someone presses the doorbell on your WhatsApp. Click on Save.
  • Note: If you want to get the message in Telegram, then write Telegram instead of WhatsApp.
  • Please go through https://github.com/iobroker-community-adapters .DoorBird-Connect-ioBroker-fig-26
  • Note: You can write other automation according to your requirements (sending a text message/audio/video).
  • Click on Save. Now the written script will be saved.DoorBird-Connect-ioBroker-fig-27
  • Click on Run to activate the script.DoorBird-Connect-ioBroker-fig-28

SETTING UP THE DOORBIRD IP VIDEO DOOR STATION

  • Open the DoorBird App and log into the administration area under “Settings –>Administration” using the administrator username and password credentials from the Click on Save.DoorBird-Connect-ioBroker-fig-29
  • DIGITAL PASSPORT” document that was shipped with your DoorBird IP Video Door Station.
  • Go to User –>Settings. In the User Management –> User0001. Tick all the Permissions and Relays.DoorBird-Connect-ioBroker-fig-30
  • Hint: You can create a new User (User000X) and use it for ioBroker or else you can use User0001.
  • Go back to Administration. Go to Favorites –> HTTP(S) Calls.
  • The HTTP request created by ioBroker automatically can be seen here.DoorBird-Connect-ioBroker-fig-31
  • Schedule the event (doorbell) to get an image from the broker to your WhatsApp messenger app.

SCHEDULE CONFIGURATION

  • The schedule for the doorbell needs to be properly set up. Depending on the model of the DoorBird IP Video Door Station, choose one of the following options:
  • For all devices with a Single Call Button (e.g. D1101V, D2101V, D2101KV, etc.), find the corresponding settings in the DoorBird App administration menu EXPERT SETTINGS when selecting “Schedule for doorbell”.
  • In this screen, tap the bell symbol in the upper-left corner, select “HTTP(S) call” and fill out the schedule as per your requirements for this event.
  • For all devices with multiple call buttons (e.g. D2102V, D2103V, D2112V, etc.), find the corresponding settings in the DoorBird App administration menu BUTTON CONFIGURATION when selecting “Settings”.
  • Select the call button the event needs to get assigned to and go to “Schedule for actions”.
  • In this screen, tap the bell symbol in the upper-left corner, select “HTTP(S) call” and fill out the schedule per your requirements for this event.
  • For all devices outfitted with a digital display module (e.g. D21DKV), find the corresponding settings in the DoorBird App administration menu KEYPAD when selecting “Settings”.
  • Select the keypad combination the event needs to get assigned and go to “Schedule for actions”.
  • In this screen, tap the bell symbol in the upper-left corner, select “HTTP(S) call” and fill out the schedule per your requirements for this event.DoorBird-Connect-ioBroker-fig-32
  • Return to the main administration area and save the settings.
  • Hint: By tapping the button in the upper right corner it is possible to fill or empty the entire schedule.
  • Note: If you have any questions or problems with the broker configuration, please contact the broker support team directly online: https://iobroker.com/support
  • Note: For questions and problems regarding our devices (DoorBird IP Video Door Station or DoorBird IP Upgrade), please contact our technical support via the contact form online: https://www.doorbird.com/de/contact

FIRMWARE INFORMATION

This manual was tested using the following versions:

  1. broker
    • Version: 18.0 Update 7(Build 304) Operating System: Windows
  2. Door Bird IP Video Door Station:
  3. Hardware device series: D21DKH-V2A Software Version: 000138
  4. Hardware device series: D1102FV Software Version: 000139
  5. Hardware device series: D101S
  6. Software Version: 000138
  • All companies, logos, and product names are registered trademarks of the respective companies.
  • Errors and omissions excepted – Last Update 04/2023 – Copyright © 2023 -ASSA ABLOY – www.doorbird.com

Documents / Resources

| DoorBird DoorBird Connect ioBroker [pdf] User Manual
DoorBird Connect ioBroker, Connect ioBroker, ioBroker
---|---

References

Read User Manual Online (PDF format)

Read User Manual Online (PDF format)  >>

Download This Manual (PDF format)

Download this manual  >>

Related Manuals