Coder Social home page Coder Social logo

Comments (3)

Schmakus avatar Schmakus commented on July 18, 2024

Good idea!

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Hi, is it possible to get the favourites? I se only set favourite and update favourite, but how can I update one if I don't know the id of them?
Second question: for doorbell and motion, no favourites are needed anymore, correct?

from iobroker.doorbird.

ihrigb avatar ihrigb commented on July 18, 2024

The library has a listFavorites method (https://github.com/ihrigb/node-doorbird/blob/main/src/index.ts#L534). Seems like I forgot to document this in the README.
For your second question: The library comes with a UDP socket that listens on either of Doorbird's UDP ports and can handle incoming broadcasts (for ring and motion events). The problem sometimes is that this library is often used in Docker environments with a bridge network. In these circumstances, UDP broadcast messages are not forwarded to the container and hence the message will not reach the socket. For that, either another network configuration (host or macvlan) are necessary, or the registration of a favorite is handy.

from iobroker.doorbird.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.