ioBroker.doorbird icon indicating copy to clipboard operation
ioBroker.doorbird copied to clipboard

Bell signal no longer arrives

Open Hant0r opened this issue 3 months ago • 1 comments

Seit einiger Zeit kommt im Adapter das Klingelsignal der Doorbird nicht mehr an. Bewegungen werden weiter richitg erkannt, doch wenn man kligelt passiert nichts im Adapter. Auch im Debug Log ist nichts zu erkennen.

Bei jedem "motion-alert" hatte ich kur danach geklingelt:

`doorbird.0 2024-11-02 17:08:46.797 debug Authorization with User ghgifh0001 successful!
doorbird.0 2024-11-02 17:08:46.735 debug Refresh connection check...
doorbird.0 2024-11-02 17:06:04.804 debug Snapshot saved successfully!
doorbird.0 2024-11-02 17:06:04.519 debug Received Motion-alert from Doorbird!
doorbird.0 2024-11-02 17:05:46.732 debug Checking if we need to create Schedules on DoorBird Device..
doorbird.0 2024-11-02 17:05:46.731 debug Favorites checked successfully. No actions needed!
doorbird.0 2024-11-02 17:05:46.731 debug Checking if we need to create any favorites..
doorbird.0 2024-11-02 17:05:46.730 debug Entry "1" is: {"event":"http","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
doorbird.0 2024-11-02 17:05:46.730 debug Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
doorbird.0 2024-11-02 17:05:46.729 debug The Output contains 2 entries!
doorbird.0 2024-11-02 17:05:46.729 debug Detected Motion Schedule!
doorbird.0 2024-11-02 17:05:46.728 debug Looping through the Schedules..
doorbird.0 2024-11-02 17:05:46.727 debug Following schedules found: [{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"048,29473","output":[{"event":"http","param":"5","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"048,17348","output":[{"event":"http","param":"2","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"048,17337","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"3","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"135,12766","output":[{"event":"http","param":"4","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]}]
doorbird.0 2024-11-02 17:05:46.688 debug [ getSchedulesAsync ] Schedule call count: 0
doorbird.0 2024-11-02 17:05:46.687 debug Result of Favorites: {"1":{"ID":"0","URL":"http://10.1.0.1:8100/ring?1"},"Motion":{"ID":"1","URL":"http://10.1.0.1:8100/motion"}}
doorbird.0 2024-11-02 17:05:46.684 debug Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 Motion': 'http://10.1.0.1:8100/motion')
doorbird.0 2024-11-02 17:05:46.682 debug Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 1 Ring': 'http://10.1.0.1:8100/ring?1')
doorbird.0 2024-11-02 17:05:46.661 debug Checking favorites on DoorBird Device..
doorbird.0 2024-11-02 17:05:46.574 debug Authorization with User ghgifh0001 successful!
doorbird.0 2024-11-02 17:05:46.435 debug Server gestartet auf Port 8100 und IP 10.1.0.1`

Versions:

  • Adapter version: 2.0.0
  • JS-Controller version: 6.0.11
  • Node version: v20.18.0
  • Operating system: ioBroker on Synology as Docker

Hant0r avatar Nov 02 '24 16:11 Hant0r