Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Fragen zum Adapter SourceAnalystix

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    [gelöst] Fragen zum Adapter SourceAnalystix

    This topic has been deleted. Only users with topic management privileges can see it.
    • Lenny.CB
      Lenny.CB Most Active @Homoran last edited by

      @homoran sagte in Fragen zum Adapter SourceAnalystix:

      Workaround: per cron um 0:01 eine Leistung von 0.001W in den DP schreiben

      in welchen DP? Den vom Shelly?

      crunchip 1 Reply Last reply Reply Quote 0
      • Lenny.CB
        Lenny.CB Most Active @crunchip last edited by

        @crunchip sagte in Fragen zum Adapter SourceAnalystix:

        @lenny-cb vom DP unter "0_userdata"

        {
          "common": {
            "name": "HZ-Heizstab_total",
            "desc": "Manuell erzeugt",
            "role": "state",
            "type": "number",
            "read": true,
            "write": true,
            "def": 0,
            "custom": {
              "sourceanalytix.0": {
                "enabled": true,
                "selectedUnit": "W",
                "deviceResetLogicEnabled": true,
                "threshold": 1,
                "start_day": 0,
                "start_week": 0,
                "start_month": 0,
                "start_quarter": 0,
                "start_year": 0,
                "consumption": true
              }
            }
          },
          "type": "state",
          "native": {},
          "_id": "0_userdata.0.Energyflow.HZ-Heizstab_total",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1731842435346
        }
        
        crunchip paul53 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Lenny.CB last edited by

          @lenny-cb in dem, den du in SA angegeben hast

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

            @lenny-cb in deinem DP fehlt die Preisdefinition, sollte eigentlich eine Meldung im Log erscheinen, oder hast du ohne Kostenberechnung?

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Lenny.CB last edited by Homoran

              @lenny-cb sagte in Fragen zum Adapter SourceAnalystix:

              wovon brauchst Du die Konfig?

              von den sourceanalytix Einstellungen im auszuwertenden Datenpunkt unter 0_userdata.0

              Lenny.CB 2 Replies Last reply Reply Quote 0
              • paul53
                paul53 @Lenny.CB last edited by paul53

                @lenny-cb sagte: "selectedUnit": "W",

                Laut ID sollte es ein Energiewert sein (kWh)?

                Lenny.CB 1 Reply Last reply Reply Quote 1
                • Lenny.CB
                  Lenny.CB Most Active @Homoran last edited by

                  @crunchip sagte in Fragen zum Adapter SourceAnalystix:

                  @lenny-cb in deinem DP fehlt die Preisdefinition, sollte eigentlich eine Meldung im Log erscheinen, oder hast du ohne Kostenberechnung?

                  nein, "Kosten berechnen" ist in den SA-Einstellungen nicht ausgewählt. Brauche ich auch nicht.

                  ABER, wähle ich da was aus, wird der Objektbaum "sourceanalytix.0.0_userdata__0__Energyflow__HZ-Heizstab_total" angelegt.
                  Kaum macht man es richtig, geht es auch.
                  Hätte nie gedacht, dass man eine Preisdefinition auswählen muss, wenn man die Kosten nicht berechnen will.

                  crunchip 1 Reply Last reply Reply Quote 0
                  • Lenny.CB
                    Lenny.CB Most Active @Homoran last edited by

                    @homoran sagte in Fragen zum Adapter SourceAnalystix:

                    @lenny-cb sagte in Fragen zum Adapter SourceAnalystix:

                    wovon brauchst Du die Konfig?

                    von den sourceanalytix Einstellungen im auszuwertenden Datenpunkt unter 0_userdata.0

                    6ee55fe2-1fbf-45c0-bcc9-bc211bf18b40-image.png
                    Fehler ist gefunden. 🙂

                    1 Reply Last reply Reply Quote 0
                    • Lenny.CB
                      Lenny.CB Most Active @paul53 last edited by

                      @paul53 sagte in Fragen zum Adapter SourceAnalystix:

                      @lenny-cb sagte: "selectedUnit": "W",

                      Laut ID sollte es ein Energiewert sein (kWh)?

                      SA soll natürlich "kWh" am Ende ausgeben. Ausgewertet wird ein Feld in dem eine Leistung in "W" geschrieben wird.

                      paul53 1 Reply Last reply Reply Quote 0
                      • paul53
                        paul53 @Lenny.CB last edited by

                        @lenny-cb sagte: Ausgewertet wird ein Feld in dem eine Leistung in "W"

                        Mich irritierte der Begriff "Energyflow" anstelle von "Power".

                        Lenny.CB 1 Reply Last reply Reply Quote 0
                        • Lenny.CB
                          Lenny.CB Most Active @paul53 last edited by

                          @paul53 sagte in [gelöst] Fragen zum Adapter SourceAnalystix:

                          @lenny-cb sagte: Ausgewertet wird ein Feld in dem eine Leistung in "W"

                          Mich irritierte der Begriff "Energyflow" anstelle von "Power".

                          nene, das ist eine Ordner "Energyflow" unter "0_userdata". Dort landen alle berechneten Leistungen für den Adapter Energyflow

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

                            @lenny-cb sagte in [gelöst] Fragen zum Adapter SourceAnalystix:

                            Hätte nie gedacht, dass man eine Preisdefinition auswählen muss, wenn man die Kosten nicht berechnen will.

                            doch, weil da ja die Unit mit hinterlegt ist, damit der Adapter weiß was er berechnen soll, worauf dann der nächste "Rechenfehler" entsteht, da wie schon Paul erwähnte, die falsche Unit gewählt wurde.

                            @lenny-cb sagte in [gelöst] Fragen zum Adapter SourceAnalystix:

                            HZ-Heizstab_total

                            schließt auf Gesamtzähler

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            953
                            Online

                            31.6k
                            Users

                            79.5k
                            Topics

                            1.3m
                            Posts

                            4
                            16
                            455
                            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