Integration CC+Doorbird. How to open door?
Hello, I'm would like to open door via DoorBird from BOS client
I imported DoorBird library example
Camera integration works fine
Relay 1 on Device Control (with same IP configuration) is not working
Any idea?
Many thanks in advance
BR

Alessandro

Hello,
I'm not using the Doorbird example. But I can tell you that I have the lock working with an HttpRequest.
Can you confirm if the model you're using has indeed more than one relay?
I usually use the D1101V which I think it only has 1 relay. So if that's the case, probably the system is trying to execute (according to the example) the cgi command bha-api/open-door.cgi?r=1 when it should only execute bha-api/open-door.cgi without the ?r=1
If it helps, in my configuration, where I'm not using the Doorbird example:
I have a task for the lock, which is basically a HttpRequest calling http://10.0.50.210/bha-api/open-door.cgi in my configuration
Inside the HttpRequest, I've set the username and password of the unit.
And I'm done, it's working.
Try to remove the ?r=1 from the Relay 1 command under Device control and try it again.
Hope it helps.
Best regards