Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [SourceAnalytix 0.4.8-Final] 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

    [SourceAnalytix 0.4.8-Final] Released !

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TT-Tom @crunchip last edited by

      @crunchip okay, danke

      K 1 Reply Last reply Reply Quote 0
      • K
        Kanumouse @TT-Tom last edited by

        Hi,
        ich habe auch eine Frage.
        Ich verarbeite den Gaszählerstand und habe dafür sourceanalytixs eingerichtet.
        Bei der Einstellung habe ich Gas und die Einheit m³ angegeben,
        Wenn ich mir den sourceanalytixs-Datenpunkt ansehe, erscheint aber dort kWh.
        Hat Jemand dafür eine Erklärung?

        K 1 Reply Last reply Reply Quote 0
        • K
          Kanumouse @Kanumouse last edited by

          Ok, ich habe meinen Fehler erkannt.
          Ich habe bei der Preisdefinition der Instanz eine falsche Einheit angegeben.
          Beim Datenpunkt war sie richtig, also Problem gelöst.

          1 Reply Last reply Reply Quote 0
          • M-A Hueb
            M-A Hueb last edited by

            Hallo,

            ich nutze schon ne Weile den Adapter und finde den auch echt toll.
            Jetzt geht demnächst meine PV-Anlage in Betrieb und ich bekomme nen neuen Zähler.
            Gibt es hierzu ein Best-Practice wie man da vorgeht?

            crunchip 1 Reply Last reply Reply Quote 0
            • A
              arnold last edited by

              Ich nutze SA für PV Anlage ,mit Anlauf Schwierigkeiten habe ich auch verstanden .
              Jetzt wollte ich noch Gas erfassen, aber es werden keine daten geschrieben Tage Monate alles "0"
              1e2176e0-514d-4367-a51a-3bbd76396bfb-image.png

                "common": {
                  "name": "GaszählerStand M3",
                  "desc": "Manuell erzeugt",
                  "role": "value",
                  "type": "string",
                  "read": true,
                  "write": true,
                  "def": "",
                  "custom": {
                    "sourceanalytix.0": {
                      "enabled": true,
                      "selectedUnit": "m³",
                      "deviceResetLogicEnabled": true,
                      "threshold": 1,
                      "start_day": 27798.49,
                      "start_week": 27777.11,
                      "start_month": 27784.24,
                      "start_quarter": 27471,
                      "start_year": 27471,
                      "costs": true,
                      "consumption": true,
                      "meter_values": true,
                      "alias": "GasVerbrauch",
                      "selectedPrice": "Gas",
                      "valueAtDeviceInit": null,
                      "valueAtDeviceReset": 27802.42
                    }
                  }
                },
              
              

              cumulativeReading habe ich auf 27802.42 (Zahler stand aktuell )

              2b470ed8-bdec-4dad-af9c-76971c3c4a9b-image.png

              wie so wirden keine Daten geschrieben ?

              crunchip 1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @arnold last edited by

                @arnold schau mal im Jahresordner nach

                A 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @M-A Hueb last edited by

                  @m-a-hueb sagte in [SourceAnalytix 0.4.8-Final] Released !:

                  Best-Practice wie man da vorgeht?

                  Je nachdem unterschiedlich.

                  1 Reply Last reply Reply Quote 0
                  • M-A Hueb
                    M-A Hueb last edited by

                    @crunchip Heisst? Muss ich irgendwo den neuen Wert eintragen? oder ein neues Gerät registrieren

                    crunchip 1 Reply Last reply Reply Quote 0
                    • A
                      arnold @crunchip last edited by

                      @crunchip manuel erzeugte Daten Pünt für Gas
                      6965e39e-1e56-4493-8393-932ddaba129a-image.png
                      75edabcd-1fc8-4302-8364-f6c7a37d3cc8-image.png
                      alle werte "0" nur cumulativeReading hat aktuellen Zähler stand 27802.42

                      crunchip 1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @M-A Hueb last edited by

                        @m-a-hueb hast du nen alias im Adapter vergeben oder loggst du sogar nen alias anstatt den original DP?

                        M-A Hueb 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @arnold last edited by

                          @arnold ich meinte eigentlich currentYear
                          Manuel erzeugter DP, bin mir gerade nicht sicher ob es am Typ string liegt

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            arnold @crunchip last edited by

                            @crunchip said in [SourceAnalytix 0.4.8-Final] Released !:

                            currentYear

                            Alle auch currentYear 0 ,nichts in minus alle 0 wird nichts geschrieben außer PV .
                            Manuel erzeugter DP ist state value

                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @arnold last edited by crunchip

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

                              Manuel erzeugter DP ist state value

                              string

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

                              "common": { "name": "GaszählerStand M3", "desc": "Manuell erzeugt", "role": "value", "type": "string", "read": true, "write": true, "def": "",

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                arnold @crunchip last edited by

                                @crunchip
                                habe Type von string auf number und role value auf sensor geändert bringt nichts

                                {
                                  "common": {
                                    "name": "GaszählerStand M3",
                                    "desc": "Manuell erzeugt",
                                    "role": "sensor",
                                    "type": "number",
                                    "read": true,
                                    "write": true,
                                    "def": "",
                                    "custom": {
                                      "sourceanalytix.0": {
                                        "enabled": true,
                                        "selectedUnit": "m³",
                                        "deviceResetLogicEnabled": true,
                                        "threshold": 1,
                                        "start_day": 27807.37,
                                        "start_week": 27777.11,
                                        "start_month": 27784.24,
                                        "start_quarter": 27471,
                                        "start_year": 27471,
                                        "costs": true,
                                        "consumption": true,
                                        "meter_values": true,
                                        "alias": "GasVerbrauch",
                                        "selectedPrice": "Gas",
                                        "valueAtDeviceInit": null,
                                        "valueAtDeviceReset": 27807.37,
                                        "cumulativeValue": 27807.37
                                      }
                                    }
                                  },
                                  "type": "state",
                                  "native": {},
                                  "_id": "Virtuellgeräte.0.GasZähler.GaszählerStand_M3",
                                  "acl": {
                                    "object": 1636,
                                    "state": 1636,
                                    "owner": "system.user.admin",
                                    "ownerGroup": "system.group.administrator"
                                  },
                                  "from": "system.adapter.sourceanalytix.0",
                                  "user": "system.user.admin",
                                  "ts": 1677970800322
                                }
                                

                                d24d5a12-f110-407d-9f0a-67c0dbbd8e3b-image.png
                                daten punkte werden in SA erzeugt aber alle mit 0 Einheit m³ ist auch gleich

                                PV funktioniert weiter
                                9120198f-1a23-49b6-8b33-45c2e6d2c044-image.png

                                crunchip 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @arnold last edited by

                                  @arnold probier es im DP mal mit

                                  "unit": "m3"
                                  
                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    arnold @crunchip last edited by

                                    @crunchip
                                    gefunden im DP Gaszähler war Punkt "."🙄 geändert auf Komma und schon läufts

                                    1 Reply Last reply Reply Quote 1
                                    • M-A Hueb
                                      M-A Hueb @crunchip last edited by

                                      @crunchip Alias hab ich auf den einzelnen Sourceanalytx-Datenpunkten, sowohl Verbrauch als auch Kosten.
                                      Auch den aktuellen Zählerstand hab ich als Alias.
                                      Logging leider nur auf dem orginalen DP

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @M-A Hueb last edited by

                                        @m-a-hueb sagte in [SourceAnalytix 0.4.8-Final] Released !:

                                        Auch den aktuellen Zählerstand hab ich als Alias.
                                        Logging leider nur auf dem orginalen DP

                                        Ergibt ja irgendwie keinen Sinn. Für was einen alias wenn du letztendlich doch den original DP loggst.

                                        Theoretisch kannst du den neuen Zähler einfach tauschen, musst halt SA den "abweichenden" Zählerstand bekannt machen.

                                        Weiter oben im Thread gibt's auch ein Script, das loggen von einem auf nen anderen DP umzumünzen.

                                        metaxa M-A Hueb 2 Replies Last reply Reply Quote 0
                                        • metaxa
                                          metaxa @crunchip last edited by metaxa

                                          55df1bf2-fdf0-47ed-8e34-c29f6f47570e-image.png
                                          Ich habe schon mal paar Steine zum Werfen zusammengetragen.

                                          Nach einem Stromausfall stimmen etliche meiner Daten nicht mehr.

                                          Diese ~1.700 Beiträge 2x rauf und runter gelesen und paar Sachen auch probiert, damit habe ich es aber verschlimmbessert. Jetzt habe ich schon Werte für morgen stehen 😞 Auch diesen Beitrag habe ich mir zu Herzen genommen.
                                          Sorry für meinen Verzweiflungspost hier!

                                          3 HM- + 1 Tasmota Devices sind betroffen. Beispiel:

                                          Check settings for hm-rpc.0.KEQ0965973.2.ENERGY_COUNTER ! Known valueAtDeviceReset : (65.6024) > known cumulative value (13.4922) cannot proceed
                                          

                                          Der zu spät erkannte Stromausfall war letzte Woche am 3.3., der letzte kontinuierliche Wert: Waschmaschine 3.3. 14:57 52110,5 Wh

                                          2f0e6da5-a6c9-4f36-a9d5-1a24ac518e61-image.png

                                          {
                                            "type": "state",
                                            "common": {
                                              "def": 0,
                                              "type": "number",
                                              "read": true,
                                              "write": false,
                                              "min": 0,
                                              "max": 838860.7,
                                              "unit": "Wh",
                                              "name": "ZSM Waschmaschine:2.ENERGY_COUNTER",
                                              "custom": {
                                                "sourceanalytix.0": {
                                                  "enabled": true,
                                                  "selectedUnit": "Wh",
                                                  "deviceResetLogicEnabled": true,
                                                  "threshold": 1,
                                                  "start_day": 459.7,
                                                  "start_week": 454,
                                                  "start_month": 0,
                                                  "start_quarter": 0,
                                                  "start_year": 0,
                                                  "costs": true,
                                                  "consumption": true,
                                                  "basicRate": true,
                                                  "alias": "Waschmaschine",
                                                  "selectedPrice": "ElectricityDay",
                                                  "meter_values": true,
                                                  "valueAtDeviceReset": 0,
                                                  "valueAtDeviceInit": 0.4612
                                                };
                                          

                                          Kann mir bitte irgendwer helfen, dieses Beispiel wieder gerade zu richten? Tägliche Zählerstände und Verbrauchswerte stehen mir in SQL zur Verfügung.

                                          LG, mxa

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active last edited by crunchip

                                            @metaxa welchen Wert hat denn aktuell dein hm-rpc.0.KEQ0965973.2.ENERGY_COUNTER?

                                            metaxa 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            930
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            180
                                            2279
                                            987554
                                            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