Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Major Update] SourceAnalytix v0.4.7-beta.0 released !

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Major Update] SourceAnalytix v0.4.7-beta.0 released !

    This topic has been deleted. Only users with topic management privileges can see it.
    • Dutchman
      Dutchman Developer Most Active Administrators @Berchemer last edited by

      @Berchemer sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

      Ich gehe recht in der Annahme, dass die Fehlermeldung über noch nicht implementierte Literberechnung stimmt und der Adapter somit für Ölverbrauchsanalyse derzeit (noch?) nicht nutzbar ist?

      Nein das sollte gehen, kannst mir bitte den log Fehler + raw Daten deines datenpunktes schicken dan Spiel ich das mal mach

      B 2 Replies Last reply Reply Quote 0
      • B
        Berchemer @Dutchman last edited by

        @Dutchman

        Die 0.4.0er scheint tatsächlich Daten anzulegen.
        Nur kommt immer folgende Fehlermeldung im LOG:

        Case error : 0_userdata.0.Energie.Heizoel.Oelmenge_tagesverbrauch received for calculation with unit : Liter which is currenlty not (yet) supported
        

        Und ja... auch die angelegten Objekte haben als UNIT-Definition Kubikmeter. Aber das sind ja eh nur Kleinigkeiten.
        Ich war nur wegen der ständigen Fehlermeldung irritiert 😉

        1 Reply Last reply Reply Quote 0
        • B
          Berchemer @Dutchman last edited by

          @Dutchman

          Hier die Rawdaten des Datenpunktes:

          {
            "type": "state",
            "common": {
              "type": "number",
              "read": true,
              "write": true,
              "def": 0,
              "name": "Heizöl - Bisher am Tag verbrauchte Menge",
              "role": "state",
              "unit": "Liter",
              "custom": {
                "sql.0": {
                  "enabled": true,
                  "changesOnly": true,
                  "debounce": "1000",
                  "retention": 0,
                  "changesRelogInterval": 0,
                  "changesMinDelta": 0,
                  "storageType": "",
                  "aliasId": ""
                },
                "sourceanalytix.0": {
                  "enabled": true,
                  "alias": "",
                  "state_type": "kWh_consumption",
                  "state_unit": "l",
                  "costs": true,
                  "consumption": true,
                  "meter_values": true,
                  "start_day": 0,
                  "start_week": 0,
                  "start_month": 0,
                  "start_quarter": 0,
                  "start_year": 0,
                  "valueAtDeviceReset": 0
                }
              }
            },
            "native": {},
            "from": "system.adapter.sourceanalytix.0",
            "user": "system.user.admin",
            "ts": 1586360640048,
            "_id": "0_userdata.0.Energie.Heizoel.Oelmenge_tagesverbrauch",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          
          crunchip Dutchman 2 Replies Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Berchemer last edited by

            @Berchemer dein Datenpunkt gibt Liter aus, du hast aber kwh als Unit im Adapter ausgewählt, wenn ich das richtig sehe.

            1 Reply Last reply Reply Quote 0
            • Dutchman
              Dutchman Developer Most Active Administrators @Berchemer last edited by Dutchman

              @Berchemer sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

              "unit": "Liter",                                                                                                                                                                            
              

              eh unit Liter ? was ist das den, wen dan sollt das " l " (also L klingeschrieben) sein 😂

              setze mal manuell auf Liter :

              Schermafbeelding 2020-04-08 om 19.54.15.png

              B 1 Reply Last reply Reply Quote 0
              • B
                Berchemer @Dutchman last edited by

                @Dutchman
                Alles klar... Kleines l hat es wohl gebracht. Danke!

                Dutchman 1 Reply Last reply Reply Quote 1
                • Dutchman
                  Dutchman Developer Most Active Administrators @Berchemer last edited by

                  @Berchemer sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                  @Dutchman
                  Alles klar... Kleines l hat es wohl gebracht. Danke!

                  Da das kan man spaeter dynamisch per Tabelle eintragen fuer jetzt halte ich mich an die "offiziellen" units 😛

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephan2k last edited by stephan2k


                    MEIN DENKFEHLER, sorry 🙂 Kann den Post leider nicht löschen.
                    Alles funktioniert bestens, vielen Dank für den tollen Adapter!

                    -> Ich dachte bei Current_Reading sieht man was er aktuell für einen Wert schreibt. Aber hier Summiert er wohl auch schon den aktuellen Tag


                    Hallo zusammen,

                    ich hab ein Problem mit dem 0.4.0 Adapter.
                    Ich hab das Gefühl er schreibt bei der Netzeinspeisung den doppelten Wert.
                    wert1.png

                    Hier der Wert von dem Datenpunkt der eingelesen wird:
                    Screenshot etwas Zeitversetzt
                    wert2.png

                    Wenn ich bei den Datenpunkt PV_Netzeinspeisung Sourceanalytix deaktiviere, werden keine Daten mehr geschrieben. Also nimmt er den Wert nicht von 2 Unterschiedlichen Punkten.

                    Hier noch das Loggin Setup für PV_Netzeinspeisung
                    wert3.png

                    Wo liegt mein Fehler? Was mach ich Falsch

                    #########
                    Und noch eine zweite Frage, sollte er die Werte unter Objekte nicht addieren unter weeks / quarter / etc
                    wert4.png

                    Dutchman 1 Reply Last reply Reply Quote 0
                    • Dutchman
                      Dutchman Developer Most Active Administrators @stephan2k last edited by

                      @stephan2k sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                      Und noch eine zweite Frage, sollte er die Werte unter Objekte nicht addieren unter weeks / quarter / etc

                      addieren ? nein deine startwerte sind überall null also rechnet er den kompletten Verbrauch auf allen Perioden.
                      Du musst den jahres, Wochen, Monats Anfang usw eintragen

                      @stephan2k sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                      Wenn ich bei den Datenpunkt PV_Netzeinspeisung Sourceanalytix deaktiviere, werden keine Daten mehr geschrieben. Also nimmt er den Wert nicht von 2 Unterschiedlichen Punkten.

                      verstehe ich nicht ... du hast 2 Datenpunkte, diese erstellen unter SA 2 Ordner.
                      Ich sehe das einer nich geschrieben wird, frage ist warum es sollte was im log kommen dan ?

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        stephan2k @Dutchman last edited by

                        @Dutchman sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                        ne zweite Frage, sollte er die Werte unter Objekte nicht addie

                        Hallo Dutchman,
                        danke für deine Antwort.

                        Ich hatte das Thema oben bearbeitet, meine Fragen hatten sich erledigt. Hatte dein System nicht richtig verstanden.
                        Aber jetzt läufts prima.

                        Kurz zu meinen 2 Datenpunkten:
                        Ich habe nur einen Innogy Zweiwegezähler (PowerinWatt). In diesem einen Datenpunkt habe ich meinen Strombezug (postive Zahlen) und meine Einspeisung (negative Zahlen).
                        Durch einen anderen Thread im Forum wurde durch ein Blockly ein Workaround geschaffen

                        PowerinWatt positve Zahlen => schreibt den Wert in PV_Netzbetzug
                        PowerinWatt negative Zahlen => schreibt den Wert in PV_Netzeinspeisung

                        Danke für deinen tollen Adapter

                        1 Reply Last reply Reply Quote 0
                        • sigi234
                          sigi234 Forum Testing Most Active @Dutchman last edited by sigi234

                          @Dutchman

                          V 0.4.1
                          Hallo, nach update des js-controller auf V 3.0.6 kommt das :

                          sourceanalytix.0	2020-04-12 09:34:30.486	warn	(34788) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.32 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                          sourceanalytix.0	2020-04-12 09:34:30.483	warn	(34788) This object will not be created in future versions. Please report this to the developer.
                          

                          Soll ich auf Git eine issues erstellen, oder reicht das hier im Forum?

                          Homer.J. Dutchman 2 Replies Last reply Reply Quote 1
                          • Homer.J.
                            Homer.J. @sigi234 last edited by

                            @sigi234 hab ich auch bei jeden angelegten Datenpunkt.

                            1 Reply Last reply Reply Quote 0
                            • Dutchman
                              Dutchman Developer Most Active Administrators @sigi234 last edited by

                              @sigi234 sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                              @Dutchman
                              V 0.4.1
                              Hallo, nach update des js-controller auf V 3.0.6 kommt das :
                              sourceanalytix.0 2020-04-12 09:34:30.486 warn (34788) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.32 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-12 09:34:30.483 warn (34788) This object will not be created in future versions. Please report this to the developer.
                              Soll ich auf Git eine issues erstellen, oder reicht das hier im Forum?

                              danke das sieht nach nem false positive von JS-controller 3.0 aus, mach bitte issue bei meinem adapter

                              sigi234 1 Reply Last reply Reply Quote 0
                              • sigi234
                                sigi234 Forum Testing Most Active @Dutchman last edited by

                                @Dutchman sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                                danke das sieht nach nem false positive von JS-controller 3.0 aus, mach bitte issue bei meinem adapter

                                Erledigt:

                                https://github.com/iobroker-community-adapters/ioBroker.sourceanalytix/issues/134

                                sigi2345 created this issue in iobroker-community-adapters/ioBroker.sourceanalytix

                                closed Warn Meldung nach js-controller Test 3.0.6 #134

                                1 Reply Last reply Reply Quote 0
                                • G
                                  guergen last edited by

                                  Jetzt mal eine "dumme" Frage:
                                  Ich würde den Adapter auch gene updaten, nur steht im Readme:
                                  To-Do : Migration from < 0.4.0 to new datastructure

                                  Muss ich da vorher was tun?
                                  Oder soll das heissen, es gibt nur den Weg zu 0.4 und nicht wieder zurück....

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    guergen last edited by

                                    OK, hab grade nen Snapshot gemacht, da kann ich ja immer wieder mit zurück... Frage selbst beantwortet...

                                    Aber das Update läuft nicht durch:

                                    $ ./iobroker upgrade sourceanalytix
                                    Update sourceanalytix from @0.3.0 to @0.4.1
                                    NPM version: 6.14.4
                                    npm install iobroker.sourceanalytix@0.4.1 --loglevel error --prefix "/opt/iobroker" (System call)
                                    npm
                                     ERR! 
                                    code
                                     ETARGET
                                    npm
                                     ERR! notarget
                                     No matching version found for iobroker.sourceanalytix@0.4.1.npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.
                                    
                                    npm ERR!
                                     A complete log of this run can be found in:
                                    npm 
                                    ERR!
                                         /home/iobroker/.npm/_logs/2020-04-12T12_05_42_021Z-debug.log
                                    upload [9] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/words.js words.js application/javascript
                                    upload [8] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/tsconfig.json tsconfig.json application/json
                                    upload [7] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/style.css style.css text/css
                                    upload [6] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/sourceanalytix.png sourceanalytix.png image/png
                                    upload [5] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/settings_open.png settings_open.png image/png
                                    upload [4] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/settings_details.png settings_details.png image/png
                                    upload [3] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/index_m.html index_m.html text/html
                                    upload [2] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/custom_m.html custom_m.html text/html
                                    upload [1] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/button.png button.png image/png
                                    upload [0] sourceanalytix.admin /opt/iobroker/node_modules/iobroker.sourceanalytix/admin/admin.d.ts admin.d.ts video/mp2t
                                    Adapter "sourceanalytix" updated
                                    process exited with code 0
                                    
                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      MarcJ @guergen last edited by

                                      @guergen Ja, bei mir gleiche Meldung. Bin gespannt, was wir falsch machen 🙂

                                      Dutchman 1 Reply Last reply Reply Quote 0
                                      • Dutchman
                                        Dutchman Developer Most Active Administrators @MarcJ last edited by Dutchman

                                        @MarcJ sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                                        @guergen Ja, bei mir gleiche Meldung. Bin gespannt, was wir falsch machen 🙂

                                        nichts sorry mein Fehler

                                        ich. habe die version wegen einem schwerwiegenden bug zurückgezogen, morgen ist 0.4.2 zum install bereit

                                        sorry leutz 😲

                                        @guergen sagte in [Major Update] SourceAnalytix 0.4.0 complete code rebuild:

                                        No matching version found for iobroker.sourceanalytix@0.4.1.npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.

                                        Homer.J. 1 Reply Last reply Reply Quote 0
                                        • Homer.J.
                                          Homer.J. @Dutchman last edited by Negalein

                                          Morgen @Dutchman kann es sein das dass zurücksetzen der Werte eventuell nur vom Sonntag zum Montag nicht funktioniert, hab es heut schon wieder das er durchzählt.
                                          Hier mal noch die Ausgabe 00:00 Uhr.
                                          Grüße

                                          2020-04-13 00:00:00.010 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D3C98DD8B9.6.ENERGY_COUNTER before reset : {"currentValuekWh":4.176,"start_day":0,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.018 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D3C98DD8B9.6.ENERGY_COUNTER after reset : {"currentValuekWh":4.176,"start_day":4.176,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.019 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D3C99CB161.6.ENERGY_COUNTER before reset : {"currentValuekWh":0,"start_day":0,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.019 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D3C99CB161.6.ENERGY_COUNTER after reset : {"currentValuekWh":0,"start_day":0,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.020 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D7098D9B8D.6.ENERGY_COUNTER before reset : {"currentValuekWh":0,"start_day":0,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.020 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.0001D7098D9B8D.6.ENERGY_COUNTER after reset : {"currentValuekWh":0,"start_day":0,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.021 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.00085A498C04BC.7.ENERGY_COUNTER before reset : {"currentValuekWh":4.882,"start_day":4.8818,"start_month":4.6114,"start_quarter":4.6114,"start_week":4.758,"start_year":0.8919,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.021 - error: sourceanalytix.0 (597) startvalues for hm-rpc.2.00085A498C04BC.7.ENERGY_COUNTER after reset : {"currentValuekWh":4.882,"start_day":4.882,"start_month":4.6114,"start_quarter":4.6114,"start_week":4.758,"start_year":0.8919,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.022 - error: sourceanalytix.0 (597) startvalues for javascript.0.Vis.Anzeige.Stromverbrauch before reset : {"currentValuekWh":609.2,"start_day":610.967,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.022 - error: sourceanalytix.0 (597) startvalues for javascript.0.Vis.Anzeige.Stromverbrauch after reset : {"currentValuekWh":609.2,"start_day":609.2,"start_month":0,"start_quarter":0,"start_week":0,"start_year":0,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.022 - error: sourceanalytix.0 (597) startvalues for smartmeter.0.1-0:1_8_0__255.value before reset : {"currentValuekWh":1065.522,"start_day":1065.522,"start_month":938.76543306,"start_quarter":938.76543306,"start_week":1002.22821091,"start_year":-172,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.023 - error: sourceanalytix.0 (597) startvalues for smartmeter.0.1-0:1_8_0__255.value after reset : {"currentValuekWh":1065.522,"start_day":1065.522,"start_month":938.76543306,"start_quarter":938.76543306,"start_week":1002.22821091,"start_year":-172,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.023 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_1 before reset : {"currentValuekWh":1052.859,"start_day":1050.331,"start_month":922.975,"start_quarter":922.975,"start_week":986.1,"start_year":-172,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.023 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_1 after reset : {"currentValuekWh":1052.859,"start_day":1052.859,"start_month":922.975,"start_quarter":922.975,"start_week":986.1,"start_year":-172,"valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.024 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_2 before reset : {"currentValuekWh":10378.676,"start_day":10371.938,"start_month":10150.955,"start_quarter":10150.955,"start_week":10272.848,"start_year":"7700","valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.024 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_2 after reset : {"currentValuekWh":10378.676,"start_day":10378.676,"start_month":10150.955,"start_quarter":10150.955,"start_week":10272.848,"start_year":"7700","valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.024 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_3 before reset : {"currentValuekWh":2828.335,"start_day":2826.56,"start_month":2764.223,"start_quarter":2764.223,"start_week":2791.823,"start_year":"2200","valueAtDeviceReset":0}
                                          2020-04-13 00:00:00.025 - error: sourceanalytix.0 (597) startvalues for wiffi-wz.0.root.192_168_178_122.w_counter_3 after reset : {"currentValuekWh":2828.335,"start_day":2828.335,"start_month":2764.223,"start_quarter":2764.223,"start_week":2791.823,"start_year":"2200","valueAtDeviceReset":0}
                                          

                                          Dutchman 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @Dutchman last edited by sigi234

                                            @Dutchman

                                            Nach Update 0.4.2 die üblichen Warn:

                                            sourceanalytix.0	2020-04-13 10:10:52.115	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.115	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.53 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.106	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.106	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.53 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.100	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.100	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.53 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.091	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.090	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.52 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.084	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.084	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.52 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.077	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.076	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.52 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.068	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.067	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.51 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.062	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.062	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.51 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.054	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.053	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.51 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.048	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.048	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.50 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.040	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.040	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.50 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.035	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.034	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.50 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.027	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.027	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.49 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.021	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.021	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.49 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:52.013	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:52.012	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.49 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.995	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.994	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.48 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.984	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.984	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.48 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.968	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.968	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.48 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.960	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.959	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.47 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.951	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.951	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.47 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.941	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.941	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.47 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.932	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.931	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.46 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.915	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.914	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.46 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.904	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.904	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.46 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.884	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.884	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.45 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.872	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.871	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.45 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.844	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.844	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.45 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.815	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.814	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.44 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.790	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.790	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.44 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.760	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.760	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.44 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.728	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.728	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.43 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.698	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.698	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.43 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:51.661	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:51.661	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.43 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:50.943	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:50.943	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.costs.weeks.42 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:50.940	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:50.939	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.meterReadings.weeks.42 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:50.937	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            sourceanalytix.0	2020-04-13 10:10:50.937	warn	(30656) Object hm-rpc__0__NEQ1662322__2__ENERGY_COUNTER.2020.consumed.weeks.42 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number"
                                            sourceanalytix.0	2020-04-13 10:10:50.934	warn	(30656) This object will not be created in future versions. Please report this to the developer.
                                            
                                            Dutchman 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            722
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter sourceanalytix testen update
                                            103
                                            1082
                                            302130
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo