Coder Social home page Coder Social logo

Comments (15)

Schmakus avatar Schmakus commented on July 18, 2024

Der Axios Fehler tritt auf, wenn die Verbindung zur Doorbird nicht aufgebaut werden kann.
Welche js-controller, nodejs und npm hast du?

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Der Axios Fehler tritt auf, wenn die Verbindung zur Doorbird nicht aufgebaut werden kann. Welche js-controller, nodejs und npm hast du?

(stand im Log): js-controller: 5.0.9
nodejs: 18.17.0
npm: 9.6.7

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Adapter mal neu gestartet?

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

natürlich :-)

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Fehler 401 zeigt an, dass es ein Authentifikationsproblem ist.
Ist deine Firmware der Doorbird aktuell? Hat der User API rechte?

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Wenn ich das Bild per Browser abhole, wird da nicht auch die API genutzt:
http://ghhnoo0001:[email protected]/bha-api/image.cgi

Mit dem Admin-User kommt der gleiche Fehler:

klu_009

Screenshot_20230728-134219_DoorBird

Portnummer ist auch nicht das Problem.

2023-07-28 13:55:35.272 - info: host.iobroker instance system.adapter.doorbird.0 started with pid 31637
2023-07-28 13:55:37.418 - debug: doorbird.0 (31637) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-07-28 13:55:37.504 - debug: doorbird.0 (31637) Objects client ready ... initialize now
2023-07-28 13:55:37.508 - debug: doorbird.0 (31637) Objects create System PubSub Client
2023-07-28 13:55:37.511 - debug: doorbird.0 (31637) Objects create User PubSub Client
2023-07-28 13:55:37.643 - debug: doorbird.0 (31637) Objects client initialize lua scripts
2023-07-28 13:55:37.659 - debug: doorbird.0 (31637) Objects connected to redis: 127.0.0.1:9001
2023-07-28 13:55:37.756 - debug: doorbird.0 (31637) Redis States: Use Redis connection: 127.0.0.1:9000
2023-07-28 13:55:37.793 - debug: doorbird.0 (31637) States create System PubSub Client
2023-07-28 13:55:37.796 - debug: doorbird.0 (31637) States create User PubSub Client
2023-07-28 13:55:37.907 - debug: doorbird.0 (31637) States connected to redis: 127.0.0.1:9000
2023-07-28 13:55:38.373 - info: doorbird.0 (31637) starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.doorbird, node: v18.17.0, js-controller: 5.0.9
2023-07-28 13:55:38.638 - warn: doorbird.0 (31637) Error in testBird() Request: AxiosError: Request failed with status code 401
2023-07-28 13:55:38.653 - debug: doorbird.0 (31637) Server gestartet auf Port 8118 und IP 192.168.178.41

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

ok, dann versuche noch folgende Dinge:

  • Überprüfe die Berechtigungen des Benutzers: Stelle sicher, dass der Benutzer, dessen Zugangsdaten du verwendest, die erforderlichen Berechtigungen (z. B. API-Operator) hat, um auf die API der DoorBird zuzugreifen.

IMG_9AA960A0208C-1

  • Gib mal folgende URL ein, um zu prüfen, ob es an Axios oder der API liegt: http://192.168.172.85/bha-api/schedule.cgi?http-user=<user>&http-password=<pw>

des Weiteren stelle mal das loglevel des Adapter auf Debug und poste hier das Logging. Aber bitte in Code-Tags, danke!

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Also Loglevel war schon immer "Debug".
Das Problem war der User, der keine API-Berechtigung hatte.
Ich habe es ja auch mit dem Admin (0000) versucht. Der hat doch alle Berechtigungen oder nicht?

http://192.168.172.85/bha-api/schedule.cgi?http-user=ghhnoo0001&http-password=??????
Keine Antwort. Habe es dann so gemacht:
Mit http://ghhnoo0001:[email protected]/bha-api/schedule.cgi
und bekomme eine JSON Output.

2023-07-28 16:03:06.438 - info: host.iobroker instance system.adapter.doorbird.0 started with pid 24660
2023-07-28 16:03:08.844 - debug: doorbird.0 (24660) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-07-28 16:03:08.937 - debug: doorbird.0 (24660) Objects client ready ... initialize now
2023-07-28 16:03:08.940 - debug: doorbird.0 (24660) Objects create System PubSub Client
2023-07-28 16:03:08.942 - debug: doorbird.0 (24660) Objects create User PubSub Client
2023-07-28 16:03:09.104 - debug: doorbird.0 (24660) Objects client initialize lua scripts
2023-07-28 16:03:09.116 - debug: doorbird.0 (24660) Objects connected to redis: 127.0.0.1:9001
2023-07-28 16:03:09.228 - debug: doorbird.0 (24660) Redis States: Use Redis connection: 127.0.0.1:9000
2023-07-28 16:03:09.271 - debug: doorbird.0 (24660) States create System PubSub Client
2023-07-28 16:03:09.272 - debug: doorbird.0 (24660) States create User PubSub Client
2023-07-28 16:03:09.387 - debug: doorbird.0 (24660) States connected to redis: 127.0.0.1:9000
2023-07-28 16:03:09.777 - info: doorbird.0 (24660) starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.doorbird, node: v18.17.0, js-controller: 5.0.9
2023-07-28 16:03:10.035 - debug: doorbird.0 (24660) Authorization with User ghhnoo0001 successful!
2023-07-28 16:03:10.107 - debug: doorbird.0 (24660) Object: Relays created.
2023-07-28 16:03:10.119 - debug: doorbird.0 (24660) Object: Relays.1 created.
2023-07-28 16:03:10.133 - debug: doorbird.0 (24660) Object: Relays.2 created.
2023-07-28 16:03:10.148 - debug: doorbird.0 (24660) Object: Relays.ghlcty@1 created.
2023-07-28 16:03:10.162 - debug: doorbird.0 (24660) Object: Relays.ghlcty@2 created.
2023-07-28 16:03:10.173 - debug: doorbird.0 (24660) Object: Relays.ghlcty@3 created.
2023-07-28 16:03:10.175 - debug: doorbird.0 (24660) Checking favorites on DoorBird Device..
2023-07-28 16:03:10.198 - debug: doorbird.0 (24660) I did not find any Favorite on the DoorBird Device that belongs to me.
2023-07-28 16:03:10.237 - debug: doorbird.0 (24660) Following schedules found: [{"input":"doorbell","param":"114","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"},{"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"},{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"rfid","param":"092,23476","output":[{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"092,22304","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"091,62851","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"relay","param":"2","output":[]},{"input":"relay","param":"1","output":[]}]
2023-07-28 16:03:10.239 - debug: doorbird.0 (24660) Looping through the Schedules..
2023-07-28 16:03:10.239 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.240 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 114
2023-07-28 16:03:10.240 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:10.240 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.241 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.241 - debug: doorbird.0 (24660) Counted 1 Doorbells.
2023-07-28 16:03:10.241 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.242 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 102
2023-07-28 16:03:10.242 - debug: doorbird.0 (24660) The Output contains 1 entries!
2023-07-28 16:03:10.242 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:10.242 - debug: doorbird.0 (24660) Counted 2 Doorbells.
2023-07-28 16:03:10.243 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.243 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 101
2023-07-28 16:03:10.243 - debug: doorbird.0 (24660) The Output contains 3 entries!
2023-07-28 16:03:10.244 - debug: doorbird.0 (24660) Entry "0" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"}
2023-07-28 16:03:10.244 - debug: doorbird.0 (24660) Entry "1" is: {"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"}
2023-07-28 16:03:10.245 - debug: doorbird.0 (24660) Entry "2" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}
2023-07-28 16:03:10.245 - debug: doorbird.0 (24660) Counted 3 Doorbells.
2023-07-28 16:03:10.245 - debug: doorbird.0 (24660) Detected Motion Schedule!
2023-07-28 16:03:10.245 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:10.246 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:10.247 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.247 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.248 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:10.248 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 has to be created!
2023-07-28 16:03:10.310 - debug: doorbird.0 (24660) Favorite created successfully..
2023-07-28 16:03:10.311 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.311 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:10.311 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 has to be created!
2023-07-28 16:03:10.354 - debug: doorbird.0 (24660) Favorite created successfully..
2023-07-28 16:03:10.355 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.355 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:10.356 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 has to be created!
2023-07-28 16:03:10.397 - debug: doorbird.0 (24660) Favorite created successfully..
2023-07-28 16:03:10.398 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.441 - debug: doorbird.0 (24660) Favorite for Motionsensor created.
2023-07-28 16:03:10.441 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.442 - debug: doorbird.0 (24660) Finished creating Favorites.. Checking again - just to be sure!
2023-07-28 16:03:10.442 - debug: doorbird.0 (24660) favoriteState before check again: {}
2023-07-28 16:03:10.443 - debug: doorbird.0 (24660) Checking favorites on DoorBird Device..
2023-07-28 16:03:10.473 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 114 Ring': 'http://192.168.178.41:8118/ring?114')
2023-07-28 16:03:10.474 - debug: doorbird.0 (24660) favoriteState: {"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"}}
2023-07-28 16:03:10.474 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 102 Ring': 'http://192.168.178.41:8118/ring?102')
2023-07-28 16:03:10.475 - debug: doorbird.0 (24660) favoriteState: {"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"}}
2023-07-28 16:03:10.475 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '2') ('ioBroker doorbird.0 101 Ring': 'http://192.168.178.41:8118/ring?101')
2023-07-28 16:03:10.476 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"}}
2023-07-28 16:03:10.476 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '3') ('ioBroker doorbird.0 Motion': 'http://192.168.178.41:8118/motion')
2023-07-28 16:03:10.476 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:10.477 - debug: doorbird.0 (24660) Result of Favorites: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:10.516 - debug: doorbird.0 (24660) Following schedules found: [{"input":"doorbell","param":"114","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"},{"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"},{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"rfid","param":"092,23476","output":[{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"092,22304","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"091,62851","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"relay","param":"2","output":[]},{"input":"relay","param":"1","output":[]}]
2023-07-28 16:03:10.516 - debug: doorbird.0 (24660) Looping through the Schedules..
2023-07-28 16:03:10.517 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.517 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 114
2023-07-28 16:03:10.518 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:10.518 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.519 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.519 - debug: doorbird.0 (24660) Counted 1 Doorbells.
2023-07-28 16:03:10.520 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.520 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 102
2023-07-28 16:03:10.520 - debug: doorbird.0 (24660) The Output contains 1 entries!
2023-07-28 16:03:10.521 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:10.521 - debug: doorbird.0 (24660) Counted 2 Doorbells.
2023-07-28 16:03:10.521 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:10.522 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 101
2023-07-28 16:03:10.522 - debug: doorbird.0 (24660) The Output contains 3 entries!
2023-07-28 16:03:10.522 - debug: doorbird.0 (24660) Entry "0" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"}
2023-07-28 16:03:10.523 - debug: doorbird.0 (24660) Entry "1" is: {"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"}
2023-07-28 16:03:10.523 - debug: doorbird.0 (24660) Entry "2" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}
2023-07-28 16:03:10.523 - debug: doorbird.0 (24660) Counted 3 Doorbells.
2023-07-28 16:03:10.524 - debug: doorbird.0 (24660) Detected Motion Schedule!
2023-07-28 16:03:10.524 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:10.525 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:10.525 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:10.526 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.526 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:10.526 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:10.527 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.527 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:10.527 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:10.528 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.528 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:10.528 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:10.529 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.529 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:10.529 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:10.530 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.530 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:10.530 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:10.531 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.531 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:10.531 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:10.532 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:10.532 - debug: doorbird.0 (24660) Favorites checked successfully. No actions needed!
2023-07-28 16:03:10.533 - debug: doorbird.0 (24660) Checking if we need to create Schedules on DoorBird Device..
2023-07-28 16:03:10.534 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 101
2023-07-28 16:03:10.658 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:10.660 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 102
2023-07-28 16:03:11.066 - debug: doorbird.0 (24660) Schedule created successfully!
2023-07-28 16:03:11.067 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 114
2023-07-28 16:03:11.109 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.119 - debug: doorbird.0 (24660) Object: Doorbell.114 created.
2023-07-28 16:03:11.139 - debug: doorbird.0 (24660) Object: Doorbell.114.trigger created.
2023-07-28 16:03:11.149 - debug: doorbird.0 (24660) Object: Doorbell.102 created.
2023-07-28 16:03:11.170 - debug: doorbird.0 (24660) Object: Doorbell.102.trigger created.
2023-07-28 16:03:11.183 - debug: doorbird.0 (24660) Object: Doorbell.101 created.
2023-07-28 16:03:11.201 - debug: doorbird.0 (24660) Object: Doorbell.101.trigger created.
2023-07-28 16:03:11.212 - debug: doorbird.0 (24660) We need to create a Schedule for the Motion Sensor!
2023-07-28 16:03:11.252 - warn: doorbird.0 (24660) Error in setting Motion schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.253 - debug: doorbird.0 (24660) Finished creating Favorites.. Checking again - just to be sure!
2023-07-28 16:03:11.254 - debug: doorbird.0 (24660) favoriteState before check again: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.255 - debug: doorbird.0 (24660) Checking favorites on DoorBird Device..
2023-07-28 16:03:11.282 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 114 Ring': 'http://192.168.178.41:8118/ring?114')
2023-07-28 16:03:11.284 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.286 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 102 Ring': 'http://192.168.178.41:8118/ring?102')
2023-07-28 16:03:11.287 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.288 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '2') ('ioBroker doorbird.0 101 Ring': 'http://192.168.178.41:8118/ring?101')
2023-07-28 16:03:11.289 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.290 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '3') ('ioBroker doorbird.0 Motion': 'http://192.168.178.41:8118/motion')
2023-07-28 16:03:11.291 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.292 - debug: doorbird.0 (24660) Result of Favorites: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.361 - debug: doorbird.0 (24660) Following schedules found: [{"input":"doorbell","param":"114","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"},{"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"},{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"rfid","param":"092,23476","output":[{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"092,22304","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"091,62851","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"relay","param":"2","output":[]},{"input":"relay","param":"1","output":[]}]
2023-07-28 16:03:11.362 - debug: doorbird.0 (24660) Looping through the Schedules..
2023-07-28 16:03:11.362 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.363 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 114
2023-07-28 16:03:11.363 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.363 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.363 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.364 - debug: doorbird.0 (24660) Counted 1 Doorbells.
2023-07-28 16:03:11.364 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.364 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 102
2023-07-28 16:03:11.365 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.365 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.365 - debug: doorbird.0 (24660) Entry "1" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.365 - debug: doorbird.0 (24660) Counted 2 Doorbells.
2023-07-28 16:03:11.366 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.366 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 101
2023-07-28 16:03:11.366 - debug: doorbird.0 (24660) The Output contains 3 entries!
2023-07-28 16:03:11.366 - debug: doorbird.0 (24660) Entry "0" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"}
2023-07-28 16:03:11.367 - debug: doorbird.0 (24660) Entry "1" is: {"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"}
2023-07-28 16:03:11.367 - debug: doorbird.0 (24660) Entry "2" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}
2023-07-28 16:03:11.367 - debug: doorbird.0 (24660) Counted 3 Doorbells.
2023-07-28 16:03:11.368 - debug: doorbird.0 (24660) Detected Motion Schedule!
2023-07-28 16:03:11.368 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.368 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.369 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.369 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.369 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.369 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.370 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.370 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.370 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.370 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.371 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.371 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.371 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.371 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.372 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.372 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.372 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.372 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.373 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.373 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.373 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.374 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.374 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.374 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.374 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.375 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.375 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.375 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.375 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.376 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.377 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.377 - debug: doorbird.0 (24660) Favorites checked successfully. No actions needed!
2023-07-28 16:03:11.378 - debug: doorbird.0 (24660) Checking if we need to create Schedules on DoorBird Device..
2023-07-28 16:03:11.378 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 101
2023-07-28 16:03:11.434 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.434 - debug: doorbird.0 (24660) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 16:03:11.435 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 114
2023-07-28 16:03:11.478 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.504 - debug: doorbird.0 (24660) We need to create a Schedule for the Motion Sensor!
2023-07-28 16:03:11.570 - warn: doorbird.0 (24660) Error in setting Motion schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.571 - debug: doorbird.0 (24660) Finished creating Favorites.. Checking again - just to be sure!
2023-07-28 16:03:11.572 - debug: doorbird.0 (24660) favoriteState before check again: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.572 - debug: doorbird.0 (24660) Checking favorites on DoorBird Device..
2023-07-28 16:03:11.597 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 114 Ring': 'http://192.168.178.41:8118/ring?114')
2023-07-28 16:03:11.598 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.599 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 102 Ring': 'http://192.168.178.41:8118/ring?102')
2023-07-28 16:03:11.599 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.599 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '2') ('ioBroker doorbird.0 101 Ring': 'http://192.168.178.41:8118/ring?101')
2023-07-28 16:03:11.600 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.600 - debug: doorbird.0 (24660) Found a Favorite that belongs to me.. (ID: '3') ('ioBroker doorbird.0 Motion': 'http://192.168.178.41:8118/motion')
2023-07-28 16:03:11.601 - debug: doorbird.0 (24660) favoriteState: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.601 - debug: doorbird.0 (24660) Result of Favorites: {"101":{"ID":"2","URL":"http://192.168.178.41:8118/ring?101"},"102":{"ID":"1","URL":"http://192.168.178.41:8118/ring?102"},"114":{"ID":"0","URL":"http://192.168.178.41:8118/ring?114"},"Motion":{"ID":"3","URL":"http://192.168.178.41:8118/motion"}}
2023-07-28 16:03:11.643 - debug: doorbird.0 (24660) Following schedules found: [{"input":"doorbell","param":"114","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"},{"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"},{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}]},{"input":"rfid","param":"092,23476","output":[{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"092,22304","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"rfid","param":"091,62851","output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"relay","param":"ghlcty:1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"relay","param":"2","output":[]},{"input":"relay","param":"1","output":[]}]
2023-07-28 16:03:11.644 - debug: doorbird.0 (24660) Looping through the Schedules..
2023-07-28 16:03:11.645 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.645 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 114
2023-07-28 16:03:11.645 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.645 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.646 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.646 - debug: doorbird.0 (24660) Counted 1 Doorbells.
2023-07-28 16:03:11.646 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.647 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 102
2023-07-28 16:03:11.647 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.647 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.647 - debug: doorbird.0 (24660) Entry "1" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.648 - debug: doorbird.0 (24660) Counted 2 Doorbells.
2023-07-28 16:03:11.648 - debug: doorbird.0 (24660) Detected a Doorbell Schedule!
2023-07-28 16:03:11.649 - debug: doorbird.0 (24660) The Param of the actual Schedule is: 101
2023-07-28 16:03:11.649 - debug: doorbird.0 (24660) The Output contains 3 entries!
2023-07-28 16:03:11.649 - debug: doorbird.0 (24660) Entry "0" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"","event":"notify"}
2023-07-28 16:03:11.650 - debug: doorbird.0 (24660) Entry "1" is: {"schedule":{"weekdays":[{"from":"82800","to":"82799"}]},"param":"0","event":"sip"}
2023-07-28 16:03:11.650 - debug: doorbird.0 (24660) Entry "2" is: {"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"2","event":"relay"}
2023-07-28 16:03:11.650 - debug: doorbird.0 (24660) Counted 3 Doorbells.
2023-07-28 16:03:11.651 - debug: doorbird.0 (24660) Detected Motion Schedule!
2023-07-28 16:03:11.651 - debug: doorbird.0 (24660) The Output contains 2 entries!
2023-07-28 16:03:11.652 - debug: doorbird.0 (24660) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
2023-07-28 16:03:11.652 - debug: doorbird.0 (24660) Entry "1" is: {"event":"sip","param":"0","schedule":{"weekdays":[{"from":"82800","to":"82799"}]}}
2023-07-28 16:03:11.652 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.653 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.653 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.653 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.654 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.654 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.654 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.655 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.655 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.655 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.655 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.656 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.656 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.657 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.657 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.657 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.658 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.658 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.658 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.659 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.659 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.659 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.660 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.660 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.660 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.661 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.661 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.661 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.662 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 114 exists.
2023-07-28 16:03:11.662 - debug: doorbird.0 (24660) Favorite for Doorbell ID 114 exists!
2023-07-28 16:03:11.662 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.662 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 102 exists.
2023-07-28 16:03:11.663 - debug: doorbird.0 (24660) Favorite for Doorbell ID 102 exists!
2023-07-28 16:03:11.663 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.664 - debug: doorbird.0 (24660) Cheking if Favorite for Doorbell ID 101 exists.
2023-07-28 16:03:11.664 - debug: doorbird.0 (24660) Favorite for Doorbell ID 101 exists!
2023-07-28 16:03:11.664 - debug: doorbird.0 (24660) Checking if we need to create any favorites..
2023-07-28 16:03:11.664 - debug: doorbird.0 (24660) Favorites checked successfully. No actions needed!
2023-07-28 16:03:11.664 - debug: doorbird.0 (24660) Checking if we need to create Schedules on DoorBird Device..
2023-07-28 16:03:11.665 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 101
2023-07-28 16:03:11.719 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.720 - debug: doorbird.0 (24660) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 16:03:11.721 - debug: doorbird.0 (24660) We need to create a Schedule for Doorbell ID: 114
2023-07-28 16:03:11.762 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.800 - debug: doorbird.0 (24660) We need to create a Schedule for the Motion Sensor!
2023-07-28 16:03:11.834 - warn: doorbird.0 (24660) Error in setting Motion schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.835 - debug: doorbird.0 (24660) Favorites checked successfully. No actions needed!
2023-07-28 16:03:11.835 - debug: doorbird.0 (24660) Checking if we need to create Schedules on DoorBird Device..
2023-07-28 16:03:11.835 - debug: doorbird.0 (24660) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 16:03:11.836 - debug: doorbird.0 (24660) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 16:03:11.836 - debug: doorbird.0 (24660) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 16:03:11.874 - debug: doorbird.0 (24660) Server gestartet auf Port 8118 und IP 192.168.178.41

Fehler:
2023-07-28 16:03:11.762 - warn: doorbird.0 (24660) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 16:03:11.800 - debug: doorbird.0 (24660) We need to create a Schedule for the Motion Sensor!

klu_009

klu_009

Beim Klingeln wird das Bild erfasst:
/opt/iobroker/iobroker-data/files/doorbird.0/Doorbell102_1.jpg


Ich habe ein Mehrteilnehmer Modul MT im Einsatz. Werden deswegen die Ruftasten erst aber 100 durchnummeriert?
klu_010

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Dann passt nun alles?

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Beim Klingeln wird das Bild erfasst:
/opt/iobroker/iobroker-data/files/doorbird.0/Doorbell102_1.jpg
Heißt aber nur, dass es im Verz. liegt
"Snapshot saved successfully!"
aber nicht im IOB als Link bei Motion/trigger angewählt werden kann.
Zudem wir das Bild des Bewegungssensors nicht abgelegt,
"We need to create a Schedule for the Motion Sensor!"
was wahrscheinlich an dem Fehler liegt
"Error in setting Motion schedule: AxiosError: Request failed with status code 400"
Habe bei den Berechtigungen alles angewählt, kann also nicht daran liegen.

2023-07-28 21:58:20.503 - debug: doorbird.0 (17430) We need to create a Schedule for Doorbell ID: 101
2023-07-28 21:58:20.655 - warn: doorbird.0 (17430) Error in creating schedule: AxiosError: Request failed with status code 400
2023-07-28 21:58:20.657 - debug: doorbird.0 (17430) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 21:58:20.657 - debug: doorbird.0 (17430) Okay we dont need to create any Doorbell-Schedules..
2023-07-28 21:58:20.673 - debug: doorbird.0 (17430) We need to create a Schedule for the Motion Sensor!
2023-07-28 21:58:20.707 - warn: doorbird.0 (17430) Error in setting Motion schedule: AxiosError: Request failed with status code 400
2023-07-28 21:58:20.719 - debug: doorbird.0 (17430) Server gestartet auf Port 8118 und IP 192.168.178.41
2023-07-28 21:58:54.548 - debug: doorbird.0 (17430) Received Ring-alert (ID: 102) from Doorbird!
2023-07-28 21:58:54.695 - debug: doorbird.0 (17430) Snapshot saved successfully!

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Versuche mal, manuell den Zeitplan für Motion anzulegen.

Die Bilder werden bei den ioBroker Files (Dateien)!angelegt. Siehe readme.

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Nach Anlagenreset kommt der 400er nicht mehr.
Jedes Betätigen der 2 Klingeln liefert ein entsprechendes Bild.
Motion funktioniert auch.
Konnte man sich das Bilder nicht unter den Objekten auch ansehen?
grafik

Frage zum User für den Adapter mit API Berechtigung:
Soll ich einen User anlegen, der nur API Berechtigung bekommt oder kann
das einer der beiden User sein, die jeweils einer Klingel zugewiesen wurden?

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

Was jetzt mir noch fehlt, ist der Objekteintrag für Snapshot und Motion.
Bilder liegen am korrekten Platz:
klu_018

Es fehlt aber hier der Link zum Bild:
klu_019

from iobroker.doorbird.

Schmakus avatar Schmakus commented on July 18, 2024

Den "Objekteintrag" gibt es nicht mehr, da sich die Bilder direkt in den ioBroker Dateien befinden.
Um auf die Bilder per Script zuzugreifen habe ich ein paar Beispiele in der Readme.

from iobroker.doorbird.

Klaus-Lucas avatar Klaus-Lucas commented on July 18, 2024

OK, Danke für die Info und für deine Zeit. Ich mache den Issue dann mal zu.

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.