Yea, keep an eye out on this. Definitely don't send them another $400. I will keep this thread updated.Glad you started this thread. I want an onvif doorbell and doorbird is on my shortlist. Glad I'm not in a hurry to buy.
Yea, keep an eye out on this. Definitely don't send them another $400. I will keep this thread updated.Glad you started this thread. I want an onvif doorbell and doorbird is on my shortlist. Glad I'm not in a hurry to buy.
Can you try a test when you have a moment? Keep it powered on with their power supply and then unplug the network cable and then plug it back in (or shutdown/no shutdown if you have a managed switch). Wait 30 seconds between plugging it back in. I haven't tested this extensively - but it doesn't seem to come back after this test when I tried twice. Ping drops obviously after unplug and then it never shows up again until I power cycle.I'm hardwired, I've had it that way from the beginning.
Sent from my iPhone using Tapatalk
Update for folks here: Tom and I have been reporting to Doorbird support what is happening with our units. I showed them additional videos of my unit from the test setup and they just emailed me "The behaviour your device shows during the restart in the video is not as designed". They have requested that I return the unit to them. I have initiated this process and we will see where it ends up.
Nathan,
I noticed mine has version 107 firmware as of yesterday. Is yours on 107 and doing the reboot like mine?
$pass = "<PASSWORD>"| ConvertTo-SecureString -AsPlainText -Force
$cred = New-Object System.Management.Automation.PSCredential("<USERNAME0001>@DoorBird Station", $pass)
Invoke-RestMethod -Method Get -uri "http://<DOORBIRDIP>/bha-api/restart.cgi" -Credential $cred
I know this thread is a little old, but wanted to add some more info. I recently picked one up from ebay for $50 and got it setup. Works well as a door intercom, especially since it has PoE, ONVIF, and connects to my SIP PBX so I can talk to people on my desk phone. Definitely not worth $400, but overall pretty nice for its purpose. Camera definitely leaves a lot to be desired, but I've got others covering the front door, so not too big of a deal. Camera on the DB is essentially just for use when talking to people. It does do a pretty decent job of getting okay face photos in non-ideal lighting though.
I contacted support after noticing it going offline daily and they mentioned the unit does a daily reboot. Kind of non-sense. And it seems you can't schedule it. It just reboots 24 hours from last boot. Not ideal considering this currently has it during the middle of the day.
I ended up writing a PowerShell script I run as a schedule task in the early morning hours to trigger the reboot at a less-inconvenient time.... not ideal, but I want it to work during the daytime hours. Supposedly this command also suppresses the "Connected to the internet" message when it comes back.
C-like:$pass = "<PASSWORD>"| ConvertTo-SecureString -AsPlainText -Force $cred = New-Object System.Management.Automation.PSCredential("<USERNAME0001>@DoorBird Station", $pass) Invoke-RestMethod -Method Get -uri "http://<DOORBIRDIP>/bha-api/restart.cgi" -Credential $cred
From what I've read, this should keep the daily reboot from happening in the middle of the day at least... not really ever a good time to take a camera down, but I'd rather have the choice of when to do it if it has to happen....