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. Tester
  4. [SourceAnalytix 0.4.8-Final] Released !

NEWS

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

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

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

[SourceAnalytix 0.4.8-Final] Released !

Geplant Angeheftet Gesperrt Verschoben Tester
2.3k Beiträge 184 Kommentatoren 1.2m Aufrufe 154 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.
  • DutchmanD Dutchman

    Troubleshooting

    Before we start troubleshooting, it's important to understand how source analytix initialises as here errors may occur, see issue section.
    The following sequence will be handled :

    1. Start SourceAnalytix
    2. List all states activated for SourceAnalytix
    3. Initiate states, for each state :
    • Read current cumulatedReading
      (if present) and memory values from state
    • Check if unit can be handled {Issue 1}
    • Check if cost type is chosen {Issue 2}
    • Verify if valid price definition is present for cost type {Issue 3}
    • Check if previous init value > current cumulated value {Issue 4}
    • Check if valid known of previous device reset > current cumulated value {Issue 5}
    • Store all data to memory
    1. Initialise states for each state :
    • create state cumulativeReading (to store results of calculation, can also be used for W to kWh only) {Issue 6}
    • create states as chosen in state configuration {Issue 7}
    • start calculation
    1. On state change/update
    • Verify if information is correct
    • transform value to proper unit (unit of state to unit chosen in state configuration)
    • check if value input is correct ( current value > previousInit value) {See 7 At device reset Issue 8}
    • calculate {Issue 9}
    • For Watt : calculate Watt to kWh ,calculate cumulatedReading = currentReading + cumulatedReading
    • For other : calculate cumulatedReading = currentReading + previousDeviceReset (if present)
    1. At night (00.00)
    • List all SourceAnalytix enabled states
    • Reset start (Day/Week/Year/Month) values
    1. At device reset
    • Store current value as previousDeviceReset and previousInit value
      If the device wil be reset again (detected by previousInit value),
      currentReading + previousDeviceReset is stored as to previousDeviceReset.

    Issue 1 No unit defined for ....., cannot execute calculations
    Please select correct unit in state settings

    Issue 2 No cost type defined for ....., please Select Type of calculation at state setting
    Please selected wanted cost-type for to understand what amount should be used to handle calculations

    Issue 3 Selected Type ... does not exist in Price Definitions
    Now Price definitions are found for the chosen cost type, please verify your price setting (adapte config)

    Issue 4 Check settings for ..... ! Known init value : ..... > known cumulative value ..... cannot proceed
    The known init value > known cumulated values, this can be solved by removing or modifying these objects in the state raw object
    "valueAtDeviceInit": xxxx

    Issue 5 Check settings for ..... ! Known valueAtDeviceReset : ..... > known cumulative value ..... cannot procee
    The known init value > known cumulated values, this can be solved
    removing or modifying these objects in the state raw object
    valueAtDeviceReset": xxxx

    Issue 6 State for cumulativeReading is not created
    Initialisation of state did fail, see issue 1 to 5

    Issue 7 States for costs readings ae not created
    Type of calculation is not enabled in state settings
    Main Settings

    Price-Definitions

    Main Settings

    Issue 8 current value < previousInit
    A device reset is detected, see function 7

    Issue 9 My calculations are incorrect

    cumulativeReading-Reset

    1. Verify if the correct unit is chosen (of not selected, SA will try to autodetect)
    2. Verify if the cumulatedReading reflects the correct total value of your value reading, if not
    • Stop SA
    • Go to tab objects
      Main Settings
    • Enter expert mode
    • Change the cumulatedReading
    • Exit expert mode
    • Ensure the start values are set correctly
    • Start SA
    1. Ensure the start values are set correctly
      SA handles calculations by cumulatedReading - known cumulatedReading at period start.<b/>
      These start values are defined at the state settings and should be < than currentReading
      Please ensure cumulativeReading >= DayStart >= WeekStart >= MonthStart >= QuarterStart >= YearStart
      Main Settings

    2. Verify these values in state raw object :
      valueAtDeviceReset": xxx
      "valueAtDeviceInit": xxx

    D Offline
    D Offline
    deifel
    schrieb am zuletzt editiert von
    #3

    @dutchman

    Vielen Dank für diesen tollen Adapter!!
    Ich habe ihn mit Strom, Öl und Wasser am Laufen.
    Eine Frage / Problem habe ich:
    Beim Öltank habe ich den aktuellen Ölstand (Beispiel 6000 Liter). Hier wird mir jetzt der Verbrauch und auch die Kosten mit einem Minusvorzeichen angezeigt, da der Inhalt des Tanks ja abnimmt.
    Kann ich das irgendwo einstellen?

    Vielen Dank im Voraus

    Frank

    DutchmanD 1 Antwort Letzte Antwort
    0
    • D deifel

      @dutchman

      Vielen Dank für diesen tollen Adapter!!
      Ich habe ihn mit Strom, Öl und Wasser am Laufen.
      Eine Frage / Problem habe ich:
      Beim Öltank habe ich den aktuellen Ölstand (Beispiel 6000 Liter). Hier wird mir jetzt der Verbrauch und auch die Kosten mit einem Minusvorzeichen angezeigt, da der Inhalt des Tanks ja abnimmt.
      Kann ich das irgendwo einstellen?

      Vielen Dank im Voraus

      Frank

      DutchmanD Online
      DutchmanD Online
      Dutchman
      Developer Most Active Administrators
      schrieb am zuletzt editiert von
      #4

      @deifel said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

      Beim Öltank habe ich den aktuellen Ölstand (Beispiel 6000 Liter). Hier wird mir jetzt der Verbrauch und auch die Kosten mit einem Minusvorzeichen angezeigt, da der Inhalt des Tanks ja abnimmt.
      Kann ich das irgendwo einstellen?

      Hmm nicht wirklich den du hast einen wert de abnimmt anstatt dazu, mit anderen Worten der - wert muss immer als verbrauch interpretiert werden Feuer die jetzige logic van SA.

      Kannst du die Messung nicht umdrehen in einen Verbrauchswert ?

      D 1 Antwort Letzte Antwort
      0
      • DutchmanD Dutchman

        @deifel said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

        Beim Öltank habe ich den aktuellen Ölstand (Beispiel 6000 Liter). Hier wird mir jetzt der Verbrauch und auch die Kosten mit einem Minusvorzeichen angezeigt, da der Inhalt des Tanks ja abnimmt.
        Kann ich das irgendwo einstellen?

        Hmm nicht wirklich den du hast einen wert de abnimmt anstatt dazu, mit anderen Worten der - wert muss immer als verbrauch interpretiert werden Feuer die jetzige logic van SA.

        Kannst du die Messung nicht umdrehen in einen Verbrauchswert ?

        D Offline
        D Offline
        deifel
        schrieb am zuletzt editiert von
        #5

        @dutchman
        Danke für Deine Antwort und schade, dass es hierfür keine Einstellmöglichkeit gibt.
        Der Wert kommt verschlüsselt über eine angezapfte Sonde an einem RS485 an und die Werte werden anhand einer Tabelle dann in einen Füllstand interpretiert.
        Der Aufwand war ganz schön groß, das einzurichten.
        Klar könnte ich jetzt mit weiteren Variablen arbeiten und vom maximalen Füllstand den aktuellen Wert abziehen, um wiederum den Verbrauch zu bekommen...
        Aber wenns einfacher gegangen wäre (einfach durch Umkehren am Adapter) wäre das natürlich klasse gewesen:)

        Trotzdem danke auch nochmals für die tolle Arbeit!

        DutchmanD 1 Antwort Letzte Antwort
        0
        • D deifel

          @dutchman
          Danke für Deine Antwort und schade, dass es hierfür keine Einstellmöglichkeit gibt.
          Der Wert kommt verschlüsselt über eine angezapfte Sonde an einem RS485 an und die Werte werden anhand einer Tabelle dann in einen Füllstand interpretiert.
          Der Aufwand war ganz schön groß, das einzurichten.
          Klar könnte ich jetzt mit weiteren Variablen arbeiten und vom maximalen Füllstand den aktuellen Wert abziehen, um wiederum den Verbrauch zu bekommen...
          Aber wenns einfacher gegangen wäre (einfach durch Umkehren am Adapter) wäre das natürlich klasse gewesen:)

          Trotzdem danke auch nochmals für die tolle Arbeit!

          DutchmanD Online
          DutchmanD Online
          Dutchman
          Developer Most Active Administrators
          schrieb am zuletzt editiert von
          #6

          @deifel said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

          Klar könnte ich jetzt mit weiteren Variablen arbeiten und vom maximalen Füllstand den aktuellen Wert abziehen, um wiederum den Verbrauch zu bekommen...
          Aber wenns einfacher gegangen wäre (einfach durch Umkehren am Adapter) wäre das natürlich klasse gewesen:)

          Es wuerde gehen, aber wie gesagt dazu mss ich ne andere logic realisieren bitte git Issue erstellen.
          Ich wuerde solange vorschlagen um per script einen Datenpunkt zu erstellen und dan die Berechnung :

          Gesamt Volumen - Jetziges Volumen = Verbrauch und diesen mit SA loggen. Wie der tank gefüllt ist der stand 0 und damit

          At device reset
          Store current value as previousDeviceReset and previousInit value 
          If the device wil be reset again (detected by previousInit value),
          currentReading + previousDeviceReset is stored as to previousDeviceReset.
          
          1 Antwort Letzte Antwort
          0
          • DutchmanD Online
            DutchmanD Online
            Dutchman
            Developer Most Active Administrators
            schrieb am zuletzt editiert von
            #7

            0.4.8-alpha.10 (2021-01-14)

            • (Dutchman) Bugfix : Avoid loop if init value is set and > reading
            • (Dutchman) Bugfix : Throw error if value is NULL for troubleshooting instead of handling incorrect calculation
            M matze55M 2 Antworten Letzte Antwort
            0
            • DutchmanD Dutchman

              0.4.8-alpha.10 (2021-01-14)

              • (Dutchman) Bugfix : Avoid loop if init value is set and > reading
              • (Dutchman) Bugfix : Throw error if value is NULL for troubleshooting instead of handling incorrect calculation
              M Offline
              M Offline
              MartyBr
              schrieb am zuletzt editiert von
              #8

              @dutchman
              Ich habe gerade dein Alpha 10 eingespielt.

              sourceanalytix.0	2021-01-14 14:12:29.982	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:12:22.632	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:12:19.036	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:12:15.343	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:12:12.385	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:12:08.934	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              sourceanalytix.0	2021-01-14 14:11:58.666	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
              
              

              Gruß
              Martin


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

              DutchmanD 1 Antwort Letzte Antwort
              0
              • M MartyBr

                @dutchman
                Ich habe gerade dein Alpha 10 eingespielt.

                sourceanalytix.0	2021-01-14 14:12:29.982	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:12:22.632	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:12:19.036	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:12:15.343	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:12:12.385	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:12:08.934	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                sourceanalytix.0	2021-01-14 14:11:58.666	error	(2129) [calculationHandler] reading incorrect after conversion contact DEV and provide these info | Reading : null | start reading [object Object] | stateDetails [object Object]
                
                
                DutchmanD Online
                DutchmanD Online
                Dutchman
                Developer Most Active Administrators
                schrieb am zuletzt editiert von
                #9

                @martybr said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                @dutchman
                Ich habe gerade dein Alpha 10 eingespielt. ```

                Danke, darauf hab ich gewartet bitte noch einmal von git dan stehen auf die werte drin anstatt object und kan ich den Fehler ausbügeln !

                K M 2 Antworten Letzte Antwort
                0
                • DutchmanD Dutchman

                  @martybr said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                  @dutchman
                  Ich habe gerade dein Alpha 10 eingespielt. ```

                  Danke, darauf hab ich gewartet bitte noch einmal von git dan stehen auf die werte drin anstatt object und kan ich den Fehler ausbügeln !

                  K Offline
                  K Offline
                  Kueppert
                  schrieb am zuletzt editiert von Kueppert
                  #10

                  @dutchman ich hab die Alpha 11 gerade mal drüber gebügelt, außer folgender Fehlerchen hab ich vom Adapter selbst nix bekommen:

                  sourceanalytix.0	2021-01-14 14:42:00.623	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                  sourceanalytix.0	2021-01-14 14:41:47.017	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                  

                  Aber bei der Installation hatte ich verdammt viele rote EInträge:

                  host.ioBroker2	2021-01-14 14:40:50.043	error	instance system.adapter.sourceanalytix.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: ode_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/n
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.037	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: Error: Connection is closed.
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at new Promise (<anonymous>)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                  host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                  

                  Redis hab ich nicht...

                  Plopp...System down...ich starte es mal neu. AUslastung über 100%. Komm nirgends mehr dran ^^

                  UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                  DutchmanD 2 Antworten Letzte Antwort
                  0
                  • K Kueppert

                    @dutchman ich hab die Alpha 11 gerade mal drüber gebügelt, außer folgender Fehlerchen hab ich vom Adapter selbst nix bekommen:

                    sourceanalytix.0	2021-01-14 14:42:00.623	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                    sourceanalytix.0	2021-01-14 14:41:47.017	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                    

                    Aber bei der Installation hatte ich verdammt viele rote EInträge:

                    host.ioBroker2	2021-01-14 14:40:50.043	error	instance system.adapter.sourceanalytix.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                    host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: ode_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/n
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.037	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: Error: Connection is closed.
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at new Promise (<anonymous>)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                    host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                    

                    Redis hab ich nicht...

                    Plopp...System down...ich starte es mal neu. AUslastung über 100%. Komm nirgends mehr dran ^^

                    DutchmanD Online
                    DutchmanD Online
                    Dutchman
                    Developer Most Active Administrators
                    schrieb am zuletzt editiert von
                    #11

                    @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                    Plopp...System down...ich starte es mal neu. AUslastung über 100%. Komm nirgends mehr dran ^^

                    welcher js-controller ?

                    K 1 Antwort Letzte Antwort
                    0
                    • DutchmanD Dutchman

                      @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                      Plopp...System down...ich starte es mal neu. AUslastung über 100%. Komm nirgends mehr dran ^^

                      welcher js-controller ?

                      K Offline
                      K Offline
                      Kueppert
                      schrieb am zuletzt editiert von
                      #12

                      @dutchman der neue 3.2.6-0. Wollte gerade via Putty neu starten, nochmal schnell in die Weboberfläche geschaut. Nun starten alle Adapter gerade neu O.o
                      Auslastung gerade von 120% auf 85% runter gem. Proxmox.

                      UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                      DutchmanD 1 Antwort Letzte Antwort
                      0
                      • K Kueppert

                        @dutchman der neue 3.2.6-0. Wollte gerade via Putty neu starten, nochmal schnell in die Weboberfläche geschaut. Nun starten alle Adapter gerade neu O.o
                        Auslastung gerade von 120% auf 85% runter gem. Proxmox.

                        DutchmanD Online
                        DutchmanD Online
                        Dutchman
                        Developer Most Active Administrators
                        schrieb am zuletzt editiert von
                        #13

                        @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                        @dutchman der neue 3.2.6-0. Wollte gerade via Putty neu starten, nochmal schnell in die Weboberfläche geschaut. Nun starten alle Adapter gerade neu O.o
                        Auslastung gerade von 120% auf 85% runter gem. Proxmox.

                        Das ist ein Fehler im 3.2-x nicht SA

                        K 1 Antwort Letzte Antwort
                        0
                        • DutchmanD Dutchman

                          @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                          @dutchman der neue 3.2.6-0. Wollte gerade via Putty neu starten, nochmal schnell in die Weboberfläche geschaut. Nun starten alle Adapter gerade neu O.o
                          Auslastung gerade von 120% auf 85% runter gem. Proxmox.

                          Das ist ein Fehler im 3.2-x nicht SA

                          K Offline
                          K Offline
                          Kueppert
                          schrieb am zuletzt editiert von
                          #14

                          @dutchman alles klar. Ich starte die Maschine jetzt mal neu. Scheint sich zwar alles beruhigt zu haben...aber dann schaue ich nochmal, was dann passiert ^^
                          Soll ich beim JS-Controller 3.2-Thread irgendwas posten?

                          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                          DutchmanD 1 Antwort Letzte Antwort
                          0
                          • K Kueppert

                            @dutchman alles klar. Ich starte die Maschine jetzt mal neu. Scheint sich zwar alles beruhigt zu haben...aber dann schaue ich nochmal, was dann passiert ^^
                            Soll ich beim JS-Controller 3.2-Thread irgendwas posten?

                            DutchmanD Online
                            DutchmanD Online
                            Dutchman
                            Developer Most Active Administrators
                            schrieb am zuletzt editiert von
                            #15

                            @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                            Soll ich beim JS-Controller 3.2-Thread irgendwas posten?

                            ja bitte log dort posten 🙂 ich kan im code von SA damit leider nix

                            K 1 Antwort Letzte Antwort
                            0
                            • DutchmanD Dutchman

                              @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                              Soll ich beim JS-Controller 3.2-Thread irgendwas posten?

                              ja bitte log dort posten 🙂 ich kan im code von SA damit leider nix

                              K Offline
                              K Offline
                              Kueppert
                              schrieb am zuletzt editiert von Kueppert
                              #16

                              @dutchman oh man...hab dich mit Apollon verwechselt - bzw euch als eine Person gesehen bis gerade hahaha. Habs dort gepostet ^^

                              NACHTRAG für alle, die ggf das gleiche Problem haben:
                              https://forum.iobroker.net/topic/40725/beta-test-js-controller-3-2-x-auf-github/187?_=1610605750979

                              UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                              1 Antwort Letzte Antwort
                              0
                              • K Kueppert

                                @dutchman ich hab die Alpha 11 gerade mal drüber gebügelt, außer folgender Fehlerchen hab ich vom Adapter selbst nix bekommen:

                                sourceanalytix.0	2021-01-14 14:42:00.623	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                                sourceanalytix.0	2021-01-14 14:41:47.017	warn	(14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions
                                

                                Aber bei der Installation hatte ich verdammt viele rote EInträge:

                                host.ioBroker2	2021-01-14 14:40:50.043	error	instance system.adapter.sourceanalytix.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.043	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.042	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.041	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.040	error	Caught by controller[655]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[655]: ode_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/n
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.039	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.038	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.037	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.034	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.033	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.032	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.031	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:607:24)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: Error: Connection is closed.
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejec
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at process.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8477:45)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8457:28)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.registerNotification (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5677:24)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHostAsync (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1618:16)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at new Promise (<anonymous>)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1619:16
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Sourceanalytix.sendToHost (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5660:31)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at StateRedisClient.pushMessage (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:898:31)
                                host.ioBroker2	2021-01-14 14:40:50.030	error	Caught by controller[654]: at Redis.publish (/opt/iobroker/node_modules/ioredis/built/commander.js:111:25)
                                

                                Redis hab ich nicht...

                                Plopp...System down...ich starte es mal neu. AUslastung über 100%. Komm nirgends mehr dran ^^

                                DutchmanD Online
                                DutchmanD Online
                                Dutchman
                                Developer Most Active Administrators
                                schrieb am zuletzt editiert von
                                #17

                                @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                                @dutchman ich hab die Alpha 11 gerade mal drüber gebügelt, außer folgender Fehlerchen hab ich vom Adapter selbst nix bekommen:
                                sourceanalytix.0 2021-01-14 14:42:00.623 warn (14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions sourceanalytix.0 2021-01-14 14:41:47.017 warn (14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions

                                Das sollte in der letzte git version des code (wird alpha 13) behoben sein

                                K 1 Antwort Letzte Antwort
                                0
                                • DutchmanD Dutchman

                                  @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                                  @dutchman ich hab die Alpha 11 gerade mal drüber gebügelt, außer folgender Fehlerchen hab ich vom Adapter selbst nix bekommen:
                                  sourceanalytix.0 2021-01-14 14:42:00.623 warn (14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions sourceanalytix.0 2021-01-14 14:41:47.017 warn (14935) State "sourceanalytix.0.alias__0__Stromverbrauch__total__Serverschrank.currentYear.consumed.2021.05_currentYear" has no existing object, this might lead to an error in future versions

                                  Das sollte in der letzte git version des code (wird alpha 13) behoben sein

                                  K Offline
                                  K Offline
                                  Kueppert
                                  schrieb am zuletzt editiert von
                                  #18

                                  @dutchman danke dir. Jetzt traue ich mich aber nicht mehr, nen Update zu machen 😄

                                  UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                  DutchmanD 1 Antwort Letzte Antwort
                                  0
                                  • K Kueppert

                                    @dutchman danke dir. Jetzt traue ich mich aber nicht mehr, nen Update zu machen 😄

                                    DutchmanD Online
                                    DutchmanD Online
                                    Dutchman
                                    Developer Most Active Administrators
                                    schrieb am zuletzt editiert von
                                    #19

                                    @kueppert said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                                    @dutchman danke dir. Jetzt traue ich mich aber nicht mehr, nen Update zu machen 😄

                                    neh warte mal auf den neue JS-Controller beta wo die loop auch raus ist.... Fehler ist bereits gefunden hab mal schnell mit Ingo geschnackt.

                                    1 Antwort Letzte Antwort
                                    1
                                    • DutchmanD Dutchman

                                      @martybr said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                                      @dutchman
                                      Ich habe gerade dein Alpha 10 eingespielt. ```

                                      Danke, darauf hab ich gewartet bitte noch einmal von git dan stehen auf die werte drin anstatt object und kan ich den Fehler ausbügeln !

                                      M Offline
                                      M Offline
                                      MartyBr
                                      schrieb am zuletzt editiert von
                                      #20

                                      @dutchman
                                      Sorry die späte Antwort. Ich hatte eine Meetings laufen.
                                      Ich spiele jetzt mal die neue Version ein und berichte gleich.

                                      Gruß
                                      Martin


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

                                      M 1 Antwort Letzte Antwort
                                      1
                                      • M MartyBr

                                        @dutchman
                                        Sorry die späte Antwort. Ich hatte eine Meetings laufen.
                                        Ich spiele jetzt mal die neue Version ein und berichte gleich.

                                        M Offline
                                        M Offline
                                        MartyBr
                                        schrieb am zuletzt editiert von
                                        #21

                                        @Dutchman

                                        Installation auf die 12-Version durchgeführt :

                                        sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Troubleshoot Data alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER custom Data : {"from":"system.adapter.sourceanalytix.0","user":"system.user.admin","ts":1610619988422,"common":{"name
                                        sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Check settings for alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER ! Known valueAtDeviceReset : (84934.61192092283) > known cumulative value (66540.92233804846) cannot proceed
                                        
                                        

                                        Der Autor ist ein Homematic:
                                        Bildschirmfoto 2021-01-14 um 18.07.37.png

                                        Bildschirmfoto 2021-01-14 um 18.09.48.png

                                        Gruß
                                        Martin


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

                                        DutchmanD 2 Antworten Letzte Antwort
                                        0
                                        • M MartyBr

                                          @Dutchman

                                          Installation auf die 12-Version durchgeführt :

                                          sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Troubleshoot Data alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER custom Data : {"from":"system.adapter.sourceanalytix.0","user":"system.user.admin","ts":1610619988422,"common":{"name
                                          sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Check settings for alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER ! Known valueAtDeviceReset : (84934.61192092283) > known cumulative value (66540.92233804846) cannot proceed
                                          
                                          

                                          Der Autor ist ein Homematic:
                                          Bildschirmfoto 2021-01-14 um 18.07.37.png

                                          Bildschirmfoto 2021-01-14 um 18.09.48.png

                                          DutchmanD Online
                                          DutchmanD Online
                                          Dutchman
                                          Developer Most Active Administrators
                                          schrieb am zuletzt editiert von
                                          #22

                                          @martybr said in [SourceAnalytix 0.4.8-RC.1] Stable version announcement:

                                          @Dutchman

                                          Installation auf die 12-Version durchgeführt :

                                          sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Troubleshoot Data alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER custom Data : {"from":"system.adapter.sourceanalytix.0","user":"system.user.admin","ts":1610619988422,"common":{"name
                                          sourceanalytix.0	2021-01-14 18:03:13.495	error	(4347) Check settings for alias.0.Verbrauch.Strom.HWR.Waschmaschine-ENERGY_COUNTER ! Known valueAtDeviceReset : (84934.61192092283) > known cumulative value (66540.92233804846) cannot proceed
                                          
                                          

                                          Der Autor ist ein Homematic:
                                          Bildschirmfoto 2021-01-14 um 18.07.37.png

                                          Bildschirmfoto 2021-01-14 um 18.09.48.png

                                          Von welcher Version hast du geüpgraded ?

                                          M 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

                                          398

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          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