Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Re-New DoorBird Adapter v1.0.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Re-New DoorBird Adapter v1.0.x

Geplant Angeheftet Gesperrt Verschoben Entwicklung
135 Beiträge 20 Kommentatoren 21.6k Aufrufe 20 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • SchmakusS Schmakus

    @elektrobau sagte in Re-New DoorBird Adapter v1.0.x:

    Hallo,

    ich hab beim erstellen der Instanz das Problem dass mir nicht alle Objekte erstellt werden wie man im Bild sieht:

    af2090a2-0eb2-4c0b-b553-be7a368278ef-image.png

    Auch den http Aufruf (http://IPADRESSE:8100/ring?1) erstellt es mir nicht automatisch, den http://IPADRESSE:8100/motion hingegen schon.


    Mod-Edit: habe deinen Thread hierher angehängt. Bitte nächstes mal vorher die Suche verwenden.

    Hi, das ist oftmals ein Problem der Zeitpläne. Geh mal in deine Doorbird App => Administration und schau, ob es Zeitpläne für die Türklingel gibt. Wenn nicht, lege einen an.
    Danach einen Adapter-Neustart und die Datenpunkte sollten erscheinen.
    Manchmal sind auch mehrere Adapter-Neustarts nötig.

    E Offline
    E Offline
    elektrobau
    schrieb am zuletzt editiert von
    #39

    @schmakus hat mir mehrmals neu starten funktioniert. Danke!

    E 1 Antwort Letzte Antwort
    0
    • E elektrobau

      @schmakus hat mir mehrmals neu starten funktioniert. Danke!

      E Offline
      E Offline
      elektrobau
      schrieb am zuletzt editiert von
      #40

      Kann man auch den Etagenruf des Türgong A1061W auswerten?

      SchmakusS 1 Antwort Letzte Antwort
      0
      • E elektrobau

        Kann man auch den Etagenruf des Türgong A1061W auswerten?

        SchmakusS Offline
        SchmakusS Offline
        Schmakus
        Developer
        schrieb am zuletzt editiert von
        #41

        @elektrobau leider nein. Auch kann man keine Zeitpläne des Türgongs anpassen usw. Das gibt die API nicht her.

        Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

        1 Antwort Letzte Antwort
        0
        • M MartyBr

          @negalein
          Klar, ist aber das Script von oben:

          Bildschirmfoto 2023-07-28 um 19.45.59.png

          <xml xmlns="https://developers.google.com/blockly/xml">
            <variables>
              <variable type="timeout" id="timeout">timeout</variable>
            </variables>
            <block type="on_ext" id=",~ya]g5}vZRRD8$T^@pj" x="13" y="13">
              <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
              <field name="CONDITION">true</field>
              <field name="ACK_CONDITION"></field>
              <value name="OID0">
                <shadow type="field_oid" id="qzrJb}U?j@E^qgBPEse~">
                  <field name="oid">doorbird.0.Doorbell.1.trigger</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="timeouts_settimeout" id="Mr1148}Ad7z1u3h4vx),">
                  <field name="NAME">timeout</field>
                  <field name="DELAY">2</field>
                  <field name="UNIT">sec</field>
                  <statement name="STATEMENT">
                    <block type="procedures_callcustomnoreturn" id="~]p1,VkVh`umIbp3fJZI">
                      <mutation name="Klingelbild_Senden"></mutation>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
            <block type="procedures_defcustomnoreturn" id="+SqFu+D!clJM6b445_b=" x="13" y="188">
              <mutation statements="false"></mutation>
              <field name="NAME">Klingelbild_Senden</field>
              <field name="SCRIPT">cmVhZEZpbGUoImRvb3JiaXJkLjAiLCAiRG9vcmJlbGwxXzAxLmpwZyIsIGZ1bmN0aW9uIChlcnJvciwgZGF0YSkgewogIGlmIChlcnJvcikgewogICAgY29uc29sZS5lcnJvcihlcnJvcik7CiAgfSBlbHNlIHsKICAgIHNlbmRUbygidGVsZWdyYW0uMCIsIHsKICAgICAgdGV4dDogZGF0YSwKICAgICAgY2hhdElkOiAnMjh4eHh4eHgxJywKICAgICAgdHlwZTogInBob3RvIiwKICAgIH0pOwogIH0KfSk7Cg==</field>
              <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
            </block>
          </xml>
          

          Edit 29.7.
          Ich habe das Blocky neu exportiert. Da war noch ein Fehler enthalten.

          NegaleinN Offline
          NegaleinN Offline
          Negalein
          Global Moderator
          schrieb am zuletzt editiert von
          #42

          @martybr sagte in Re-New DoorBird Adapter v1.0.x:

          Klar, ist aber das Script von oben:

          was mach ich falsch, da er mir mit dem Blockly 5x das Bild schickt?

          76ff07b2-3651-4880-ab51-71762c3a1c09-image.png
          b0cf06f6-53ac-4522-a495-b7f7eccb88b9-image.png

          ° Node.js: 20.17.0 NPM: 10.8.2
          ° Proxmox, Ubuntu 22.04.3 LTS
          ° Fixer ---> iob fix

          SchmakusS 1 Antwort Letzte Antwort
          0
          • M Offline
            M Offline
            MartyBr
            schrieb am zuletzt editiert von
            #43

            Bei mir verschickt das Script das Bild nur einmal.

            Bildschirmfoto 2023-08-21 um 07.34.08.png

            readFile("doorbird.0", "Doorbell1_01.jpg", function (error, data) {
              if (error) {
                console.error(error);
              } else {
                sendTo("telegram.0", {
                  text: data,
                  chatId: '28xxxxxxxx',
                  type: "photo",
                });
              }
            });
            
            

            Deine Datenpunkte scheinen zu meinen unterschiedlich zu sein. Ich habe eine D205 und der Snapshot heißt "Doorbell1_01.jpg".
            Die Chat-ID wird wohl keine Auswirkung haben.

            Bildschirmfoto 2023-08-21 um 07.36.13.png

            Gruß
            Martin


            Intel NUCs mit Proxmox / Iobroker als VM unter Debian
            Raspeberry mit USB Leseköpfen für Smartmeter
            Homematic und Homematic IP

            1 Antwort Letzte Antwort
            0
            • NegaleinN Negalein

              @martybr sagte in Re-New DoorBird Adapter v1.0.x:

              Klar, ist aber das Script von oben:

              was mach ich falsch, da er mir mit dem Blockly 5x das Bild schickt?

              76ff07b2-3651-4880-ab51-71762c3a1c09-image.png
              b0cf06f6-53ac-4522-a495-b7f7eccb88b9-image.png

              SchmakusS Offline
              SchmakusS Offline
              Schmakus
              Developer
              schrieb am zuletzt editiert von
              #44

              @negalein sagte in Re-New DoorBird Adapter v1.0.x:

              @martybr sagte in Re-New DoorBird Adapter v1.0.x:

              Klar, ist aber das Script von oben:

              was mach ich falsch, da er mir mit dem Blockly 5x das Bild schickt?

              Hi, zeig mal einen Debug-Log, wenn geklingelt wird.

              Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

              NegaleinN 1 Antwort Letzte Antwort
              0
              • SchmakusS Schmakus

                @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                @martybr sagte in Re-New DoorBird Adapter v1.0.x:

                Klar, ist aber das Script von oben:

                was mach ich falsch, da er mir mit dem Blockly 5x das Bild schickt?

                Hi, zeig mal einen Debug-Log, wenn geklingelt wird.

                NegaleinN Offline
                NegaleinN Offline
                Negalein
                Global Moderator
                schrieb am zuletzt editiert von
                #45

                @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                Hi, zeig mal einen Debug-Log, wenn geklingelt wird.

                hat etwas gedauert 😉

                doorbird.0
                2023-08-22 20:43:44.382	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:44.329	debug	Received Ring-alert (ID: 102) from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:44.322	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:44.289	debug	Received Ring-alert (ID: 102) from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:44.283	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:44.256	debug	Received Ring-alert (ID: 102) from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:44.247	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:44.213	debug	Received Ring-alert (ID: 102) from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:43.719	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:43.696	debug	Received Ring-alert (ID: 102) from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:42.994	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:42.975	debug	Received Motion-alert from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:42.974	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:42.942	debug	Received Motion-alert from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:42.867	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:42.823	debug	Snapshot saved successfully!
                
                doorbird.0
                2023-08-22 20:43:42.661	warn	Error in downloading file: Error: Request failed with status code 404
                
                doorbird.0
                2023-08-22 20:43:42.568	debug	Received Motion-alert from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:42.564	debug	Received Motion-alert from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:42.562	debug	Received Motion-alert from Doorbird!
                
                doorbird.0
                2023-08-22 20:43:23.607	debug	Server gestartet auf Port 8100 und IP 10.0.1.202
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Okay we dont need to create any Doorbell-Schedules..
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Okay we dont need to create any Doorbell-Schedules..
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Checking if we need to create Schedules on DoorBird Device..
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Favorites checked successfully. No actions needed!
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Favorite for Doorbell ID 101 exists!
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Cheking if Favorite for Doorbell ID 101 exists.
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Favorite for Doorbell ID 102 exists!
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Cheking if Favorite for Doorbell ID 102 exists.
                
                doorbird.0
                2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "5" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "4" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "3" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "2" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "1" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	The Output contains 6 entries!
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Detected Motion Schedule!
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Counted 2 Doorbells.
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "5" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "4" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "3" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.535	debug	Entry "2" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	The Param of the actual Schedule is: 101
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Detected a Doorbell Schedule!
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Counted 1 Doorbells.
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "5" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "4" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "3" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                
                doorbird.0
                2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                
                doorbird.0
                2023-08-22 20:43:23.533	debug	The Param of the actual Schedule is: 102
                
                doorbird.0
                2023-08-22 20:43:23.533	debug	Detected a Doorbell Schedule!
                
                doorbird.0
                2023-08-22 20:43:23.533	debug	Looping through the Schedules..
                
                doorbird.0
                2023-08-22 20:43:23.533	debug	Following schedules found: [{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"1","event":"relay"},{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"5","event":"http"}],"input":"rfid","param":"180,19463"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"7","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"184,63861"},{"output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"4","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"162,45091"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"6","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"162,62522"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"3","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"184,36797"},{"input":"relay","param":"1","output":[]}]
                
                doorbird.0
                2023-08-22 20:43:23.491	debug	Result of Favorites: {"101":{"ID":"1","URL":"http://10.0.1.202:8100/ring?101"},"102":{"ID":"0","URL":"http://10.0.1.202:8100/ring?102"},"Motion":{"ID":"2","URL":"http://10.0.1.202:8100/motion"}}
                
                doorbird.0
                2023-08-22 20:43:23.491	debug	Found a Favorite that belongs to me.. (ID: '2') ('ioBroker doorbird.0 Motion': 'http://10.0.1.202:8100/motion')
                
                doorbird.0
                2023-08-22 20:43:23.490	debug	Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 101 Ring': 'http://10.0.1.202:8100/ring?101')
                
                doorbird.0
                2023-08-22 20:43:23.490	debug	Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 102 Ring': 'http://10.0.1.202:8100/ring?102')
                
                doorbird.0
                2023-08-22 20:43:23.471	debug	Checking favorites on DoorBird Device..
                
                doorbird.0
                2023-08-22 20:43:23.099	debug	Authorization with User gheetq0002 successful!
                
                doorbird.0
                2023-08-22 20:43:22.865	info	starting. Version 1.2.3 (non-npm: iobroker-community-adapters/ioBroker.doorbird) in /opt/iobroker/node_modules/iobroker.doorbird, node: v18.17.1, js-controller: 4.0.24
                

                ° Node.js: 20.17.0 NPM: 10.8.2
                ° Proxmox, Ubuntu 22.04.3 LTS
                ° Fixer ---> iob fix

                SchmakusS 1 Antwort Letzte Antwort
                0
                • NegaleinN Negalein

                  @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                  Hi, zeig mal einen Debug-Log, wenn geklingelt wird.

                  hat etwas gedauert 😉

                  doorbird.0
                  2023-08-22 20:43:44.382	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:44.329	debug	Received Ring-alert (ID: 102) from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:44.322	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:44.289	debug	Received Ring-alert (ID: 102) from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:44.283	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:44.256	debug	Received Ring-alert (ID: 102) from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:44.247	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:44.213	debug	Received Ring-alert (ID: 102) from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:43.719	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:43.696	debug	Received Ring-alert (ID: 102) from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:42.994	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:42.975	debug	Received Motion-alert from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:42.974	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:42.942	debug	Received Motion-alert from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:42.867	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:42.823	debug	Snapshot saved successfully!
                  
                  doorbird.0
                  2023-08-22 20:43:42.661	warn	Error in downloading file: Error: Request failed with status code 404
                  
                  doorbird.0
                  2023-08-22 20:43:42.568	debug	Received Motion-alert from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:42.564	debug	Received Motion-alert from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:42.562	debug	Received Motion-alert from Doorbird!
                  
                  doorbird.0
                  2023-08-22 20:43:23.607	debug	Server gestartet auf Port 8100 und IP 10.0.1.202
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Okay we dont need to create any Doorbell-Schedules..
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Okay we dont need to create any Doorbell-Schedules..
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Checking if we need to create Schedules on DoorBird Device..
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Favorites checked successfully. No actions needed!
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Favorite for Doorbell ID 101 exists!
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Cheking if Favorite for Doorbell ID 101 exists.
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Favorite for Doorbell ID 102 exists!
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Cheking if Favorite for Doorbell ID 102 exists.
                  
                  doorbird.0
                  2023-08-22 20:43:23.536	debug	Checking if we need to create any favorites..
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "5" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "4" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "3" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "2" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "1" is: {"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	The Output contains 6 entries!
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Detected Motion Schedule!
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Counted 2 Doorbells.
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "5" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "4" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "3" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.535	debug	Entry "2" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	The Param of the actual Schedule is: 101
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Detected a Doorbell Schedule!
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Counted 1 Doorbells.
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "5" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "4" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "3" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                  
                  doorbird.0
                  2023-08-22 20:43:23.533	debug	The Param of the actual Schedule is: 102
                  
                  doorbird.0
                  2023-08-22 20:43:23.533	debug	Detected a Doorbell Schedule!
                  
                  doorbird.0
                  2023-08-22 20:43:23.533	debug	Looping through the Schedules..
                  
                  doorbird.0
                  2023-08-22 20:43:23.533	debug	Following schedules found: [{"input":"doorbell","param":"102","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"doorbell","param":"101","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"input":"motion","param":"","output":[{"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}},{"event":"http","param":"2","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}]},{"output":[{"schedule":{"weekdays":[{"from":"79200","to":"79199"}]},"param":"1","event":"relay"},{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"5","event":"http"}],"input":"rfid","param":"180,19463"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"7","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"184,63861"},{"output":[{"event":"relay","param":"1","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}},{"event":"http","param":"4","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"162,45091"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"6","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"162,62522"},{"output":[{"schedule":{"weekdays":[{"from":"75600","to":"75599"}]},"param":"1","event":"relay"},{"event":"http","param":"3","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}],"input":"rfid","param":"184,36797"},{"input":"relay","param":"1","output":[]}]
                  
                  doorbird.0
                  2023-08-22 20:43:23.491	debug	Result of Favorites: {"101":{"ID":"1","URL":"http://10.0.1.202:8100/ring?101"},"102":{"ID":"0","URL":"http://10.0.1.202:8100/ring?102"},"Motion":{"ID":"2","URL":"http://10.0.1.202:8100/motion"}}
                  
                  doorbird.0
                  2023-08-22 20:43:23.491	debug	Found a Favorite that belongs to me.. (ID: '2') ('ioBroker doorbird.0 Motion': 'http://10.0.1.202:8100/motion')
                  
                  doorbird.0
                  2023-08-22 20:43:23.490	debug	Found a Favorite that belongs to me.. (ID: '1') ('ioBroker doorbird.0 101 Ring': 'http://10.0.1.202:8100/ring?101')
                  
                  doorbird.0
                  2023-08-22 20:43:23.490	debug	Found a Favorite that belongs to me.. (ID: '0') ('ioBroker doorbird.0 102 Ring': 'http://10.0.1.202:8100/ring?102')
                  
                  doorbird.0
                  2023-08-22 20:43:23.471	debug	Checking favorites on DoorBird Device..
                  
                  doorbird.0
                  2023-08-22 20:43:23.099	debug	Authorization with User gheetq0002 successful!
                  
                  doorbird.0
                  2023-08-22 20:43:22.865	info	starting. Version 1.2.3 (non-npm: iobroker-community-adapters/ioBroker.doorbird) in /opt/iobroker/node_modules/iobroker.doorbird, node: v18.17.1, js-controller: 4.0.24
                  
                  SchmakusS Offline
                  SchmakusS Offline
                  Schmakus
                  Developer
                  schrieb am zuletzt editiert von
                  #46

                  @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                  Mir fällt auf, dass du für jede Klinkel und motion jeweils 5 identische Zeitpläne hast! Bedeutet, bei jedem Klingeln werden 5 Snapshots erstellt. Da dies nahezu gleichzeitig passiert, kann es schnell zu einem Fehler 404 kommen. Gleiches beim Motion.

                  Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                  Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                  NegaleinN 1 Antwort Letzte Antwort
                  0
                  • SchmakusS Schmakus

                    @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                    Mir fällt auf, dass du für jede Klinkel und motion jeweils 5 identische Zeitpläne hast! Bedeutet, bei jedem Klingeln werden 5 Snapshots erstellt. Da dies nahezu gleichzeitig passiert, kann es schnell zu einem Fehler 404 kommen. Gleiches beim Motion.

                    Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                    NegaleinN Offline
                    NegaleinN Offline
                    Negalein
                    Global Moderator
                    schrieb am zuletzt editiert von
                    #47

                    @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                    Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                    An das dachte ich auch gleich, aber das ist ja das komische.
                    Die sind nur 1x vorhanden. Das passt.

                    131ccf96-2f90-4d5e-ae1f-23c3e39b18e1-WhatsApp Bild 2023-08-23 um 09.26.04.jpg

                    ° Node.js: 20.17.0 NPM: 10.8.2
                    ° Proxmox, Ubuntu 22.04.3 LTS
                    ° Fixer ---> iob fix

                    SchmakusS 1 Antwort Letzte Antwort
                    0
                    • NegaleinN Negalein

                      @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                      Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                      An das dachte ich auch gleich, aber das ist ja das komische.
                      Die sind nur 1x vorhanden. Das passt.

                      131ccf96-2f90-4d5e-ae1f-23c3e39b18e1-WhatsApp Bild 2023-08-23 um 09.26.04.jpg

                      SchmakusS Offline
                      SchmakusS Offline
                      Schmakus
                      Developer
                      schrieb am zuletzt editiert von
                      #48

                      @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                      @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                      Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                      An das dachte ich auch gleich, aber das ist ja das komische.
                      Die sind nur 1x vorhanden. Das passt.

                      131ccf96-2f90-4d5e-ae1f-23c3e39b18e1-WhatsApp Bild 2023-08-23 um 09.26.04.jpg

                      Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                      Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                      NegaleinN 1 Antwort Letzte Antwort
                      0
                      • SchmakusS Schmakus

                        @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                        @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                        Es geht um die HTTP Zeitpläne. Bitte bei dir in der Doorbird App prüfen und die nicht benötigten Zeitpläne löschen.

                        An das dachte ich auch gleich, aber das ist ja das komische.
                        Die sind nur 1x vorhanden. Das passt.

                        131ccf96-2f90-4d5e-ae1f-23c3e39b18e1-WhatsApp Bild 2023-08-23 um 09.26.04.jpg

                        Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                        NegaleinN Offline
                        NegaleinN Offline
                        Negalein
                        Global Moderator
                        schrieb am zuletzt editiert von
                        #49

                        @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                        Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                        ah, die meintest du.

                        ist auch nur pro Klingel 1 Http Zeitplan vorhanden.

                        6e7b31de-c7f6-422c-9ba3-08a731b87e8d-WhatsApp Bild 2023-08-23 um 10.09.08.jpg
                        8a2e88a7-abfc-4b0a-8672-2f114b3b6697-WhatsApp Bild 2023-08-23 um 10.03.25.jpg

                        ° Node.js: 20.17.0 NPM: 10.8.2
                        ° Proxmox, Ubuntu 22.04.3 LTS
                        ° Fixer ---> iob fix

                        SchmakusS 1 Antwort Letzte Antwort
                        0
                        • NegaleinN Negalein

                          @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                          Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                          ah, die meintest du.

                          ist auch nur pro Klingel 1 Http Zeitplan vorhanden.

                          6e7b31de-c7f6-422c-9ba3-08a731b87e8d-WhatsApp Bild 2023-08-23 um 10.09.08.jpg
                          8a2e88a7-abfc-4b0a-8672-2f114b3b6697-WhatsApp Bild 2023-08-23 um 10.03.25.jpg

                          SchmakusS Offline
                          SchmakusS Offline
                          Schmakus
                          Developer
                          schrieb am zuletzt editiert von
                          #50

                          @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                          @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                          Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                          ah, die meintest du.

                          ist auch nur pro Klingel 1 Http Zeitplan vorhanden.

                          6e7b31de-c7f6-422c-9ba3-08a731b87e8d-WhatsApp Bild 2023-08-23 um 10.09.08.jpg
                          8a2e88a7-abfc-4b0a-8672-2f114b3b6697-WhatsApp Bild 2023-08-23 um 10.03.25.jpg

                          Irgendetwas stimmt nicht..... Die API gibt 5 Zeitpläne für ein und denselben Favorite aus.....Aber deine App zeigt jeweils nur einen Zeitplan.
                          Eventuell hängt es mit deinen RFID Zeitplänen zusammen?!

                          Normal wäre:
                          Doorbell => Zeitplan für HTTP, Notify und evtl. SIP
                          Motion => Zeitplan für HTTP, Notify

                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "5" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "4" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "3" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                           
                          doorbird.0
                          2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                           
                          doorbird.0
                          2023-08-22 20:43:23.533	debug	The Param of the actual Schedule is: 102
                          ``

                          Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                          NegaleinN 2 Antworten Letzte Antwort
                          0
                          • SchmakusS Schmakus

                            @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                            @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                            Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                            ah, die meintest du.

                            ist auch nur pro Klingel 1 Http Zeitplan vorhanden.

                            6e7b31de-c7f6-422c-9ba3-08a731b87e8d-WhatsApp Bild 2023-08-23 um 10.09.08.jpg
                            8a2e88a7-abfc-4b0a-8672-2f114b3b6697-WhatsApp Bild 2023-08-23 um 10.03.25.jpg

                            Irgendetwas stimmt nicht..... Die API gibt 5 Zeitpläne für ein und denselben Favorite aus.....Aber deine App zeigt jeweils nur einen Zeitplan.
                            Eventuell hängt es mit deinen RFID Zeitplänen zusammen?!

                            Normal wäre:
                            Doorbell => Zeitplan für HTTP, Notify und evtl. SIP
                            Motion => Zeitplan für HTTP, Notify

                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "5" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "4" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "3" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                             
                            doorbird.0
                            2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                             
                            doorbird.0
                            2023-08-22 20:43:23.533	debug	The Param of the actual Schedule is: 102
                            ``
                            NegaleinN Offline
                            NegaleinN Offline
                            Negalein
                            Global Moderator
                            schrieb am zuletzt editiert von
                            #51

                            @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                            Eventuell hängt es mit deinen RFID Zeitplänen zusammen?!

                            die hab ich schon von Anfang an.
                            Ich teste jetzt mal ein paar ältere Versionen.

                            ° Node.js: 20.17.0 NPM: 10.8.2
                            ° Proxmox, Ubuntu 22.04.3 LTS
                            ° Fixer ---> iob fix

                            1 Antwort Letzte Antwort
                            0
                            • SchmakusS Schmakus

                              @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                              @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                              Das sind nicht die Zeitpläne! Das sind nur die Favoriten, also die HTTP Befehle! Die Zeitpläne findest du unter "Zeitplan für Türklingel"

                              ah, die meintest du.

                              ist auch nur pro Klingel 1 Http Zeitplan vorhanden.

                              6e7b31de-c7f6-422c-9ba3-08a731b87e8d-WhatsApp Bild 2023-08-23 um 10.09.08.jpg
                              8a2e88a7-abfc-4b0a-8672-2f114b3b6697-WhatsApp Bild 2023-08-23 um 10.03.25.jpg

                              Irgendetwas stimmt nicht..... Die API gibt 5 Zeitpläne für ein und denselben Favorite aus.....Aber deine App zeigt jeweils nur einen Zeitplan.
                              Eventuell hängt es mit deinen RFID Zeitplänen zusammen?!

                              Normal wäre:
                              Doorbell => Zeitplan für HTTP, Notify und evtl. SIP
                              Motion => Zeitplan für HTTP, Notify

                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "5" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "4" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "3" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "1" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"79200","to":"79199"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                               
                              doorbird.0
                              2023-08-22 20:43:23.534	debug	The Output contains 6 entries!
                               
                              doorbird.0
                              2023-08-22 20:43:23.533	debug	The Param of the actual Schedule is: 102
                              ``
                              NegaleinN Offline
                              NegaleinN Offline
                              Negalein
                              Global Moderator
                              schrieb am zuletzt editiert von
                              #52

                              @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                              Normal wäre:

                              hab jetzt alles mögliche probiert.
                              Zeitpläne gelöscht, neu angelegt, usw.

                              Keine Änderung

                              ° Node.js: 20.17.0 NPM: 10.8.2
                              ° Proxmox, Ubuntu 22.04.3 LTS
                              ° Fixer ---> iob fix

                              SchmakusS 1 Antwort Letzte Antwort
                              0
                              • NegaleinN Negalein

                                @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                Normal wäre:

                                hab jetzt alles mögliche probiert.
                                Zeitpläne gelöscht, neu angelegt, usw.

                                Keine Änderung

                                SchmakusS Offline
                                SchmakusS Offline
                                Schmakus
                                Developer
                                schrieb am zuletzt editiert von
                                #53

                                @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                                @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                Normal wäre:

                                hab jetzt alles mögliche probiert.
                                Zeitpläne gelöscht, neu angelegt, usw.

                                Keine Änderung

                                Interessant für mich wäre, ob mit es mit der letzten 0.2.0 Version funktionieren würde. Da war der Code noch mit request und nicht axios.
                                Da an der eigentlichen Logik des Adapters nichts geändert wurde.

                                Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                                NegaleinN 1 Antwort Letzte Antwort
                                0
                                • SchmakusS Schmakus

                                  @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                                  @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                  Normal wäre:

                                  hab jetzt alles mögliche probiert.
                                  Zeitpläne gelöscht, neu angelegt, usw.

                                  Keine Änderung

                                  Interessant für mich wäre, ob mit es mit der letzten 0.2.0 Version funktionieren würde. Da war der Code noch mit request und nicht axios.
                                  Da an der eigentlichen Logik des Adapters nichts geändert wurde.

                                  NegaleinN Offline
                                  NegaleinN Offline
                                  Negalein
                                  Global Moderator
                                  schrieb am zuletzt editiert von
                                  #54

                                  @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                  Interessant für mich wäre, ob mit es mit der letzten 0.2.0 Version funktionieren würde. Da war der Code noch mit request und nicht axios.

                                  Hmmm, wie lautet nochmal der Befehl um die 0.2.0 zu installieren?
                                  Über Admin gehts nur bis 1.?.x

                                  ° Node.js: 20.17.0 NPM: 10.8.2
                                  ° Proxmox, Ubuntu 22.04.3 LTS
                                  ° Fixer ---> iob fix

                                  1 Antwort Letzte Antwort
                                  0
                                  • SchmakusS Offline
                                    SchmakusS Offline
                                    Schmakus
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #55

                                    @negalein sagte

                                    Hmmm, wie lautet nochmal der Befehl um die 0.2.0 zu installieren?
                                    Über Admin gehts nur bis 1.?.x

                                    npm install ioBroker.doorbird@0.2.0

                                    Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                                    1 Antwort Letzte Antwort
                                    0
                                    • NegaleinN Offline
                                      NegaleinN Offline
                                      Negalein
                                      Global Moderator
                                      schrieb am zuletzt editiert von
                                      #56

                                      @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                      npm install ioBroker.doorbird@0.2.0

                                      funktioniert leider nicht

                                      nega@ioBroker:/opt/iobroker$ npm install ioBroker.doorbird@0.2.0
                                      
                                      [sudo] password for nega:
                                      npm ERR! code E404
                                      npm ERR! 404 Not Found - GET https://registry.npmjs.org/ioBroker.doorbird - Not found
                                      npm ERR! 404
                                      npm ERR! 404  'ioBroker.doorbird@0.2.0' is not in this registry.
                                      npm ERR! 404 This package name is not valid, because
                                      npm ERR! 404  1. name can no longer contain capital letters
                                      npm ERR! 404
                                      npm ERR! 404 Note that you can also install from a
                                      npm ERR! 404 tarball, folder, http url, or git url.
                                      
                                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-01T18_13_52_342Z-debug-0.log
                                      nega@ioBroker:/opt/iobroker$
                                      

                                      ° Node.js: 20.17.0 NPM: 10.8.2
                                      ° Proxmox, Ubuntu 22.04.3 LTS
                                      ° Fixer ---> iob fix

                                      DJMarc75D 1 Antwort Letzte Antwort
                                      0
                                      • NegaleinN Negalein

                                        @schmakus sagte in Re-New DoorBird Adapter v1.0.x:

                                        npm install ioBroker.doorbird@0.2.0

                                        funktioniert leider nicht

                                        nega@ioBroker:/opt/iobroker$ npm install ioBroker.doorbird@0.2.0
                                        
                                        [sudo] password for nega:
                                        npm ERR! code E404
                                        npm ERR! 404 Not Found - GET https://registry.npmjs.org/ioBroker.doorbird - Not found
                                        npm ERR! 404
                                        npm ERR! 404  'ioBroker.doorbird@0.2.0' is not in this registry.
                                        npm ERR! 404 This package name is not valid, because
                                        npm ERR! 404  1. name can no longer contain capital letters
                                        npm ERR! 404
                                        npm ERR! 404 Note that you can also install from a
                                        npm ERR! 404 tarball, folder, http url, or git url.
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-01T18_13_52_342Z-debug-0.log
                                        nega@ioBroker:/opt/iobroker$
                                        
                                        DJMarc75D Online
                                        DJMarc75D Online
                                        DJMarc75
                                        schrieb am zuletzt editiert von
                                        #57

                                        @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                                        capital letters

                                        Keine Grossbuchstaben verwenden, also

                                        npm install iobroker.doorbird@0.2.0
                                        

                                        Lehrling seit 1975 !!!
                                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                        SchmakusS 1 Antwort Letzte Antwort
                                        1
                                        • DJMarc75D DJMarc75

                                          @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                                          capital letters

                                          Keine Grossbuchstaben verwenden, also

                                          npm install iobroker.doorbird@0.2.0
                                          
                                          SchmakusS Offline
                                          SchmakusS Offline
                                          Schmakus
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #58

                                          @djmarc75 sagte in Re-New DoorBird Adapter v1.0.x:

                                          @negalein sagte in Re-New DoorBird Adapter v1.0.x:

                                          capital letters

                                          Keine Grossbuchstaben verwenden, also

                                          npm install iobroker.doorbird@0.2.0
                                          

                                          mein Fehler! Sorry.

                                          Dev of LightControl Adapter, Contributor of HUE and DoorBird Adapter

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          562

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe