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. Test Adapter SourceAnalytix v0.2.x

NEWS

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

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

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

Test Adapter SourceAnalytix v0.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
adaptertest
958 Beiträge 103 Kommentatoren 290.4k Aufrufe 71 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • DutchmanD Dutchman

    @JB_Sullivan sagte in Test Adapter SourceAnalytix v0.2.x:

    Hat jemand eine Idee dazu?

    hi, was hast du hier auswaehlt ?

    Schermafbeelding 2019-11-17 om 17.44.06.png

    JB_SullivanJ Offline
    JB_SullivanJ Offline
    JB_Sullivan
    schrieb am zuletzt editiert von
    #802

    @Dutchman

    2019-11-17 17_48_26-Window.png

    ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

    DutchmanD 1 Antwort Letzte Antwort
    0
    • JB_SullivanJ JB_Sullivan

      @Dutchman

      2019-11-17 17_48_26-Window.png

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

      @JB_Sullivan sagte in Test Adapter SourceAnalytix v0.2.x:

      @Dutchman

      2019-11-17 17_48_26-Window.png

      gehe mal bitte bei diesen state auf dem schraubschlussel, dan unter raw und copy/paste mal den hinhält hier rein bitte

      1 Antwort Letzte Antwort
      0
      • JB_SullivanJ Offline
        JB_SullivanJ Offline
        JB_Sullivan
        schrieb am zuletzt editiert von
        #804
        {
          "_id": "sonoff.0.Waschmaschine.ENERGY_Total",
          "common": {
            "type": "number",
            "role": "value.power.consumption",
            "read": true,
            "write": false,
            "unit": "kWh",
            "name": "Waschmaschine ENERGY  Total",
            "custom": {
              "sourceanalytix.0": {
                "enabled": true,
                "alias": "",
                "state_type": "kWh_consumption",
                "costs": true,
                "consumption": true,
                "meter_values": false,
                "start_meassure": 5864,
                "start_day": 239.476,
                "start_week": 233.536,
                "start_month": 228.755,
                "start_quarter": 207.799,
                "start_year": 0,
                "state_unit": "kWh"
              }
            }
          },
          "native": {},
          "type": "state",
          "from": "system.adapter.sourceanalytix.0",
          "ts": 1573945200016,
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "user": "system.user.admin"
        }
        

        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

        1 Antwort Letzte Antwort
        0
        • DutchmanD Offline
          DutchmanD Offline
          Dutchman
          Developer Most Active Administrators
          schrieb am zuletzt editiert von
          #805

          @JB_Sullivan sagte in Test Adapter SourceAnalytix v0.2.x:

          kWh_consumption

          das ist der Datenpunkt von total, im error log ist der today.

          btw: du solltest auch den energy total auswerten und nicht today da dieser jeden tag auf 0 springt

          1 Antwort Letzte Antwort
          0
          • JB_SullivanJ Offline
            JB_SullivanJ Offline
            JB_Sullivan
            schrieb am zuletzt editiert von JB_Sullivan
            #806

            Sorry verklickt - der ist ja auch gleich darunter ;)

            {
              "_id": "sonoff.0.Waschmaschine.ENERGY_Today",
              "common": {
                "type": "number",
                "role": "value.power.consumption",
                "read": true,
                "write": false,
                "unit": "kWh",
                "name": "Waschmaschine ENERGY  Today",
                "custom": {
                  "sourceanalytix.0": {
                    "start_day": 0.87,
                    "start_week": 0.003,
                    "start_month": "0.977",
                    "start_quarter": "0.977"
                  }
                }
              },
              "native": {},
              "type": "state",
              "from": "system.adapter.sourceanalytix.0",
              "ts": 1573945200016,
              "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator"
              },
              "user": "system.user.admin"
            }
            

            Today ist auch gar nicht aktiviert

            2019-11-17 18_08_16-Window.png

            Today hole ich mir direkt aus dem Sonoff POW

            ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

            DutchmanD 1 Antwort Letzte Antwort
            0
            • JB_SullivanJ JB_Sullivan

              Sorry verklickt - der ist ja auch gleich darunter ;)

              {
                "_id": "sonoff.0.Waschmaschine.ENERGY_Today",
                "common": {
                  "type": "number",
                  "role": "value.power.consumption",
                  "read": true,
                  "write": false,
                  "unit": "kWh",
                  "name": "Waschmaschine ENERGY  Today",
                  "custom": {
                    "sourceanalytix.0": {
                      "start_day": 0.87,
                      "start_week": 0.003,
                      "start_month": "0.977",
                      "start_quarter": "0.977"
                    }
                  }
                },
                "native": {},
                "type": "state",
                "from": "system.adapter.sourceanalytix.0",
                "ts": 1573945200016,
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "user": "system.user.admin"
              }
              

              Today ist auch gar nicht aktiviert

              2019-11-17 18_08_16-Window.png

              Today hole ich mir direkt aus dem Sonoff POW

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

              @JB_Sullivan sagte in Test Adapter SourceAnalytix v0.2.x:

              Today hole ich mir direkt aus dem Sonoff POW

              wen today nicht aktiviert ist warum kommt er dan im log ? ;)

              1 Antwort Letzte Antwort
              0
              • JB_SullivanJ Offline
                JB_SullivanJ Offline
                JB_Sullivan
                schrieb am zuletzt editiert von
                #808

                Ähhmmmm - möglicherweise ist das ein Wink mit dem Zaunpfahl?!?!? Aber ich verstehe den gerade nicht :disappointed:

                ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                1 Antwort Letzte Antwort
                0
                • JB_SullivanJ Offline
                  JB_SullivanJ Offline
                  JB_Sullivan
                  schrieb am zuletzt editiert von JB_Sullivan
                  #809

                  Sorry wenn ich hier nochmal rein grätschen muss.

                  Ich habe jetzt die ganze Woche versucht das Verhalten des Adapters zu ergründen. Für mein dafür halten sind alle meine Einstellungen korrekt.

                  2019-11-24 11_04_49-Window.png

                  2019-11-24 11_03_51-Window.png

                  Ich benutze für Sourceanalytix immer nur den Energie Total Wert den mir die jeweiligen Leistungsmesser ausgeben. Das was ich dann bei den Objekt Daten von Sourceanalytix finde, ist zumindest für MICH schlüssig.

                  2019-11-24 11_07_29-Window.png

                  Darum verstehe ich auch nicht, warum mir im LOG immer wieder diese Meldung ausgegeben wird. Offensichtlich gibt es hier Probleme mit der Berechnung der Kosten - zumindest verstehe ich diese Meldung so.

                  sourceanalytix.0	2019-11-24 11:08:30.104	error	(1428) Error in case handling of cost type identificaton : undefined
                  

                  Das interessante an der Meldung ist folgendes. Gestern habe ich den Adapter von Info auf Debug umgestellt.
                  Die oben gezeigte Meldung tauchte dann nur noch sporadisch auf und verschwand im laufe der Nacht ohne weiteres zutun komplett.

                  Heute Morgen habe ich dann wieder von Debug auf Info zurück gestellt und sofort hagelte es massiv die Meldung - das muss doch irgend eine Ursache haben. Also ich komme da einfach nicht weiter.


                  sourceanalytix.0 2019-11-24 11:09:29.081 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:09:29.081 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:09:13.120 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:09:13.104 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:09:12.161 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:09:12.146 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:42.100 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:42.084 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:30.104 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:30.089 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:24.102 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:24.087 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:15.135 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:15.119 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:14.130 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:14.112 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:08.079 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:08:08.064 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:58.139 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:58.123 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:52.105 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:52.104 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:42.116 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:42.100 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:38.094 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:38.078 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:36.082 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:36.066 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:26.081 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:26.066 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:23.095 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:23.080 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:22.546 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:22.529 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:11.081 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:11.065 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:10.121 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:10.121 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:07.073 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:07.058 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:04.072 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:07:04.057 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:55.105 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:55.090 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:54.194 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:54.178 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:50.092 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:50.092 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:48.112 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:48.097 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:41.077 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:41.062 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:38.171 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:38.154 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:34.117 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:34.117 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:32.123 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:32.107 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:22.101 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:22.101 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:18.110 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:18.095 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:16.100 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:16.100 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:07.085 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:07.070 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:06.095 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:06.079 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:01.067 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:06:01.067 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:50.108 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:50.092 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:49.118 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:49.103 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:46.101 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:46.101 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:43.105 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:43.090 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:34.105 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:34.105 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:29.109 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:29.094 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:18.083 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:18.067 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:17.108 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:17.093 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:14.093 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:14.077 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:12.100 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:12.085 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:02.109 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:02.094 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:01.119 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:05:01.103 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:58.101 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:58.085 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:56.108 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:56.093 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:46.087 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:46.071 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:45.127 error (1428) Error in case handling of cost type identificaton : undefined
                  sourceanalytix.0 2019-11-24 11:04:45.112 error (1428) Error in case handling of cost type identificaton : undefined

                  ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                  1 Antwort Letzte Antwort
                  0
                  • DutchmanD Offline
                    DutchmanD Offline
                    Dutchman
                    Developer Most Active Administrators
                    schrieb am zuletzt editiert von
                    #810

                    @JB_Sullivan kan ich mal per TeamViewer oder anydesk bei dir mit schauen ?

                    1 Antwort Letzte Antwort
                    0
                    • JB_SullivanJ Offline
                      JB_SullivanJ Offline
                      JB_Sullivan
                      schrieb am zuletzt editiert von
                      #811

                      Würde ich gerne, aber ich habe weder das eine noch das andere Programm installiert bzw. wüsste wie ich es benutzen muss.

                      ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                      1 Antwort Letzte Antwort
                      0
                      • DutchmanD Offline
                        DutchmanD Offline
                        Dutchman
                        Developer Most Active Administrators
                        schrieb am zuletzt editiert von
                        #812

                        kannst ja mal hier vorbei schauen : https://www.youtube.com/watch?v=wQEoM5HW_ns

                        1 Antwort Letzte Antwort
                        0
                        • S Offline
                          S Offline
                          Sascha12
                          schrieb am zuletzt editiert von Sascha12
                          #813

                          Hallo,
                          ich würde gerne in dem Objektbaum in der obersten Ordnerebene den Namen Ändern, damit ich weiss, welches Gerät dort Daten liefert.
                          bc6f60f2-f948-4f46-8886-ea702b3df749-image.png
                          Aber so wie ich es eingetragen habe zum Test, ist es bis morgen wieder Überschrieben mit dem originalen "Power".

                          Eine Idee wie ich die Zuordnung meiner Geräte hinbekomme?

                          EDIT: Erledigt. Man muss einfach mehr rumklicken und Testen. Man kann ja einen Alias vergeben am original Datenpunkt.
                          :-)

                          VG Sascha

                          DutchmanD 1 Antwort Letzte Antwort
                          0
                          • S Sascha12

                            Hallo,
                            ich würde gerne in dem Objektbaum in der obersten Ordnerebene den Namen Ändern, damit ich weiss, welches Gerät dort Daten liefert.
                            bc6f60f2-f948-4f46-8886-ea702b3df749-image.png
                            Aber so wie ich es eingetragen habe zum Test, ist es bis morgen wieder Überschrieben mit dem originalen "Power".

                            Eine Idee wie ich die Zuordnung meiner Geräte hinbekomme?

                            EDIT: Erledigt. Man muss einfach mehr rumklicken und Testen. Man kann ja einen Alias vergeben am original Datenpunkt.
                            :-)

                            VG Sascha

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

                            @Sascha12 sagte in Test Adapter SourceAnalytix v0.2.x:

                            EDIT: Erledigt. Man muss einfach mehr rumklicken und Testen. Man kann ja einen Alias vergeben am original Datenpunkt.

                            :blush:

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

                              Moin!

                              Eigentlich kann man doch auch den Internet-Traffic einer Fritzbox (oder anderen) zu erfassen, oder?

                              Bevor aber hier was gemacht wird, wäre wichtiger die Perioden einzubauen. Ich glaube da warten schon viele drauf.

                              1 Antwort Letzte Antwort
                              0
                              • B Offline
                                B Offline
                                bommel_030
                                schrieb am zuletzt editiert von
                                #816

                                @Dutchman
                                Wie sieht es denn aus mit den Perioden? So langsam nähert sich der Jahreswechsel und ich überlege wie ich die Daten zum Jahreswechsel dann speicher.
                                Meinst du da kommt dieses Jahr noch ein passendes Update oder besser auf manuell sichern einstellen?

                                DutchmanD H 2 Antworten Letzte Antwort
                                0
                                • B bommel_030

                                  @Dutchman
                                  Wie sieht es denn aus mit den Perioden? So langsam nähert sich der Jahreswechsel und ich überlege wie ich die Daten zum Jahreswechsel dann speicher.
                                  Meinst du da kommt dieses Jahr noch ein passendes Update oder besser auf manuell sichern einstellen?

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

                                  @bommel_030 sagte in Test Adapter SourceAnalytix v0.2.x:

                                  Meinst du da kommt dieses Jahr noch ein passendes Update oder besser auf manuell sichern einstellen?

                                  da komst ein passendes update zu im december

                                  1 Antwort Letzte Antwort
                                  0
                                  • B Offline
                                    B Offline
                                    bommel_030
                                    schrieb am zuletzt editiert von
                                    #818

                                    @Dutchman
                                    Danke, das klingt super. Wenn du vorher noch Versuchskaninchen brauchst melde ich mich freiwillig.

                                    DutchmanD 1 Antwort Letzte Antwort
                                    0
                                    • B bommel_030

                                      @Dutchman
                                      Danke, das klingt super. Wenn du vorher noch Versuchskaninchen brauchst melde ich mich freiwillig.

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

                                      @bommel_030 sagte in Test Adapter SourceAnalytix v0.2.x:

                                      Danke, das klingt super. Wenn du vorher noch Versuchskaninchen brauchst melde ich mich freiwillig.

                                      die werden wir brauchen es wird nämlich ein major Change in den Datenpunkten, mehr dazu aber später bin noch dabei die Struktur zu vervolstaendigen

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

                                        Hilfe!!!
                                        Die Datenpunkte haben sich vom Smartmeter Adapter geändert.
                                        Wie mache ich das nun mit Sourceanalytix?
                                        Funktioniert das wenn ich bei den neuen Datenpunkten wieder Sourceanalytix anklicke und als Alias die alten?

                                        1 Antwort Letzte Antwort
                                        0
                                        • C Offline
                                          C Offline
                                          Creator
                                          schrieb am zuletzt editiert von Creator
                                          #821

                                          Den selben Alias zu nutzen, klappt nicht. Weil der "nur" als Name genutzt wird und nicht als ID....

                                          Habe das selbe Problem mit allen folgen.
                                          https://forum.iobroker.net/topic/27490/probleme-nach-js-controller-update

                                          Eine Idee aber wohl aufwendig, wäre es die Datenpunkte zu verändern.
                                          Also in den Eigenschaften in dem Tab RAW das JSON bearbeiten.
                                          Aber ob das eine gute Idee ist, kann ich nicht beurteilen
                                          .

                                          Das ist eine schlechte Idee. :(

                                          Inhalte der alten Datenpunkte in die neuen kopieren vielleicht noch ein Ansatz.

                                          Irgendwie großer misst.

                                          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

                                          854

                                          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