You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the relevant camera/device and/or plugin Log in the Management Console for errors or warnings that may help identify and resolve the issue myself.
Describe the bug
The doorbird plugin does not pick up the UDP broadcast packages sent by the doorbird station when motion is detected or the bell button is pressed. The UDP packages successfully arrive at the host. I am running the docker container as instructed with network_mode: host.
It seems that the underlying version of the doorbird package: "2.1.2" is the culprit.
When I try in a plain docker node container in version "2.1.2" I do not see any event but with "2.6.0" I see them no problem.
To Reproduce
Steps to reproduce the behavior:
Run Scrypted in docker container
Install doorbird plugin and setup doorbell
Check logs for motion/bell button events
See no such logs
Expected behavior
The logs of the events showing up and the camera entity correctly reporting motion/doorbell.
Logs
I think logs don't help in this case.
Server (please complete the following information):
OS: Armbian
Installation Method: Docker
Hardware Model (please complete the following information):
Device: Radxa Rock 5B
Client (please complete the following information, if applicable):
Software: Browser
Additional context
I tried forking this repository and try the updated plugin myself, but due to some issues with webpack I was not able to get this working. Otherwise I would have opened a PR instead of an issue.
The text was updated successfully, but these errors were encountered:
Thank you for the fast fix. I unfortunately ran into some node-gyp issues before I was able to finally test the plugin out. With the new doorbird api version it works perfectly. I opened the referenced PR
** Before You Submit**
Log
in theManagement Console
for errors or warnings that may help identify and resolve the issue myself.Describe the bug
The doorbird plugin does not pick up the UDP broadcast packages sent by the doorbird station when motion is detected or the bell button is pressed. The UDP packages successfully arrive at the host. I am running the docker container as instructed with
network_mode: host
.It seems that the underlying version of the doorbird package: "2.1.2" is the culprit.
When I try in a plain docker node container in version "2.1.2" I do not see any event but with "2.6.0" I see them no problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The logs of the events showing up and the camera entity correctly reporting motion/doorbell.
Logs
I think logs don't help in this case.
Server (please complete the following information):
Hardware Model (please complete the following information):
Client (please complete the following information, if applicable):
Additional context
I tried forking this repository and try the updated plugin myself, but due to some issues with webpack I was not able to get this working. Otherwise I would have opened a PR instead of an issue.
The text was updated successfully, but these errors were encountered: