Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Blockly: Überwachung von Geräten

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    774

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Blockly: Überwachung von Geräten

Scheduled Pinned Locked Moved Blockly
15 Posts 4 Posters 573 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wrod
    wrote on last edited by wrod
    #3

    @paul53 Danke.
    Leider funktioniert es nicht ganz.
    Ich habe es abgewandelt auf Batterie-Stände und habe eine Funktion "Raum" eingebaut, die den betroffenen Raum ausgibt:

    f8b702a3-7aa3-4124-9b4f-2580cae2a290-grafik.png

    Die Funktion sieht so aus:

    let room = getObject(idB, 'rooms').enumNames[0];
    return room;
    

    Der Nachrichtentext enthält aber immer dasselbe Objekt und denselben Raum, egal bei welchem ich den Wert unter die Schwelle setze.
    Ist diese Fassung, erst alle IDS an EINE Variable zu geben und daraus eine Liste zu machen, richtig? Oder müsste das ganze nicht mit einer grünen Schleife über "IDs vom Selektor" beginne, so wie hier:

    https://forum.iobroker.net/topic/48043/iobroker-blockly-ids-from-selector-function-frage

    Wo liegt der Fehler?
    (Dass die Geräte unterschiedlich auf Präsenz geprüft werden müssen, ist ärgerlich. Selbst bei den Comet-Heizkörperthermostaten habe einige das Battery-Objekt, andere irgendwie nicht. Vielleicht unterschiedliche Baureihen)

    1 Reply Last reply
    0
    • W wrod

      Hallo,
      kann mir jd. bei Blockly helfen? Ich brauche ein Script, welches

      1. Eine Liste von Datenpunkten aufbaut, die alle einer bestimmten Bedingung entsprechen (hier konkret: alle "present" oder "unreach"-Datenpunkten
      2. diese überwacht, so dass im Falle einer gegebenen Bedingung in einem dieser Datenpunkte eine aktion ausgeführt wird: Etwa so "if any <Datenpunkt> aus <Liste> = "unreach" DO AKTION.

      Ist das irgendwie machbar?

      Dank im Voraus

      CodierknechtC Online
      CodierknechtC Online
      Codierknecht
      Developer Most Active
      wrote on last edited by
      #4

      @wrod
      Hast Du Dir schon mal den Adapter „Device-Watcher“ angeschaut?
      Der ist genau dafür gemacht, Erreichbarkeit und Batteriestatus der Geräte zu überwachen.

      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

      Proxmox 9.1.1 LXC|8 GB|Core i7-6700
      HmIP|ZigBee|Tasmota|Unifi
      Zabbix Certified Specialist
      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

      W 1 Reply Last reply
      0
      • CodierknechtC Codierknecht

        @wrod
        Hast Du Dir schon mal den Adapter „Device-Watcher“ angeschaut?
        Der ist genau dafür gemacht, Erreichbarkeit und Batteriestatus der Geräte zu überwachen.

        W Offline
        W Offline
        wrod
        wrote on last edited by
        #5

        @codierknecht Danke.
        Das ist schon fast was ich brauche. Ich möchte die Benachrichtigungen über einen privaten Synology-Chat organisieren, nicht Whatsapp oder Mail oder so nutzen. Das ist dort leider nicht implementiert. Schön wäre es, wenn man etwa die Nachrichten als Status eines anderen user-definierten Datenpunkt setzen könnte.

        ? 1 Reply Last reply
        0
        • W wrod

          @codierknecht Danke.
          Das ist schon fast was ich brauche. Ich möchte die Benachrichtigungen über einen privaten Synology-Chat organisieren, nicht Whatsapp oder Mail oder so nutzen. Das ist dort leider nicht implementiert. Schön wäre es, wenn man etwa die Nachrichten als Status eines anderen user-definierten Datenpunkt setzen könnte.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #6

          @wrod Die Nachrichten werden beim device-watcher auch in einen extra Datenpunkt erfasst für den Fall, das der gewünschte Nachrichten Dienst nicht vorhanden ist. :)

          Screenshot 2022-11-13 at 12.02.41.png

          W 1 Reply Last reply
          0
          • ? A Former User

            @wrod Die Nachrichten werden beim device-watcher auch in einen extra Datenpunkt erfasst für den Fall, das der gewünschte Nachrichten Dienst nicht vorhanden ist. :)

            Screenshot 2022-11-13 at 12.02.41.png

            W Offline
            W Offline
            wrod
            wrote on last edited by
            #7

            @ciddi89 Danke. Dann funktioniert der bei mir einfach noch nicht, obwohl er grün ist. ALLE Datenpunkte bleiben bei (null). Auch die reinen Listen.

            ? 1 Reply Last reply
            0
            • W wrod

              @ciddi89 Danke. Dann funktioniert der bei mir einfach noch nicht, obwohl er grün ist. ALLE Datenpunkte bleiben bei (null). Auch die reinen Listen.

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #8

              @wrod Hast du auch in der Instanz Einstellung die gewünschten Adapter/Geräte die Überwacht werden sollen, ausgewählt?

              W 1 Reply Last reply
              0
              • ? A Former User

                @wrod Hast du auch in der Instanz Einstellung die gewünschten Adapter/Geräte die Überwacht werden sollen, ausgewählt?

                W Offline
                W Offline
                wrod
                wrote on last edited by
                #9

                @ciddi89 Ja, habe ich. BLE, FritzDECT und weitere. Auch mehrfach neu gestartet

                ? W 2 Replies Last reply
                0
                • W wrod

                  @ciddi89 Ja, habe ich. BLE, FritzDECT und weitere. Auch mehrfach neu gestartet

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #10

                  @wrod Erzählt das Log was interessantes? Evtl. die Instanz auf Debug stellen damit man sehen kann wo es stockt?

                  1 Reply Last reply
                  0
                  • W wrod

                    @ciddi89 Ja, habe ich. BLE, FritzDECT und weitere. Auch mehrfach neu gestartet

                    W Offline
                    W Offline
                    wrod
                    wrote on last edited by
                    #11

                    @wrod Ich habe ihn noch mal neu gestartet. Das ergibt im Log:

                    host.iobrokerpi
                    2022-11-13 12:22:54.831 info stopInstance system.adapter.device-watcher.0 send kill signal
                    host.iobrokerpi
                    2022-11-13 12:22:54.657 info stopInstance system.adapter.device-watcher.0 (force=false, process=true)

                    ? 1 Reply Last reply
                    0
                    • W wrod

                      @wrod Ich habe ihn noch mal neu gestartet. Das ergibt im Log:

                      host.iobrokerpi
                      2022-11-13 12:22:54.831 info stopInstance system.adapter.device-watcher.0 send kill signal
                      host.iobrokerpi
                      2022-11-13 12:22:54.657 info stopInstance system.adapter.device-watcher.0 (force=false, process=true)

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #12

                      @wrod deinstallieren den Adapter mal komplett und installiere den dann neu. Vielleicht kam da was nicht richtig mit. Und ansonsten die Instanz auf Debug Log stellen damit man sieht wo es stockt.

                      W 1 Reply Last reply
                      0
                      • ? A Former User

                        @wrod deinstallieren den Adapter mal komplett und installiere den dann neu. Vielleicht kam da was nicht richtig mit. Und ansonsten die Instanz auf Debug Log stellen damit man sieht wo es stockt.

                        W Offline
                        W Offline
                        wrod
                        wrote on last edited by
                        #13

                        @ciddi89 Hilft leider nicht.
                        Log nach Neuinstallation ud Neustart. Was die Verweise auf "redis" mit 127.0.0.1 sollen, erschließt sich mir nicht.

                        
                        	2022-11-13 13:29:41.179	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        device-watcher.0
                        	2022-11-13 13:29:41.178	info	terminating
                        device-watcher.0
                        	2022-11-13 13:29:41.177	info	cleaned everything up...
                        device-watcher.0
                        	2022-11-13 13:29:41.177	debug	clearing refresh timeout
                        device-watcher.0
                        	2022-11-13 13:29:41.175	info	Got terminate signal TERMINATE_YOURSELF
                        host.iobrokerpi
                        	2022-11-13 13:29:41.170	info	stopInstance system.adapter.device-watcher.0 (force=false, process=true)
                        device-watcher.0
                        	2022-11-13 13:29:40.038	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:29:40.038	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:29:40.037	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:39.945	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:29:39.934	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:39.934	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:39.933	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:39.932	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:29:39.931	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:29:29.930	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:29:29.930	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:29:29.929	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:29.884	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:29:29.877	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:29.876	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:29.876	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:29.876	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:29:29.875	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:29:19.875	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:29:19.874	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:29:19.874	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:19.839	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:29:19.832	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:19.831	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:19.831	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:19.830	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:29:19.830	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:29:09.828	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:29:09.828	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:29:09.827	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:09.802	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:29:09.763	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:09.763	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:29:09.762	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:29:09.762	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:29:09.761	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:28:59.759	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:28:59.759	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:28:59.758	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:59.671	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:28:59.661	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:59.660	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:59.659	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:59.658	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:28:59.657	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:28:49.657	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:28:49.656	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:28:49.656	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:49.570	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:28:49.561	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:49.560	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:49.559	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:49.558	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:28:49.557	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:28:39.557	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:28:39.557	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:28:39.556	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:39.469	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:28:39.461	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:39.460	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:39.459	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:39.458	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:28:39.456	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:28:29.455	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:28:29.454	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:28:29.454	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:29.411	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:28:29.402	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:29.402	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:29.401	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:29.400	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:28:29.399	debug	Updating Data
                        device-watcher.0
                        	2022-11-13 13:28:19.398	debug	Function finished: main
                        device-watcher.0
                        	2022-11-13 13:28:19.397	debug	Created and filled data for all adapters
                        device-watcher.0
                        	2022-11-13 13:28:19.396	debug	Function finished: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:19.334	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                        device-watcher.0
                        	2022-11-13 13:28:19.301	debug	Function finished: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:19.301	debug	Function started: resetVars
                        device-watcher.0
                        	2022-11-13 13:28:19.300	debug	Function started: createDataOfAllAdapter
                        device-watcher.0
                        	2022-11-13 13:28:19.299	debug	Function started: main
                        device-watcher.0
                        	2022-11-13 13:28:19.298	debug	Function finished: createBlacklist
                        device-watcher.0
                        	2022-11-13 13:28:19.298	debug	Function started: createBlacklist
                        device-watcher.0
                        	2022-11-13 13:28:19.296	info	Number of selected adapters: 4. Loading data from: Ble, Fritzdect, Shelly, Sonoff ...
                        device-watcher.0
                        	2022-11-13 13:28:19.291	debug	[{"Selektor":"ble.*.rssi","adapter":"ble","battery":".battery","rssiState":".rssi","reach":"none","isLowBat":"none"},{"Selektor":"fritzdect.*.present","adapter":"fritzDect","battery":".battery","reach":".present","isLowBat":".batterylow"},{"Selektor":"shelly.*.uptime","adapter":"shelly","rssiState":".rssi","battery":".sensor.battery","reach":".online","isLowBat":"none"},{"Selektor":"sonoff.*.alive","adapter":"sonoff","rssiState":".Wifi_RSSI","battery":".battery","reach":".alive","uptime":".Uptime","isLowBat":"none"}]
                        device-watcher.0
                        	2022-11-13 13:28:19.289	debug	Adapter device-watcher was started
                        device-watcher.0
                        	2022-11-13 13:28:19.252	info	starting. Version 2.0.1 in /opt/iobroker/node_modules/iobroker.device-watcher, node: v18.12.1, js-controller: 4.0.23
                        device-watcher.0
                        	2022-11-13 13:28:19.025	debug	Plugin sentry destroyed because not initialized correctly
                        device-watcher.0
                        	2022-11-13 13:28:19.017	debug	Plugin sentry Do not initialize Plugin (enabled=false)
                        device-watcher.0
                        	2022-11-13 13:28:18.901	debug	States connected to redis: 127.0.0.1:9000
                        device-watcher.0
                        	2022-11-13 13:28:18.835	debug	States create User PubSub Client
                        device-watcher.0
                        	2022-11-13 13:28:18.833	debug	States create System PubSub Client
                        device-watcher.0
                        	2022-11-13 13:28:18.820	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                        device-watcher.0
                        	2022-11-13 13:28:18.773	debug	Objects connected to redis: 127.0.0.1:9001
                        device-watcher.0
                        	2022-11-13 13:28:18.766	debug	Objects client initialize lua scripts
                        device-watcher.0
                        	2022-11-13 13:28:18.725	debug	Objects create User PubSub Client
                        device-watcher.0
                        	2022-11-13 13:28:18.723	debug	Objects create System PubSub Client
                        device-watcher.0
                        	2022-11-13 13:28:18.721	debug	Objects client ready ... initialize now
                        device-watcher.0
                        	2022-11-13 13:28:18.675	debug	Redis Objects: Use Redis connection: 127.0.0.1:900
                        
                        W 1 Reply Last reply
                        0
                        • W wrod

                          @ciddi89 Hilft leider nicht.
                          Log nach Neuinstallation ud Neustart. Was die Verweise auf "redis" mit 127.0.0.1 sollen, erschließt sich mir nicht.

                          
                          	2022-11-13 13:29:41.179	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          device-watcher.0
                          	2022-11-13 13:29:41.178	info	terminating
                          device-watcher.0
                          	2022-11-13 13:29:41.177	info	cleaned everything up...
                          device-watcher.0
                          	2022-11-13 13:29:41.177	debug	clearing refresh timeout
                          device-watcher.0
                          	2022-11-13 13:29:41.175	info	Got terminate signal TERMINATE_YOURSELF
                          host.iobrokerpi
                          	2022-11-13 13:29:41.170	info	stopInstance system.adapter.device-watcher.0 (force=false, process=true)
                          device-watcher.0
                          	2022-11-13 13:29:40.038	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:29:40.038	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:29:40.037	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:39.945	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:29:39.934	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:39.934	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:39.933	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:39.932	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:29:39.931	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:29:29.930	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:29:29.930	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:29:29.929	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:29.884	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:29:29.877	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:29.876	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:29.876	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:29.876	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:29:29.875	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:29:19.875	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:29:19.874	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:29:19.874	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:19.839	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:29:19.832	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:19.831	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:19.831	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:19.830	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:29:19.830	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:29:09.828	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:29:09.828	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:29:09.827	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:09.802	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:29:09.763	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:09.763	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:29:09.762	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:29:09.762	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:29:09.761	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:28:59.759	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:28:59.759	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:28:59.758	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:59.671	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:28:59.661	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:59.660	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:59.659	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:59.658	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:28:59.657	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:28:49.657	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:28:49.656	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:28:49.656	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:49.570	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:28:49.561	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:49.560	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:49.559	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:49.558	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:28:49.557	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:28:39.557	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:28:39.557	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:28:39.556	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:39.469	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:28:39.461	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:39.460	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:39.459	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:39.458	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:28:39.456	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:28:29.455	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:28:29.454	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:28:29.454	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:29.411	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:28:29.402	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:29.402	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:29.401	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:29.400	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:28:29.399	debug	Updating Data
                          device-watcher.0
                          	2022-11-13 13:28:19.398	debug	Function finished: main
                          device-watcher.0
                          	2022-11-13 13:28:19.397	debug	Created and filled data for all adapters
                          device-watcher.0
                          	2022-11-13 13:28:19.396	debug	Function finished: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:19.334	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                          device-watcher.0
                          	2022-11-13 13:28:19.301	debug	Function finished: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:19.301	debug	Function started: resetVars
                          device-watcher.0
                          	2022-11-13 13:28:19.300	debug	Function started: createDataOfAllAdapter
                          device-watcher.0
                          	2022-11-13 13:28:19.299	debug	Function started: main
                          device-watcher.0
                          	2022-11-13 13:28:19.298	debug	Function finished: createBlacklist
                          device-watcher.0
                          	2022-11-13 13:28:19.298	debug	Function started: createBlacklist
                          device-watcher.0
                          	2022-11-13 13:28:19.296	info	Number of selected adapters: 4. Loading data from: Ble, Fritzdect, Shelly, Sonoff ...
                          device-watcher.0
                          	2022-11-13 13:28:19.291	debug	[{"Selektor":"ble.*.rssi","adapter":"ble","battery":".battery","rssiState":".rssi","reach":"none","isLowBat":"none"},{"Selektor":"fritzdect.*.present","adapter":"fritzDect","battery":".battery","reach":".present","isLowBat":".batterylow"},{"Selektor":"shelly.*.uptime","adapter":"shelly","rssiState":".rssi","battery":".sensor.battery","reach":".online","isLowBat":"none"},{"Selektor":"sonoff.*.alive","adapter":"sonoff","rssiState":".Wifi_RSSI","battery":".battery","reach":".alive","uptime":".Uptime","isLowBat":"none"}]
                          device-watcher.0
                          	2022-11-13 13:28:19.289	debug	Adapter device-watcher was started
                          device-watcher.0
                          	2022-11-13 13:28:19.252	info	starting. Version 2.0.1 in /opt/iobroker/node_modules/iobroker.device-watcher, node: v18.12.1, js-controller: 4.0.23
                          device-watcher.0
                          	2022-11-13 13:28:19.025	debug	Plugin sentry destroyed because not initialized correctly
                          device-watcher.0
                          	2022-11-13 13:28:19.017	debug	Plugin sentry Do not initialize Plugin (enabled=false)
                          device-watcher.0
                          	2022-11-13 13:28:18.901	debug	States connected to redis: 127.0.0.1:9000
                          device-watcher.0
                          	2022-11-13 13:28:18.835	debug	States create User PubSub Client
                          device-watcher.0
                          	2022-11-13 13:28:18.833	debug	States create System PubSub Client
                          device-watcher.0
                          	2022-11-13 13:28:18.820	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                          device-watcher.0
                          	2022-11-13 13:28:18.773	debug	Objects connected to redis: 127.0.0.1:9001
                          device-watcher.0
                          	2022-11-13 13:28:18.766	debug	Objects client initialize lua scripts
                          device-watcher.0
                          	2022-11-13 13:28:18.725	debug	Objects create User PubSub Client
                          device-watcher.0
                          	2022-11-13 13:28:18.723	debug	Objects create System PubSub Client
                          device-watcher.0
                          	2022-11-13 13:28:18.721	debug	Objects client ready ... initialize now
                          device-watcher.0
                          	2022-11-13 13:28:18.675	debug	Redis Objects: Use Redis connection: 127.0.0.1:900
                          
                          W Offline
                          W Offline
                          wrod
                          wrote on last edited by
                          #14

                          @wrod Oh, mit der wohl gerade veröffentlichten neuen Version 2.02 geht es. Danke!

                          ? 1 Reply Last reply
                          0
                          • W wrod

                            @wrod Oh, mit der wohl gerade veröffentlichten neuen Version 2.02 geht es. Danke!

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #15

                            @wrod freut mich das es doch noch funktioniert 😊

                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            605

                            Online

                            32.8k

                            Users

                            82.7k

                            Topics

                            1.3m

                            Posts
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Home
                            • Recent
                            • Tags
                            • Unread 0
                            • Categories
                            • Unreplied
                            • Popular
                            • GitHub
                            • Docu
                            • Hilfe