Skip to content
  • Home
  • 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

Community Forum

  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.
  • M Offline
    M Offline
    Michi_Pi
    schrieb am zuletzt editiert von
    #203

    @Dutchman ich hab momentan keine Probleme mit negativen Zahlen 😅
    Aber was anderes, ich hab schon Mal erwähnt in einer älteren Version, dass bei Meterreading die previous dp nicht funktionieren, das ist immer noch so.

    Und bei den globalen Einstellungen kann man ja gar Woche Monat Quartal einstellen. Die Auswahl die man hier setzt wird auch nicht berücksichtigt, es wird trotzdem alles für das laufende Jahr angelegt. Für die Jahresstatistik passt es allerdings.

    Ist das bekannt? Bzw. Gibt es da schon Tickets?

    DutchmanD 1 Antwort Letzte Antwort
    0
    • M Michi_Pi

      @Dutchman ich hab momentan keine Probleme mit negativen Zahlen 😅
      Aber was anderes, ich hab schon Mal erwähnt in einer älteren Version, dass bei Meterreading die previous dp nicht funktionieren, das ist immer noch so.

      Und bei den globalen Einstellungen kann man ja gar Woche Monat Quartal einstellen. Die Auswahl die man hier setzt wird auch nicht berücksichtigt, es wird trotzdem alles für das laufende Jahr angelegt. Für die Jahresstatistik passt es allerdings.

      Ist das bekannt? Bzw. Gibt es da schon Tickets?

      DutchmanD Offline
      DutchmanD Offline
      Dutchman
      Developer Most Active Administrators
      schrieb am zuletzt editiert von
      #204

      @michi_pi sagte in [SourceAnalytix 0.4.8-Final] Released !:

      Ist das bekannt? Bzw. Gibt es da schon Tickets?

      noch nicht danke, kannst du mir bitte eins erstellen.
      die Ordner sind neu dazu gekommen mag sein das der on/aff switch doch übersehen wurde 😕

      W 1 Antwort Letzte Antwort
      0
      • DutchmanD Dutchman

        @michi_pi sagte in [SourceAnalytix 0.4.8-Final] Released !:

        Ist das bekannt? Bzw. Gibt es da schon Tickets?

        noch nicht danke, kannst du mir bitte eins erstellen.
        die Ordner sind neu dazu gekommen mag sein das der on/aff switch doch übersehen wurde 😕

        W Offline
        W Offline
        Willi-Wunder
        schrieb am zuletzt editiert von
        #205

        Für alle, die einen Shelly haben und die Werte nicht korrekt angezeigt werden, vielleicht hilft euch diese vorgehensweise 🙂

        Mein Problem war letzendlich, dass es keinen valueAtDeviceReset Wert bei mir gab.........und ich zudem einen Eingabefehler hatte 😕

        Im Code läßt es sich wohl nicht anders machen, er macht beim ersten Reset eine harte "0".
        Im Shelly Fall ist dies doof, bei anderen Geräten paßt dies perfekt, da sonst der Wert doppelt wäre. Glaube Dutchman wird es in die Docu rein schreiben und vermerken.
        Also hier in Text und Bild:

        1. Instanzen - SA ausschalten
          1 SA start-stopp.jpg

        2. Objekte - Beim Shelly bei ConsumedPower die RAW Daten anpassen, hierzu den Stift anklicken. Bei valueAtDeviceReset müßt ihr den aktuellen Stromzählerstand minus den Shelly Wert eingeben. Beachtet hierbei, das euer Stromzähler kWh anzeigt, der Shelly aber Wh. Bei "valueAtDeviceInit": null eintragen.

        3. Objekte - SA den cumulativReading Wert ändern, hier kommt der aktuelle Stand vom Stromzähler rein
          3 Shelly.jpg
          4 RAW Datei.jpg
          (4. Startwerte könnten auch hier eingetragen werden, allerdings fehlt dann noch der "valueAtDeviceReset" in der RAW)
          2 Startwerte.jpg

        4. Instanzen - SA wieder einschalten, siehe Punkt 1

        Jetzt sollten die Werte auch übernommen werden und passen 🙂

        @Dutchman: Nochmals herzlichen Dank für deine spitzen Hilfe. TOP

        DutchmanD ? 2 Antworten Letzte Antwort
        0
        • W Willi-Wunder

          Für alle, die einen Shelly haben und die Werte nicht korrekt angezeigt werden, vielleicht hilft euch diese vorgehensweise 🙂

          Mein Problem war letzendlich, dass es keinen valueAtDeviceReset Wert bei mir gab.........und ich zudem einen Eingabefehler hatte 😕

          Im Code läßt es sich wohl nicht anders machen, er macht beim ersten Reset eine harte "0".
          Im Shelly Fall ist dies doof, bei anderen Geräten paßt dies perfekt, da sonst der Wert doppelt wäre. Glaube Dutchman wird es in die Docu rein schreiben und vermerken.
          Also hier in Text und Bild:

          1. Instanzen - SA ausschalten
            1 SA start-stopp.jpg

          2. Objekte - Beim Shelly bei ConsumedPower die RAW Daten anpassen, hierzu den Stift anklicken. Bei valueAtDeviceReset müßt ihr den aktuellen Stromzählerstand minus den Shelly Wert eingeben. Beachtet hierbei, das euer Stromzähler kWh anzeigt, der Shelly aber Wh. Bei "valueAtDeviceInit": null eintragen.

          3. Objekte - SA den cumulativReading Wert ändern, hier kommt der aktuelle Stand vom Stromzähler rein
            3 Shelly.jpg
            4 RAW Datei.jpg
            (4. Startwerte könnten auch hier eingetragen werden, allerdings fehlt dann noch der "valueAtDeviceReset" in der RAW)
            2 Startwerte.jpg

          4. Instanzen - SA wieder einschalten, siehe Punkt 1

          Jetzt sollten die Werte auch übernommen werden und passen 🙂

          @Dutchman: Nochmals herzlichen Dank für deine spitzen Hilfe. TOP

          DutchmanD Offline
          DutchmanD Offline
          Dutchman
          Developer Most Active Administrators
          schrieb am zuletzt editiert von
          #206

          @willi-wunder sagte in [SourceAnalytix 0.4.8-Final] Released !:

          @Dutchman: Nochmals herzlichen Dank für deine spitzen Hilfe. TOP

          wow cool ich danke dir das du unsere troubleshoot abend zusammengefasst hast 🙂
          Ich werde das auch in die docu unter :

          FAQ :

          • shelly devices

          aufnehmen

          1 Antwort Letzte Antwort
          0
          • W Willi-Wunder

            Für alle, die einen Shelly haben und die Werte nicht korrekt angezeigt werden, vielleicht hilft euch diese vorgehensweise 🙂

            Mein Problem war letzendlich, dass es keinen valueAtDeviceReset Wert bei mir gab.........und ich zudem einen Eingabefehler hatte 😕

            Im Code läßt es sich wohl nicht anders machen, er macht beim ersten Reset eine harte "0".
            Im Shelly Fall ist dies doof, bei anderen Geräten paßt dies perfekt, da sonst der Wert doppelt wäre. Glaube Dutchman wird es in die Docu rein schreiben und vermerken.
            Also hier in Text und Bild:

            1. Instanzen - SA ausschalten
              1 SA start-stopp.jpg

            2. Objekte - Beim Shelly bei ConsumedPower die RAW Daten anpassen, hierzu den Stift anklicken. Bei valueAtDeviceReset müßt ihr den aktuellen Stromzählerstand minus den Shelly Wert eingeben. Beachtet hierbei, das euer Stromzähler kWh anzeigt, der Shelly aber Wh. Bei "valueAtDeviceInit": null eintragen.

            3. Objekte - SA den cumulativReading Wert ändern, hier kommt der aktuelle Stand vom Stromzähler rein
              3 Shelly.jpg
              4 RAW Datei.jpg
              (4. Startwerte könnten auch hier eingetragen werden, allerdings fehlt dann noch der "valueAtDeviceReset" in der RAW)
              2 Startwerte.jpg

            4. Instanzen - SA wieder einschalten, siehe Punkt 1

            Jetzt sollten die Werte auch übernommen werden und passen 🙂

            @Dutchman: Nochmals herzlichen Dank für deine spitzen Hilfe. TOP

            ? Offline
            ? Offline
            Ein ehemaliger Benutzer
            schrieb am zuletzt editiert von Ein ehemaliger Benutzer
            #207

            @willi-wunder Vielen Dank.

            Erfasse bei mir die Leistung vom Shelly und nicht die Zählerstände. Deswegen erscheint mir das eine andere Ursache/Troubleshooting zu benötigen. Ein Reset (Reset Init Wert) sehe ich nicht, da der Wert im cumultative reading in Ordnung ist.

            W DutchmanD 2 Antworten Letzte Antwort
            0
            • ? Ein ehemaliger Benutzer

              @willi-wunder Vielen Dank.

              Erfasse bei mir die Leistung vom Shelly und nicht die Zählerstände. Deswegen erscheint mir das eine andere Ursache/Troubleshooting zu benötigen. Ein Reset (Reset Init Wert) sehe ich nicht, da der Wert im cumultative reading in Ordnung ist.

              W Offline
              W Offline
              Willi-Wunder
              schrieb am zuletzt editiert von Willi-Wunder
              #208

              @pete0815
              Ich erfasse bei mir auch die Leistung am Shelly. Da der Stromzähler nicht bei mir direkt im Haus ist, wollte ich zusätzlich den Stromstand angezeigt bekommen. So kontrolliere ich auch gleichzeitig, ob der erfasste Wert vom Shelly syncron mit dem Zähler übereinstimmt. Der Zählerstand wäre mir sonst auch wurscht, will lediglich den Verbrauch der Wärmepumpe aufzeichnen.

              ? 1 Antwort Letzte Antwort
              0
              • ? Ein ehemaliger Benutzer

                @willi-wunder Vielen Dank.

                Erfasse bei mir die Leistung vom Shelly und nicht die Zählerstände. Deswegen erscheint mir das eine andere Ursache/Troubleshooting zu benötigen. Ein Reset (Reset Init Wert) sehe ich nicht, da der Wert im cumultative reading in Ordnung ist.

                DutchmanD Offline
                DutchmanD Offline
                Dutchman
                Developer Most Active Administrators
                schrieb am zuletzt editiert von Dutchman
                #209

                @pete0815 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                @willi-wunder Vielen Dank.
                Erfasse bei mir die Leistung vom Shelly und nicht die Zählerstände. Deswegen erscheint mir das eine andere Ursache/Troubleshooting zu benötigen. Ein Reset (Reset Init Wert) sehe ich nicht, da der Wert im cumultative reading in Ordnung ist.

                correct, bei Leistung (Watt) ist wird immer auf den kumulierten wert hochgezählt...
                also ((wat to kWh) + cumulated)

                Die Beschreibung von @Willi-Wunder ist fuer Situationen das man einen shelly mit wH werten hat 🙂 d3r sich mal redetet hat und dadurch jetzt nicht den "cumulated" reading wiederspiegelt

                ? 1 Antwort Letzte Antwort
                0
                • DutchmanD Dutchman

                  @pete0815 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                  @willi-wunder Vielen Dank.
                  Erfasse bei mir die Leistung vom Shelly und nicht die Zählerstände. Deswegen erscheint mir das eine andere Ursache/Troubleshooting zu benötigen. Ein Reset (Reset Init Wert) sehe ich nicht, da der Wert im cumultative reading in Ordnung ist.

                  correct, bei Leistung (Watt) ist wird immer auf den kumulierten wert hochgezählt...
                  also ((wat to kWh) + cumulated)

                  Die Beschreibung von @Willi-Wunder ist fuer Situationen das man einen shelly mit wH werten hat 🙂 d3r sich mal redetet hat und dadurch jetzt nicht den "cumulated" reading wiederspiegelt

                  ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von
                  #210

                  @dutchman
                  Thx, also ist doch dann bei der Leistungserfassung vom Shelly oder der Berechnung etwas nicht ok und es kommen diese komischen Werte raus, oder?

                  Habe versucht mit gestoptem Adapter den Wert durch 0kWh zu ersetzen. Sowohl den Tageswert (Thursday) aber auch schon previousDay.
                  a9274a41-7796-4c7f-98b5-fc23e12b4fdb-grafik.png

                  Starte ich dann den Adapter wieder wird die 0kWh wieder mit dem gleichen "komischen" Wert überschrieben.

                  Wäre eh aus meinem Verständis nur eine kleine Korrektur und die Ursache ist damit nicht gelöst. Kannst Du sagen ob das an Shelly oder SA oder weiteren Dingen liegt? Falls ich irgendwas zur Verfügung stellen kann (logs oder so), gerne.

                  DutchmanD 1 Antwort Letzte Antwort
                  0
                  • W Willi-Wunder

                    @pete0815
                    Ich erfasse bei mir auch die Leistung am Shelly. Da der Stromzähler nicht bei mir direkt im Haus ist, wollte ich zusätzlich den Stromstand angezeigt bekommen. So kontrolliere ich auch gleichzeitig, ob der erfasste Wert vom Shelly syncron mit dem Zähler übereinstimmt. Der Zählerstand wäre mir sonst auch wurscht, will lediglich den Verbrauch der Wärmepumpe aufzeichnen.

                    ? Offline
                    ? Offline
                    Ein ehemaliger Benutzer
                    schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                    #211

                    @willi-wunder ok thx, aber die Ergebnisse auf Basis der Leistung sind in SA ok bei Dir, auch über mehrere Tage?

                    1 Antwort Letzte Antwort
                    0
                    • ? Ein ehemaliger Benutzer

                      @dutchman
                      Thx, also ist doch dann bei der Leistungserfassung vom Shelly oder der Berechnung etwas nicht ok und es kommen diese komischen Werte raus, oder?

                      Habe versucht mit gestoptem Adapter den Wert durch 0kWh zu ersetzen. Sowohl den Tageswert (Thursday) aber auch schon previousDay.
                      a9274a41-7796-4c7f-98b5-fc23e12b4fdb-grafik.png

                      Starte ich dann den Adapter wieder wird die 0kWh wieder mit dem gleichen "komischen" Wert überschrieben.

                      Wäre eh aus meinem Verständis nur eine kleine Korrektur und die Ursache ist damit nicht gelöst. Kannst Du sagen ob das an Shelly oder SA oder weiteren Dingen liegt? Falls ich irgendwas zur Verfügung stellen kann (logs oder so), gerne.

                      DutchmanD Offline
                      DutchmanD Offline
                      Dutchman
                      Developer Most Active Administrators
                      schrieb am zuletzt editiert von
                      #212

                      @pete0815 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                      Thx, also ist doch dann bei der Leistungserfassung vom Shelly oder der Berechnung etwas nicht ok und es kommen diese komischen Werte raus, oder?

                      Nein die Berechnungen selber af Basis der eingegebenen Daten stimmen das wurde inzwischen auf vielen Installationen bewiesen.
                      Siehe die overigen Erklärungen es sind Eingabe Fehler, wen Unterstützung benötigt können wir das gerne mal im Discord machen 😊

                      Homer.J.H 1 Antwort Letzte Antwort
                      0
                      • DutchmanD Dutchman

                        @pete0815 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                        Thx, also ist doch dann bei der Leistungserfassung vom Shelly oder der Berechnung etwas nicht ok und es kommen diese komischen Werte raus, oder?

                        Nein die Berechnungen selber af Basis der eingegebenen Daten stimmen das wurde inzwischen auf vielen Installationen bewiesen.
                        Siehe die overigen Erklärungen es sind Eingabe Fehler, wen Unterstützung benötigt können wir das gerne mal im Discord machen 😊

                        Homer.J.H Offline
                        Homer.J.H Offline
                        Homer.J.
                        schrieb am zuletzt editiert von
                        #213

                        Hi @dutchman ich hab ein Problem bei mir wird über Smartmeter alles korrekt berechnet.Screenshot_2021-01-22 objects - ioBroker.png
                        Probleme habe ich über Wiffi-WZ die gleichen Datenpunkte siehe Bild passiert nichts es wird nichts angelegt und berechnet.
                        Screenshot_2021-01-22 objects - ioBroker(1).png
                        Bis zur Beta haben die Datenpunkte wunderbar funktioniert.

                        Grüße

                        DutchmanD 1 Antwort Letzte Antwort
                        0
                        • wendy2702W Online
                          wendy2702W Online
                          wendy2702
                          schrieb am zuletzt editiert von
                          #214

                          Kann nicht updaten:

                          6C393D64-85E6-4DAA-8505-272FBB6CB201.png

                          5CA4336E-B268-49C6-961D-310FD19D0162.jpeg

                          Ist da etwas bekannt?

                          Bitte keine Fragen per PN, die gehören ins Forum!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          1 Antwort Letzte Antwort
                          0
                          • Homer.J.H Homer.J.

                            Hi @dutchman ich hab ein Problem bei mir wird über Smartmeter alles korrekt berechnet.Screenshot_2021-01-22 objects - ioBroker.png
                            Probleme habe ich über Wiffi-WZ die gleichen Datenpunkte siehe Bild passiert nichts es wird nichts angelegt und berechnet.
                            Screenshot_2021-01-22 objects - ioBroker(1).png
                            Bis zur Beta haben die Datenpunkte wunderbar funktioniert.

                            Grüße

                            DutchmanD Offline
                            DutchmanD Offline
                            Dutchman
                            Developer Most Active Administrators
                            schrieb am zuletzt editiert von
                            #215

                            @homer-j sagte in [SourceAnalytix 0.4.8-Final] Released !:

                            Probleme habe ich über Wiffi-WZ die gleichen Datenpunkte siehe Bild passiert nichts es wird nichts angelegt und berechnet.

                            was kommt im log beim Starten?

                            Homer.J.H 1 Antwort Letzte Antwort
                            1
                            • DutchmanD Dutchman

                              @homer-j sagte in [SourceAnalytix 0.4.8-Final] Released !:

                              Probleme habe ich über Wiffi-WZ die gleichen Datenpunkte siehe Bild passiert nichts es wird nichts angelegt und berechnet.

                              was kommt im log beim Starten?

                              Homer.J.H Offline
                              Homer.J.H Offline
                              Homer.J.
                              schrieb am zuletzt editiert von
                              #216

                              @dutchman Hier mal der Auszug das kommt.


                              2021-01-22 22:29:24.526 - info: sourceanalytix.0 (29727) Initialising (8 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_3
                              2021-01-22 22:29:24.526 - debug: sourceanalytix.0 (29727) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_3 with configuration null
                              2021-01-22 22:29:24.526 - error: sourceanalytix.0 (29727) Cannot handle initialisation for wiffi-wz.0.root.192_168_178_122.w_counter_3
                              2021-01-22 22:29:24.526 - info: sourceanalytix.0 (29727) Initialization (8 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_3

                              DutchmanD 1 Antwort Letzte Antwort
                              0
                              • Homer.J.H Homer.J.

                                @dutchman Hier mal der Auszug das kommt.


                                2021-01-22 22:29:24.526 - info: sourceanalytix.0 (29727) Initialising (8 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_3
                                2021-01-22 22:29:24.526 - debug: sourceanalytix.0 (29727) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_3 with configuration null
                                2021-01-22 22:29:24.526 - error: sourceanalytix.0 (29727) Cannot handle initialisation for wiffi-wz.0.root.192_168_178_122.w_counter_3
                                2021-01-22 22:29:24.526 - info: sourceanalytix.0 (29727) Initialization (8 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_3

                                DutchmanD Offline
                                DutchmanD Offline
                                Dutchman
                                Developer Most Active Administrators
                                schrieb am zuletzt editiert von
                                #217

                                @homer-j sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                Cannot handle initialisation

                                da muss mehr kommen

                                Homer.J.H 1 Antwort Letzte Antwort
                                0
                                • DutchmanD Dutchman

                                  @homer-j sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                  Cannot handle initialisation

                                  da muss mehr kommen

                                  Homer.J.H Offline
                                  Homer.J.H Offline
                                  Homer.J.
                                  schrieb am zuletzt editiert von Homer.J.
                                  #218

                                  @dutchman Hier mal die Debugausgabe von einem der jetzt so wie es scheint funktioniert.


                                  021-01-23 08:12:48.799 - warn: javascript.0 (1466) getState "sourceanalytix.0.wiffi-wz__0__root__192_168_178_122__w_counter_3.currentYear.consumed.05_currentYear" not found (3)
                                  2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object. (script.js.common.Stromzähler.08_Stromverbrauch:8:118)
                                  2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1071:38)
                                  2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:487:29)
                                  2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41)
                                  2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at processImmediate (internal/timers.js:461:21)
                                  2021-01-23 08:12:48.834 - debug: sourceanalytix.0 (31452) [calculationHandler] Meter Calculation executed consumed data for smartmeter.0.1-0:1_8_0__255.value : {"consumedDay":16.479,"consumedWeek":60.457,"consumedMonth":284.684,"consumedQuarter":284.684,"consumedYear":284.684,"priceDay":4.84,"priceWeek":17.74,"priceMonth":83.55,"priceQuarter":83.55,"priceYear":83.55}
                                  2021-01-23 08:12:48.835 - info: sourceanalytix.0 (31452) Initialization (5 of 11) finished for : smartmeter.0.1-0:1_8_0__255.value
                                  2021-01-23 08:12:48.835 - info: sourceanalytix.0 (31452) Initialising (6 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_1
                                  2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_1 with configuration {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                  2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Defined calculation attributes for wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                  2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Name after alias renamingHausstrom
                                  2021-01-23 08:12:48.841 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.07_Sunday | name : 07_Sunday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:48.841 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:48.938 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.07_Sunday | name : 07_Sunday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:48.938 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.265 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.01_Monday | name : 01_Monday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.265 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.324 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.01_Monday | name : 01_Monday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.324 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.349 - info: alexa2.0 (32160) starting. Version 3.5.6 in /opt/iobroker/node_modules/iobroker.alexa2, node: v12.20.1, js-controller: 3.2.8
                                  2021-01-23 08:12:49.406 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.02_Tuesday | name : 02_Tuesday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.406 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.469 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.02_Tuesday | name : 02_Tuesday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.470 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.524 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.03_Wednesday | name : 03_Wednesday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.524 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.03_Wednesday | name : 03_Wednesday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.662 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.04_Thursday | name : 04_Thursday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.662 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.729 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.04_Thursday | name : 04_Thursday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.729 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.811 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.05_Friday | name : 05_Friday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.812 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.894 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.05_Friday | name : 05_Friday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.895 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:49.953 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.06_Saturday | name : 06_Saturday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:49.953 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.011 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.06_Saturday | name : 06_Saturday) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:50.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) Creating states for week 01
                                  2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.01 | name : 01) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.141 - debug: sourceanalytix.0 (31452) Creating states for week 02
                                  2021-01-23 08:12:50.142 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.02 | name : 02) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.142 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) Creating states for week 03
                                  2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.03 | name : 03) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) Creating states for week 04
                                  2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.04 | name : 04) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.382 - debug: sourceanalytix.0 (31452) Creating states for week 05
                                  2021-01-23 08:12:50.383 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.05 | name : 05) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.383 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) Creating states for week 06
                                  2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.06 | name : 06) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) Creating states for week 07
                                  2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.07 | name : 07) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) Creating states for week 08
                                  2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.08 | name : 08) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.602 - debug: sourceanalytix.0 (31452) Creating states for week 09
                                  2021-01-23 08:12:50.603 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.09 | name : 09) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.603 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) Creating states for week 10
                                  2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.10 | name : 10) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) Creating states for week 11
                                  2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.11 | name : 11) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) Creating states for week 12
                                  2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.12 | name : 12) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.917 - debug: sourceanalytix.0 (31452) Creating states for week 13
                                  2021-01-23 08:12:50.918 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.13 | name : 13) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.918 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) Creating states for week 14
                                  2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.14 | name : 14) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) Creating states for week 15
                                  2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.15 | name : 15) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) Creating states for week 16
                                  2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.16 | name : 16) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) Creating states for week 17
                                  2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.17 | name : 17) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) Creating states for week 18
                                  2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.18 | name : 18) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) Creating states for week 19
                                  2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.19 | name : 19) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.451 - debug: sourceanalytix.0 (31452) Creating states for week 20
                                  2021-01-23 08:12:51.451 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.20 | name : 20) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.452 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.517 - debug: sourceanalytix.0 (31452) Creating states for week 21
                                  2021-01-23 08:12:51.518 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.21 | name : 21) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.518 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.587 - debug: sourceanalytix.0 (31452) Creating states for week 22
                                  2021-01-23 08:12:51.587 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.22 | name : 22) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.588 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:51.642 - debug: sourceanalytix.0 (31452) Creating states for week 23
                                  2021-01-23 08:12:51.642 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.23 | name : 23) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:51.643 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.290 - debug: sourceanalytix.0 (31452) Creating states for week 24
                                  2021-01-23 08:12:54.291 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.24 | name : 24) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.291 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) Creating states for week 25
                                  2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.25 | name : 25) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) Creating states for week 26
                                  2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.26 | name : 26) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) Creating states for week 27
                                  2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.27 | name : 27) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) Creating states for week 28
                                  2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.28 | name : 28) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.637 - debug: sourceanalytix.0 (31452) Creating states for week 29
                                  2021-01-23 08:12:54.638 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.29 | name : 29) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.638 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) Creating states for week 30
                                  2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.30 | name : 30) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.758 - debug: sourceanalytix.0 (31452) Creating states for week 31
                                  2021-01-23 08:12:54.759 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.31 | name : 31) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.759 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.816 - debug: sourceanalytix.0 (31452) Creating states for week 32
                                  2021-01-23 08:12:54.817 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.32 | name : 32) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.817 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) Creating states for week 33
                                  2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.33 | name : 33) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) Creating states for week 34
                                  2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.34 | name : 34) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) Creating states for week 35
                                  2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.35 | name : 35) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.081 - debug: sourceanalytix.0 (31452) Creating states for week 36
                                  2021-01-23 08:12:55.082 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.36 | name : 36) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.082 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.188 - debug: sourceanalytix.0 (31452) Creating states for week 37
                                  2021-01-23 08:12:55.189 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.37 | name : 37) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.189 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.261 - debug: sourceanalytix.0 (31452) Creating states for week 38
                                  2021-01-23 08:12:55.261 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.38 | name : 38) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.262 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.386 - debug: sourceanalytix.0 (31452) Creating states for week 39
                                  2021-01-23 08:12:55.386 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.39 | name : 39) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.387 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) Creating states for week 40
                                  2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.40 | name : 40) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.498 - debug: sourceanalytix.0 (31452) Creating states for week 41
                                  2021-01-23 08:12:55.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.41 | name : 41) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.556 - debug: sourceanalytix.0 (31452) Creating states for week 42
                                  2021-01-23 08:12:55.557 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.42 | name : 42) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.557 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) Creating states for week 43
                                  2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.43 | name : 43) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) Creating states for week 44
                                  2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.44 | name : 44) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.745 - debug: sourceanalytix.0 (31452) Creating states for week 45
                                  2021-01-23 08:12:55.745 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.45 | name : 45) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.746 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) Creating states for week 46
                                  2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.46 | name : 46) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.817 - info: alexa2.0 (32160) Update cookie in adapter configuration ... restarting ...
                                  2021-01-23 08:12:55.867 - info: host.Iobroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                  2021-01-23 08:12:55.891 - info: alexa2.0 (32160) Got terminate signal TERMINATE_YOURSELF
                                  2021-01-23 08:12:55.893 - info: alexa2.0 (32160) Alexa-Push-Connection Error: Error: WebSocket was closed before the connection was established
                                  2021-01-23 08:12:55.893 - info: alexa2.0 (32160) terminating
                                  2021-01-23 08:12:55.893 - info: alexa2.0 (32160) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2021-01-23 08:12:55.901 - debug: sourceanalytix.0 (31452) Creating states for week 47
                                  2021-01-23 08:12:55.902 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.47 | name : 47) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.902 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:55.913 - info: host.Iobroker stopInstance system.adapter.alexa2.0 send kill signal
                                  2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) Creating states for week 48
                                  2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.48 | name : 48) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.011 - debug: sourceanalytix.0 (31452) Creating states for week 49
                                  2021-01-23 08:12:56.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.49 | name : 49) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) Creating states for week 50
                                  2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.50 | name : 50) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) Creating states for week 51
                                  2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.51 | name : 51) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) Creating states for week 52
                                  2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.52 | name : 52) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) Creating states for week 53
                                  2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.53 | name : 53) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.294 - debug: sourceanalytix.0 (31452) Creating states for month 0
                                  2021-01-23 08:12:56.295 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.01_January | name : 01_January) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.295 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) Creating states for month 1
                                  2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.02_February | name : 02_February) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.479 - info: host.Iobroker instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2021-01-23 08:12:56.497 - debug: sourceanalytix.0 (31452) Creating states for month 2
                                  2021-01-23 08:12:56.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.03_March | name : 03_March) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) Creating states for month 3
                                  2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.04_April | name : 04_April) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) Creating states for month 4
                                  2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.05_May | name : 05_May) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.673 - debug: sourceanalytix.0 (31452) Creating states for month 5
                                  2021-01-23 08:12:56.674 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.06_June | name : 06_June) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.674 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) Creating states for month 6
                                  2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.07_July | name : 07_July) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.798 - debug: sourceanalytix.0 (31452) Creating states for month 7
                                  2021-01-23 08:12:56.799 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.08_August | name : 08_August) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.799 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.856 - debug: sourceanalytix.0 (31452) Creating states for month 8
                                  2021-01-23 08:12:56.857 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.09_September | name : 09_September) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.857 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) Creating states for month 9
                                  2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.10_October | name : 10_October) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) Creating states for month 10
                                  2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.11_November | name : 11_November) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) Creating states for month 11
                                  2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.12_December | name : 12_December) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q1
                                  2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q1 | name : Q1) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q2
                                  2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q2 | name : Q2) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.168 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q3
                                  2021-01-23 08:12:57.169 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q3 | name : Q3) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:57.169 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.221 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q4
                                  2021-01-23 08:12:57.221 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q4 | name : Q4) | atDeviceRoot undefined | isCurrent : undefined
                                  2021-01-23 08:12:57.222 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.274 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 01_currentDay | name : 01_currentDay) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.274 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.344 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 02_currentWeek | name : 02_currentWeek) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.344 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.393 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 03_currentMonth | name : 03_currentMonth) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.393 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.444 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 04_currentQuarter | name : 04_currentQuarter) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.496 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_currentYear | name : 05_currentYear) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.496 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.consumedCumulative | name : consumedCumulative) | atDeviceRoot true | isCurrent : false
                                  2021-01-23 08:12:57.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.597 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.costsCumulative | name : costsCumulative) | atDeviceRoot true | isCurrent : false
                                  2021-01-23 08:12:57.597 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.645 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_currentYear | name : 05_currentYear) | atDeviceRoot false | isCurrent : false
                                  2021-01-23 08:12:57.645 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.647 - debug: sourceanalytix.0 (31452) Try deleting state wiffi-wz__0__root__192_168_178_122__w_counter_1.2021.consumed.05_currentYear
                                  2021-01-23 08:12:57.649 - debug: sourceanalytix.0 (31452) Try deleting state wiffi-wz__0__root__192_168_178_122__w_counter_1.2021.delivered.05_currentYear
                                  2021-01-23 08:12:57.651 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                  2021-01-23 08:12:57.651 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.653 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.costs.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                  2021-01-23 08:12:57.653 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.656 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.consumed.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                  2021-01-23 08:12:57.656 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.659 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 01_previousDay | name : 01_previousDay) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.659 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.718 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 02_previousWeek | name : 02_previousWeek) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.718 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.770 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 03_previousMonth | name : 03_previousMonth) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.770 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.821 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 04_previousQuarter | name : 04_previousQuarter) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.821 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.884 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_previousYear | name : 05_previousYear) | atDeviceRoot false | isCurrent : true
                                  2021-01-23 08:12:57.884 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.936 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : cumulativeReading | name : Cumulative Reading) | atDeviceRoot true | isCurrent : undefined
                                  2021-01-23 08:12:57.936 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:57.981 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.readingCumulative | name : Cumulative Reading of Year total) | atDeviceRoot true | isCurrent : undefined
                                  2021-01-23 08:12:57.981 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) First time calc result after initialising wiffi-wz.0.root.192_168_178_122.w_counter_1 with value {"val":4393.568,"ack":true,"ts":1611385943781,"q":0,"from":"system.adapter.wiffi-wz.0","user":"system.user.admin","lc":1611385943781}
                                  2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) [buildVisWidgetJson] Start building VisWidgetJson for wiffi-wz.0.root.192_168_178_122.w_counter_1
                                  2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) [buildVisWidgetJson] wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"unit":"kWh","currency":"€"}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] Calculation for wiffi-wz.0.root.192_168_178_122.w_counter_1 with values : {"val":4393.568,"ack":true,"ts":1611385943781,"q":0,"from":"system.adapter.wiffi-wz.0","user":"system.user.admin","lc":1611385943781}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] Configuration : {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) Unit price definitions : {"unitConfig":{"GW":{"exponent":9,"category":"Watt"},"MW":{"exponent":6,"category":"Watt"},"kW":{"exponent":3,"category":"Watt"},"W":{"exponent":0,"category":"Watt"},"mW":{"exponent":-3,"category":"Watt"},"GWh":{"exponent":9,"category":"Watt_hour"},"MWh":{"exponent":6,"category":"Watt_hour"},"kWh":{"exponent":3,"category":"Watt_hour"},"Wh":{"exponent":0,"category":"Watt_hour"},"mWh":{"exponent":-3,"category":"Watt_hour"},"hl":{"exponent":2,"category":"Liter"},"l":{"exponent":0,"category":"Liter"},"dl":{"exponent":-1,"category":"Liter"},"cl":{"exponent":-2,"category":"Liter"},"ml":{"exponent":-3,"category":"Liter"},"km³":{"exponent":3,"category":"Cubic_meter"},"m³":{"exponent":0,"category":"Cubic_meter"},"dm³":{"exponent":-1,"category":"Cubic_meter"},"cm³":{"exponent":-2,"category":"Cubic_meter"},"mm³":{"exponent":-3,"category":"Cubic_meter"}},"pricesConfig":{"ElectricityDay":{"cat":"ElectricityDay","uDes":"ElectricityDay","uPpU":"0.2935","uPpM":"11.20","costType":"costs","unitType":"kWh"},"ElectricityDelivery":{"cat":"ElectricityDelivery","uDes":"ElectricityDelivery","uPpU":"0.2015","uPpM":"5.64","costType":"earnings","unitType":"kWh"},"ElectricityNight":{"cat":"ElectricityNight","uDes":"ElectricityNight","uPpU":"0.24","uPpM":"15","costType":"costs","unitType":"kWh"},"Heatpump":{"cat":"Heatpump","uDes":"Heatpump","uPpU":"0.2015","uPpM":"5.64","costType":"costs","unitType":"kWh"},"Gas":{"cat":"Gas","uDes":"Gas","uPpU":"0.12","uPpM":"31","costType":"costs","unitType":"m³"},"Oil":{"cat":"Oil","uDes":"Oil","uPpU":"0.12","uPpM":"7.38","costType":"costs","unitType":"m³"},"Water":{"cat":"Water","uDes":"Water","uPpU":"0.07","uPpM":"22","costType":"costs","unitType":"m³"}}}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] calcValues : {"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] statePrices : {"basicPrice":"11.20","unitPrice":"0.2935"}
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] currentCath : "Watt_hour"
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] targetCath : "Watt_hour"
                                  2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] value : 4393.568
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] currentExponent : 3
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] targetExponent : 3
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] reading value 4393.568 before exponent multiplier
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] reading value 4393.568 after exponent multiplier : 3
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] New reading 4393.568 bigger than stored value null processing normally
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] Adding 4393.568 to stored value 4376.199
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] Calculation outcome 8769.767 valueAtDeviceReset 4376.199
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] wiffi-wz.0.root.192_168_178_122.w_counter_1 set cumulated value 8769.767
                                  2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] ActiveStatesArray {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.767,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}})
                                  2021-01-23 08:12:58.087 - debug: sourceanalytix.0 (31452) [calculationHandler] PreviousCalculationRounded for wiffi-wz.0.root.192_168_178_122.w_counter_1 : undefined
                                  2021-01-23 08:12:58.087 - debug: sourceanalytix.0 (31452) roundDigits with 8769.767 rounded 8769.767
                                  2021-01-23 08:12:58.150 - debug: sourceanalytix.0 (31452) [calculationHandler] Result of calculation: {"consumedDay":16.400000000001455,"consumedWeek":4436.334,"consumedMonth":4659.505999999999,"consumedQuarter":4659.505999999999,"consumedYear":4659.505999999999,"priceDay":4.813400000000427,"priceWeek":1302.064029,"priceMonth":1367.5650109999997,"priceQuarter":1367.5650109999997,"priceYear":1367.5650109999997}
                                  2021-01-23 08:12:58.150 - debug: sourceanalytix.0 (31452) roundDigits with 16.400000000001455 rounded 16.4
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4436.334 rounded 4436.334
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 4.813400000000427 rounded 4.81
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1302.064029 rounded 1302.06
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                  2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) [calculationHandler] Result of rounding: {"consumedDay":16.400000000001455,"consumedWeek":4436.334,"consumedMonth":4659.505999999999,"consumedQuarter":4659.505999999999,"consumedYear":4659.505999999999,"priceDay":4.813400000000427,"priceWeek":1302.064029,"priceMonth":1367.5650109999997,"priceQuarter":1367.5650109999997,"priceYear":1367.5650109999997}
                                  2021-01-23 08:12:58.251 - debug: sourceanalytix.0 (31452) [calculationHandler] Meter Calculation executed consumed data for wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"consumedDay":16.4,"consumedWeek":4436.334,"consumedMonth":4659.506,"consumedQuarter":4659.506,"consumedYear":4659.506,"priceDay":4.81,"priceWeek":1302.06,"priceMonth":1367.57,"priceQuarter":1367.57,"priceYear":1367.57}
                                  2021-01-23 08:12:58.252 - info: sourceanalytix.0 (31452) Initialization (6 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_1

                                  Und hier vom counter 3 mehr ist nicht als Ausgabe.


                                  2021-01-23 08:13:06.146 - info: sourceanalytix.0 (31452) Initialising (8 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_3
                                  2021-01-23 08:13:06.146 - debug: sourceanalytix.0 (31452) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_3 with configuration null
                                  2021-01-23 08:13:06.146 - error: sourceanalytix.0 (31452) Cannot handle initialisation for wiffi-wz.0.root.192_168_178_122.w_counter_3
                                  2021-01-23 08:13:06.146 - info: sourceanalytix.0 (31452) Initialization (8 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_3

                                  Ich hab jetzt mal den Wert valueATDeviceReset auf 0 gesetzt jetzt hat er alles angelegt und es funktioniert wieder. 😊

                                  DutchmanD 1 Antwort Letzte Antwort
                                  0
                                  • Homer.J.H Homer.J.

                                    @dutchman Hier mal die Debugausgabe von einem der jetzt so wie es scheint funktioniert.


                                    021-01-23 08:12:48.799 - warn: javascript.0 (1466) getState "sourceanalytix.0.wiffi-wz__0__root__192_168_178_122__w_counter_3.currentYear.consumed.05_currentYear" not found (3)
                                    2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object. (script.js.common.Stromzähler.08_Stromverbrauch:8:118)
                                    2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1071:38)
                                    2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:487:29)
                                    2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41)
                                    2021-01-23 08:12:48.800 - warn: javascript.0 (1466) at processImmediate (internal/timers.js:461:21)
                                    2021-01-23 08:12:48.834 - debug: sourceanalytix.0 (31452) [calculationHandler] Meter Calculation executed consumed data for smartmeter.0.1-0:1_8_0__255.value : {"consumedDay":16.479,"consumedWeek":60.457,"consumedMonth":284.684,"consumedQuarter":284.684,"consumedYear":284.684,"priceDay":4.84,"priceWeek":17.74,"priceMonth":83.55,"priceQuarter":83.55,"priceYear":83.55}
                                    2021-01-23 08:12:48.835 - info: sourceanalytix.0 (31452) Initialization (5 of 11) finished for : smartmeter.0.1-0:1_8_0__255.value
                                    2021-01-23 08:12:48.835 - info: sourceanalytix.0 (31452) Initialising (6 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_1
                                    2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_1 with configuration {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                    2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Defined calculation attributes for wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                    2021-01-23 08:12:48.835 - debug: sourceanalytix.0 (31452) Name after alias renamingHausstrom
                                    2021-01-23 08:12:48.841 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.07_Sunday | name : 07_Sunday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:48.841 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:48.938 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.07_Sunday | name : 07_Sunday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:48.938 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.265 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.01_Monday | name : 01_Monday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.265 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.324 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.01_Monday | name : 01_Monday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.324 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.349 - info: alexa2.0 (32160) starting. Version 3.5.6 in /opt/iobroker/node_modules/iobroker.alexa2, node: v12.20.1, js-controller: 3.2.8
                                    2021-01-23 08:12:49.406 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.02_Tuesday | name : 02_Tuesday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.406 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.469 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.02_Tuesday | name : 02_Tuesday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.470 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.524 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.03_Wednesday | name : 03_Wednesday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.524 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.03_Wednesday | name : 03_Wednesday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.662 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.04_Thursday | name : 04_Thursday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.662 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.729 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.04_Thursday | name : 04_Thursday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.729 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.811 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.05_Friday | name : 05_Friday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.812 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.894 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.05_Friday | name : 05_Friday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.895 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:49.953 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : currentWeek.06_Saturday | name : 06_Saturday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:49.953 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.011 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : previousWeek.06_Saturday | name : 06_Saturday) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:50.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) Creating states for week 01
                                    2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.01 | name : 01) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.072 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.141 - debug: sourceanalytix.0 (31452) Creating states for week 02
                                    2021-01-23 08:12:50.142 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.02 | name : 02) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.142 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) Creating states for week 03
                                    2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.03 | name : 03) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.241 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) Creating states for week 04
                                    2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.04 | name : 04) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.320 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.382 - debug: sourceanalytix.0 (31452) Creating states for week 05
                                    2021-01-23 08:12:50.383 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.05 | name : 05) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.383 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) Creating states for week 06
                                    2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.06 | name : 06) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.441 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) Creating states for week 07
                                    2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.07 | name : 07) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) Creating states for week 08
                                    2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.08 | name : 08) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.602 - debug: sourceanalytix.0 (31452) Creating states for week 09
                                    2021-01-23 08:12:50.603 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.09 | name : 09) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.603 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) Creating states for week 10
                                    2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.10 | name : 10) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.657 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) Creating states for week 11
                                    2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.11 | name : 11) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.712 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) Creating states for week 12
                                    2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.12 | name : 12) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.792 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.917 - debug: sourceanalytix.0 (31452) Creating states for week 13
                                    2021-01-23 08:12:50.918 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.13 | name : 13) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.918 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) Creating states for week 14
                                    2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.14 | name : 14) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:50.971 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) Creating states for week 15
                                    2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.15 | name : 15) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.051 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) Creating states for week 16
                                    2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.16 | name : 16) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.120 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) Creating states for week 17
                                    2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.17 | name : 17) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.252 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) Creating states for week 18
                                    2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.18 | name : 18) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.311 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) Creating states for week 19
                                    2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.19 | name : 19) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.391 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.451 - debug: sourceanalytix.0 (31452) Creating states for week 20
                                    2021-01-23 08:12:51.451 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.20 | name : 20) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.452 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.517 - debug: sourceanalytix.0 (31452) Creating states for week 21
                                    2021-01-23 08:12:51.518 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.21 | name : 21) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.518 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.587 - debug: sourceanalytix.0 (31452) Creating states for week 22
                                    2021-01-23 08:12:51.587 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.22 | name : 22) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.588 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:51.642 - debug: sourceanalytix.0 (31452) Creating states for week 23
                                    2021-01-23 08:12:51.642 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.23 | name : 23) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:51.643 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.290 - debug: sourceanalytix.0 (31452) Creating states for week 24
                                    2021-01-23 08:12:54.291 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.24 | name : 24) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.291 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) Creating states for week 25
                                    2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.25 | name : 25) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.365 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) Creating states for week 26
                                    2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.26 | name : 26) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.440 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) Creating states for week 27
                                    2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.27 | name : 27) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) Creating states for week 28
                                    2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.28 | name : 28) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.578 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.637 - debug: sourceanalytix.0 (31452) Creating states for week 29
                                    2021-01-23 08:12:54.638 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.29 | name : 29) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.638 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) Creating states for week 30
                                    2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.30 | name : 30) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.699 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.758 - debug: sourceanalytix.0 (31452) Creating states for week 31
                                    2021-01-23 08:12:54.759 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.31 | name : 31) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.759 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.816 - debug: sourceanalytix.0 (31452) Creating states for week 32
                                    2021-01-23 08:12:54.817 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.32 | name : 32) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.817 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) Creating states for week 33
                                    2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.33 | name : 33) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.873 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) Creating states for week 34
                                    2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.34 | name : 34) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:54.927 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) Creating states for week 35
                                    2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.35 | name : 35) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.017 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.081 - debug: sourceanalytix.0 (31452) Creating states for week 36
                                    2021-01-23 08:12:55.082 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.36 | name : 36) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.082 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.188 - debug: sourceanalytix.0 (31452) Creating states for week 37
                                    2021-01-23 08:12:55.189 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.37 | name : 37) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.189 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.261 - debug: sourceanalytix.0 (31452) Creating states for week 38
                                    2021-01-23 08:12:55.261 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.38 | name : 38) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.262 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.386 - debug: sourceanalytix.0 (31452) Creating states for week 39
                                    2021-01-23 08:12:55.386 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.39 | name : 39) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.387 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) Creating states for week 40
                                    2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.40 | name : 40) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.498 - debug: sourceanalytix.0 (31452) Creating states for week 41
                                    2021-01-23 08:12:55.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.41 | name : 41) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.499 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.556 - debug: sourceanalytix.0 (31452) Creating states for week 42
                                    2021-01-23 08:12:55.557 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.42 | name : 42) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.557 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) Creating states for week 43
                                    2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.43 | name : 43) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.615 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) Creating states for week 44
                                    2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.44 | name : 44) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.668 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.745 - debug: sourceanalytix.0 (31452) Creating states for week 45
                                    2021-01-23 08:12:55.745 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.45 | name : 45) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.746 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) Creating states for week 46
                                    2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.46 | name : 46) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.807 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.817 - info: alexa2.0 (32160) Update cookie in adapter configuration ... restarting ...
                                    2021-01-23 08:12:55.867 - info: host.Iobroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                    2021-01-23 08:12:55.891 - info: alexa2.0 (32160) Got terminate signal TERMINATE_YOURSELF
                                    2021-01-23 08:12:55.893 - info: alexa2.0 (32160) Alexa-Push-Connection Error: Error: WebSocket was closed before the connection was established
                                    2021-01-23 08:12:55.893 - info: alexa2.0 (32160) terminating
                                    2021-01-23 08:12:55.893 - info: alexa2.0 (32160) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2021-01-23 08:12:55.901 - debug: sourceanalytix.0 (31452) Creating states for week 47
                                    2021-01-23 08:12:55.902 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.47 | name : 47) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.902 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:55.913 - info: host.Iobroker stopInstance system.adapter.alexa2.0 send kill signal
                                    2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) Creating states for week 48
                                    2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.48 | name : 48) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:55.956 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.011 - debug: sourceanalytix.0 (31452) Creating states for week 49
                                    2021-01-23 08:12:56.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.49 | name : 49) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.012 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) Creating states for week 50
                                    2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.50 | name : 50) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.071 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) Creating states for week 51
                                    2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.51 | name : 51) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.127 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) Creating states for week 52
                                    2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.52 | name : 52) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.184 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) Creating states for week 53
                                    2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : weeks.53 | name : 53) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.239 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.294 - debug: sourceanalytix.0 (31452) Creating states for month 0
                                    2021-01-23 08:12:56.295 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.01_January | name : 01_January) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.295 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) Creating states for month 1
                                    2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.02_February | name : 02_February) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.351 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.479 - info: host.Iobroker instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2021-01-23 08:12:56.497 - debug: sourceanalytix.0 (31452) Creating states for month 2
                                    2021-01-23 08:12:56.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.03_March | name : 03_March) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.498 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) Creating states for month 3
                                    2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.04_April | name : 04_April) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) Creating states for month 4
                                    2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.05_May | name : 05_May) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.618 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.673 - debug: sourceanalytix.0 (31452) Creating states for month 5
                                    2021-01-23 08:12:56.674 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.06_June | name : 06_June) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.674 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) Creating states for month 6
                                    2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.07_July | name : 07_July) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.744 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.798 - debug: sourceanalytix.0 (31452) Creating states for month 7
                                    2021-01-23 08:12:56.799 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.08_August | name : 08_August) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.799 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.856 - debug: sourceanalytix.0 (31452) Creating states for month 8
                                    2021-01-23 08:12:56.857 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.09_September | name : 09_September) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.857 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) Creating states for month 9
                                    2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.10_October | name : 10_October) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.912 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) Creating states for month 10
                                    2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.11_November | name : 11_November) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:56.968 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) Creating states for month 11
                                    2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : months.12_December | name : 12_December) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:57.026 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q1
                                    2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q1 | name : Q1) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:57.039 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q2
                                    2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q2 | name : Q2) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:57.115 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.168 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q3
                                    2021-01-23 08:12:57.169 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q3 | name : Q3) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:57.169 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.221 - debug: sourceanalytix.0 (31452) Creating states for quarter quarters.Q4
                                    2021-01-23 08:12:57.221 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : quarters.Q4 | name : Q4) | atDeviceRoot undefined | isCurrent : undefined
                                    2021-01-23 08:12:57.222 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.274 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 01_currentDay | name : 01_currentDay) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.274 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.344 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 02_currentWeek | name : 02_currentWeek) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.344 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.393 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 03_currentMonth | name : 03_currentMonth) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.393 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.444 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 04_currentQuarter | name : 04_currentQuarter) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.445 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.496 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_currentYear | name : 05_currentYear) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.496 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.551 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.consumedCumulative | name : consumedCumulative) | atDeviceRoot true | isCurrent : false
                                    2021-01-23 08:12:57.552 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.597 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.costsCumulative | name : costsCumulative) | atDeviceRoot true | isCurrent : false
                                    2021-01-23 08:12:57.597 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.645 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_currentYear | name : 05_currentYear) | atDeviceRoot false | isCurrent : false
                                    2021-01-23 08:12:57.645 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.647 - debug: sourceanalytix.0 (31452) Try deleting state wiffi-wz__0__root__192_168_178_122__w_counter_1.2021.consumed.05_currentYear
                                    2021-01-23 08:12:57.649 - debug: sourceanalytix.0 (31452) Try deleting state wiffi-wz__0__root__192_168_178_122__w_counter_1.2021.delivered.05_currentYear
                                    2021-01-23 08:12:57.651 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                    2021-01-23 08:12:57.651 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.653 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.costs.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                    2021-01-23 08:12:57.653 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.656 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.consumed.05_currentYear | name : 05_currentYear) | atDeviceRoot true | isCurrent : false
                                    2021-01-23 08:12:57.656 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.659 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 01_previousDay | name : 01_previousDay) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.659 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.718 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 02_previousWeek | name : 02_previousWeek) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.718 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.770 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 03_previousMonth | name : 03_previousMonth) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.770 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.821 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 04_previousQuarter | name : 04_previousQuarter) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.821 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.884 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 05_previousYear | name : 05_previousYear) | atDeviceRoot false | isCurrent : true
                                    2021-01-23 08:12:57.884 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.936 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : cumulativeReading | name : Cumulative Reading) | atDeviceRoot true | isCurrent : undefined
                                    2021-01-23 08:12:57.936 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:57.981 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] wiffi-wz.0.root.192_168_178_122.w_counter_1 | root : 2021.readingCumulative | name : Cumulative Reading of Year total) | atDeviceRoot true | isCurrent : undefined
                                    2021-01-23 08:12:57.981 - debug: sourceanalytix.0 (31452) [doLocalStateCreate] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) First time calc result after initialising wiffi-wz.0.root.192_168_178_122.w_counter_1 with value {"val":4393.568,"ack":true,"ts":1611385943781,"q":0,"from":"system.adapter.wiffi-wz.0","user":"system.user.admin","lc":1611385943781}
                                    2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) [buildVisWidgetJson] Start building VisWidgetJson for wiffi-wz.0.root.192_168_178_122.w_counter_1
                                    2021-01-23 08:12:58.029 - debug: sourceanalytix.0 (31452) [buildVisWidgetJson] wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"unit":"kWh","currency":"€"}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] Calculation for wiffi-wz.0.root.192_168_178_122.w_counter_1 with values : {"val":4393.568,"ack":true,"ts":1611385943781,"q":0,"from":"system.adapter.wiffi-wz.0","user":"system.user.admin","lc":1611385943781}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] Configuration : {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) Unit price definitions : {"unitConfig":{"GW":{"exponent":9,"category":"Watt"},"MW":{"exponent":6,"category":"Watt"},"kW":{"exponent":3,"category":"Watt"},"W":{"exponent":0,"category":"Watt"},"mW":{"exponent":-3,"category":"Watt"},"GWh":{"exponent":9,"category":"Watt_hour"},"MWh":{"exponent":6,"category":"Watt_hour"},"kWh":{"exponent":3,"category":"Watt_hour"},"Wh":{"exponent":0,"category":"Watt_hour"},"mWh":{"exponent":-3,"category":"Watt_hour"},"hl":{"exponent":2,"category":"Liter"},"l":{"exponent":0,"category":"Liter"},"dl":{"exponent":-1,"category":"Liter"},"cl":{"exponent":-2,"category":"Liter"},"ml":{"exponent":-3,"category":"Liter"},"km³":{"exponent":3,"category":"Cubic_meter"},"m³":{"exponent":0,"category":"Cubic_meter"},"dm³":{"exponent":-1,"category":"Cubic_meter"},"cm³":{"exponent":-2,"category":"Cubic_meter"},"mm³":{"exponent":-3,"category":"Cubic_meter"}},"pricesConfig":{"ElectricityDay":{"cat":"ElectricityDay","uDes":"ElectricityDay","uPpU":"0.2935","uPpM":"11.20","costType":"costs","unitType":"kWh"},"ElectricityDelivery":{"cat":"ElectricityDelivery","uDes":"ElectricityDelivery","uPpU":"0.2015","uPpM":"5.64","costType":"earnings","unitType":"kWh"},"ElectricityNight":{"cat":"ElectricityNight","uDes":"ElectricityNight","uPpU":"0.24","uPpM":"15","costType":"costs","unitType":"kWh"},"Heatpump":{"cat":"Heatpump","uDes":"Heatpump","uPpU":"0.2015","uPpM":"5.64","costType":"costs","unitType":"kWh"},"Gas":{"cat":"Gas","uDes":"Gas","uPpU":"0.12","uPpM":"31","costType":"costs","unitType":"m³"},"Oil":{"cat":"Oil","uDes":"Oil","uPpU":"0.12","uPpM":"7.38","costType":"costs","unitType":"m³"},"Water":{"cat":"Water","uDes":"Water","uPpU":"0.07","uPpM":"22","costType":"costs","unitType":"m³"}}}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] calcValues : {"cumulativeValue":8769.759,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] stateDetails : {"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] statePrices : {"basicPrice":"11.20","unitPrice":"0.2935"}
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] currentCath : "Watt_hour"
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] targetCath : "Watt_hour"
                                    2021-01-23 08:12:58.030 - debug: sourceanalytix.0 (31452) [calculationHandler] value : 4393.568
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] currentExponent : 3
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] targetExponent : 3
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] reading value 4393.568 before exponent multiplier
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] reading value 4393.568 after exponent multiplier : 3
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] New reading 4393.568 bigger than stored value null processing normally
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] Adding 4393.568 to stored value 4376.199
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] Calculation outcome 8769.767 valueAtDeviceReset 4376.199
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] wiffi-wz.0.root.192_168_178_122.w_counter_1 set cumulated value 8769.767
                                    2021-01-23 08:12:58.031 - debug: sourceanalytix.0 (31452) [calculationHandler] ActiveStatesArray {"stateDetails":{"alias":"Hausstrom","consumption":true,"costs":true,"deviceName":"wiffi-wz__0__root__192_168_178_122__w_counter_1","financialCategory":"costs","headCategory":"consumed","meter_values":true,"name":"Hausstrom","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh"},"calcValues":{"cumulativeValue":8769.767,"start_day":8753.366999999998,"start_month":4110.261,"start_quarter":4110.261,"start_week":4333.433,"start_year":4110.261,"valueAtDeviceReset":4376.199,"valueAtDeviceInit":null},"prices":{"basicPrice":"11.20","unitPrice":"0.2935"}})
                                    2021-01-23 08:12:58.087 - debug: sourceanalytix.0 (31452) [calculationHandler] PreviousCalculationRounded for wiffi-wz.0.root.192_168_178_122.w_counter_1 : undefined
                                    2021-01-23 08:12:58.087 - debug: sourceanalytix.0 (31452) roundDigits with 8769.767 rounded 8769.767
                                    2021-01-23 08:12:58.150 - debug: sourceanalytix.0 (31452) [calculationHandler] Result of calculation: {"consumedDay":16.400000000001455,"consumedWeek":4436.334,"consumedMonth":4659.505999999999,"consumedQuarter":4659.505999999999,"consumedYear":4659.505999999999,"priceDay":4.813400000000427,"priceWeek":1302.064029,"priceMonth":1367.5650109999997,"priceQuarter":1367.5650109999997,"priceYear":1367.5650109999997}
                                    2021-01-23 08:12:58.150 - debug: sourceanalytix.0 (31452) roundDigits with 16.400000000001455 rounded 16.4
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4436.334 rounded 4436.334
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundDigits with 4659.505999999999 rounded 4659.506
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 4.813400000000427 rounded 4.81
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1302.064029 rounded 1302.06
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) roundCosts with 1367.5650109999997 rounded 1367.57
                                    2021-01-23 08:12:58.151 - debug: sourceanalytix.0 (31452) [calculationHandler] Result of rounding: {"consumedDay":16.400000000001455,"consumedWeek":4436.334,"consumedMonth":4659.505999999999,"consumedQuarter":4659.505999999999,"consumedYear":4659.505999999999,"priceDay":4.813400000000427,"priceWeek":1302.064029,"priceMonth":1367.5650109999997,"priceQuarter":1367.5650109999997,"priceYear":1367.5650109999997}
                                    2021-01-23 08:12:58.251 - debug: sourceanalytix.0 (31452) [calculationHandler] Meter Calculation executed consumed data for wiffi-wz.0.root.192_168_178_122.w_counter_1 : {"consumedDay":16.4,"consumedWeek":4436.334,"consumedMonth":4659.506,"consumedQuarter":4659.506,"consumedYear":4659.506,"priceDay":4.81,"priceWeek":1302.06,"priceMonth":1367.57,"priceQuarter":1367.57,"priceYear":1367.57}
                                    2021-01-23 08:12:58.252 - info: sourceanalytix.0 (31452) Initialization (6 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_1

                                    Und hier vom counter 3 mehr ist nicht als Ausgabe.


                                    2021-01-23 08:13:06.146 - info: sourceanalytix.0 (31452) Initialising (8 of 11) state wiffi-wz.0.root.192_168_178_122.w_counter_3
                                    2021-01-23 08:13:06.146 - debug: sourceanalytix.0 (31452) Initialising wiffi-wz.0.root.192_168_178_122.w_counter_3 with configuration null
                                    2021-01-23 08:13:06.146 - error: sourceanalytix.0 (31452) Cannot handle initialisation for wiffi-wz.0.root.192_168_178_122.w_counter_3
                                    2021-01-23 08:13:06.146 - info: sourceanalytix.0 (31452) Initialization (8 of 11) finished for : wiffi-wz.0.root.192_168_178_122.w_counter_3

                                    Ich hab jetzt mal den Wert valueATDeviceReset auf 0 gesetzt jetzt hat er alles angelegt und es funktioniert wieder. 😊

                                    DutchmanD Offline
                                    DutchmanD Offline
                                    Dutchman
                                    Developer Most Active Administrators
                                    schrieb am zuletzt editiert von
                                    #219

                                    @homer-j sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                    Ich hab jetzt mal den Wert valueATDeviceReset auf 0 gesetzt jetzt hat er alles angelegt und es funktioniert wieder.

                                    Suche mal bitte weiter im log da haette ne error Meldung. kommen müssen w as d u machen musst vor diesen Einträgen

                                    1 Antwort Letzte Antwort
                                    0
                                    • hg6806H Offline
                                      hg6806H Offline
                                      hg6806
                                      Most Active
                                      schrieb am zuletzt editiert von hg6806
                                      #220

                                      Moin, habe leider wieder einen fehlerhaften Wert.
                                      a6eb5aa5-37a3-49cf-b554-465afe0e60a6-image.png

                                      Der von mir erzeugte Wert:

                                      81c531fc-9370-496d-b3a6-015ab6c74d0e-image.png

                                      Und der Wert in SA:

                                      3d9e8326-7e16-42d1-a57c-9b1bc41654ea-image.png

                                      js-controller 3.2.6
                                      SA: 0.4.8

                                      DutchmanD 1 Antwort Letzte Antwort
                                      0
                                      • hg6806H hg6806

                                        Moin, habe leider wieder einen fehlerhaften Wert.
                                        a6eb5aa5-37a3-49cf-b554-465afe0e60a6-image.png

                                        Der von mir erzeugte Wert:

                                        81c531fc-9370-496d-b3a6-015ab6c74d0e-image.png

                                        Und der Wert in SA:

                                        3d9e8326-7e16-42d1-a57c-9b1bc41654ea-image.png

                                        js-controller 3.2.6
                                        SA: 0.4.8

                                        DutchmanD Offline
                                        DutchmanD Offline
                                        Dutchman
                                        Developer Most Active Administrators
                                        schrieb am zuletzt editiert von Dutchman
                                        #221

                                        @hg6806 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                        Moin, habe leider wieder einen fehlerhaften Wert.

                                        troubleshoot section gelesen ?
                                        Ist das ein Gesamtwert was da rein kommt ?

                                        Issue 9 My calculations are incorrect

                                        cumulativeReading-Reset

                                        Verify if the correct unit is chosen (of not selected, SA will try to autodetect)
                                        Verify if the cumulatedReading reflects the correct total value of your value reading, if not
                                        Stop SA
                                        Go to tab objects
                                        Enter expert mode
                                        Change the cumulatedReading
                                        Exit expert mode
                                        Ensure the start values are set correctly
                                        Start SA
                                        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

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

                                        hg6806H 1 Antwort Letzte Antwort
                                        0
                                        • DutchmanD Dutchman

                                          @hg6806 sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                          Moin, habe leider wieder einen fehlerhaften Wert.

                                          troubleshoot section gelesen ?
                                          Ist das ein Gesamtwert was da rein kommt ?

                                          Issue 9 My calculations are incorrect

                                          cumulativeReading-Reset

                                          Verify if the correct unit is chosen (of not selected, SA will try to autodetect)
                                          Verify if the cumulatedReading reflects the correct total value of your value reading, if not
                                          Stop SA
                                          Go to tab objects
                                          Enter expert mode
                                          Change the cumulatedReading
                                          Exit expert mode
                                          Ensure the start values are set correctly
                                          Start SA
                                          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

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

                                          hg6806H Offline
                                          hg6806H Offline
                                          hg6806
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #222

                                          @dutchman sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                          Change the cumulatedReading

                                          Ich soll also hier den richtigen Wert eintragen?
                                          Habe ich das richtig verstanden?

                                          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

                                          630

                                          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
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe