Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fehlermeldung vom Sourceanalytix Adapter

    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

    Fehlermeldung vom Sourceanalytix Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Longbow
      Longbow last edited by Longbow

      Guten Morgen,

      es hat mich seit gestern keine Ruhe gelassen, also heute, morgen früh raus aus dem Bett und mir mal die Datenpunkte, unter den Adapter mir geschaut und mit einer iobroker Version verglichen, die diese Meldungen nicht hat.

      Sehe da, die Datenpunkte Monat/Tag etc., werden erstellt. Allerdings schaut man sich dann die Objektdaten an, fehlen da dann Rolle, Zustandstyp. Ändern man das nun, also gibt man bei Zustandstyp Zahl an und speichert, kommen keine Fehlermeldungen.

      Also der Adapter erstellt diese in der Version, die ich installiert habe, wie im oben gepostet diese nicht, bei der Version V0.4.14 läuft alles spitze, bei V0.4.15.alpha.0 gibt es dieses Problem.

      Bekommt man die V0.4.14. installiert? Wenn ja wie? Habe gerade keine Lust gefühlt für eine Datenpunktrechnung Gefühl 50 einzeln Punkte anzufassen.

      crunchip 2 Replies Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Longbow last edited by

        @longbow sagte in Fehlermeldung vom Sourceanalytix Adapter:

        Bekommt man die V0.4.14. installiert?

        Per npm im richtigen Verzeichnis

        cd /opt/iobroker
        npm install iobroker.AdapterName@ver.si.on
        
        Longbow D 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Longbow last edited by

          @longbow sagte in Fehlermeldung vom Sourceanalytix Adapter:

          bei der Version V0.4.14 läuft alles spitze, bei V0.4.15.alpha.0 gibt es dieses Problem

          Dann beschreib den Fehler auf Github im oben gezeigten issue

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

            @crunchip Danke, habe ihn gelöscht und damit neun installiert und es gibt mit der Version keine Probleme.

            Es kann nur mit einem Update von dem Admin sein, da auch dem anderen ioborker das als der Unterschied zu der Version mit dem Adapter ist.

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

              @crunchip Ok, dann werde ich wohl meine erste Issuse schreiben

              Ok, das könnte ein Moment dauern, was ich alles da angeben muss.. ist neu für mich.

              1 Reply Last reply Reply Quote 0
              • D
                dos1973 @crunchip last edited by

                @crunchip sagte in Fehlermeldung vom Sourceanalytix Adapter:

                @longbow sagte in Fehlermeldung vom Sourceanalytix Adapter:

                Bekommt man die V0.4.14. installiert?

                Per npm im richtigen Verzeichnis

                cd /opt/iobroker
                npm install iobroker.AdapterName@ver.si.on
                

                Hi
                ich habe auch den Fehler und möchte das downgrade durchführen... klappt aber nicht.

                dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
                
                npm ERR! code E404
                npm ERR! 404 Not Found - GET https://registry.npmjs.org/sourceanalytix - Not found
                npm ERR! 404 
                npm ERR! 404  'sourceanalytix@V0.4.14' is not in this registry.
                npm ERR! 404 
                npm ERR! 404 Note that you can also install from a
                npm ERR! 404 tarball, folder, http url, or git url.
                
                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-02T14_20_34_552Z-debug-0.log
                dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
                npm ERR! code ETARGET
                npm ERR! notarget No matching version found for iobroker.sourceanalytix@V0.4.14.
                npm ERR! notarget In most cases you or one of your dependencies are requesting
                npm ERR! notarget a package version that doesn't exist.
                

                was mach ich falsch?

                Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @dos1973 last edited by

                  @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                  was mach ich falsch?

                  Lass die Finger von npm.

                  Mach es damit:

                  iobroker upgrade iobroker.sourceanalytix@0.4.14
                  
                  D 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @dos1973 last edited by

                    @dos1973 das V ist zu viel

                    1 Reply Last reply Reply Quote 1
                    • D
                      dos1973 @Thomas Braun last edited by dos1973

                      @thomas-braun

                      glaub mir ich hatte an dich gedacht... du hattes mal erwähnt " Finger weg von NPM"
                      🙂

                      klappt leider nicht mit dem Befehl

                      dos1973@pve-iobroker:/opt/iobroker$ iobroker upgrade iobroker.sourceanalytix@0.4.14
                      Adapter "sourceanalytix" is not in the repository and cannot be updated.
                      dos1973@pve-iobroker:/opt/iobroker$ 
                      

                      ich habe ja bereits die 0.4.15-alpha installiert

                      crunchip Thomas Braun 3 Replies Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @dos1973 last edited by

                        @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                        ich habe ja bereits die 0.4.15-alpha installiert

                        das wäre kein Problem, ein downgrade erfolgt ebenfalls wie @Thomas-Braun geschrieben, allerdings ist in dem Fall, das Problem

                        @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                        is not in the repository

                        daher per npm wie oben geschrieben

                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @dos1973 last edited by

                          @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                          Adapter "sourceanalytix" is not in the repository and cannot be updated.

                          Bist du auf 'stable' unterwegs? Denn den Adapter gibt es nur über das Beta-Repository.

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            dos1973 @Thomas Braun last edited by

                            @thomas-braun
                            ja bin im stable. also doch npm?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @dos1973 last edited by

                              @dos1973

                              Oder kurz den Beta-Zweig aktivieren, downgrade, Beta wieder deaktivieren.

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

                                @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                                ich habe ja bereits die 0.4.15-alpha installiert

                                fae4231a-5630-4416-b43a-90fb91980290-image.png

                                D 1 Reply Last reply Reply Quote 1
                                • D
                                  dos1973 @crunchip last edited by

                                  @crunchip

                                  ok, das hat geklappt mein Log wwird trotzdem noch zugeballert

                                  tix.0
                                  2024-01-02 17:20:41.983	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:41.907	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:40.911	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:40.868	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.292	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.currentWeek.02_Tuesday" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.246	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.01_currentDay" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.202	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.quarters.Q1" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.158	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.months.01_January" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.114	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.weeks.01" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.071	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.currentWeek.02_Tuesday" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:37.026	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumedCumulative" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.982	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.05_currentYear" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.938	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.04_currentQuarter" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.894	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.03_currentMonth" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.851	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.02_currentWeek" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.806	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.01_currentDay" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.762	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.quarters.Q1" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.718	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.months.01_January" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.674	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.weeks.01" is missing the required property "common.type"
                                  
                                  sourceanalytix.0
                                  2024-01-02 17:20:36.630	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.meterReadings.currentWeek.02_Tuesday" is missing the required property "common.type"
                                  
                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @dos1973 last edited by

                                    @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                                    wird trotzdem noch zugeballert

                                    selbiges https://forum.iobroker.net/topic/71590/sourceanalytix-ab-01-01-is-missing-common-type?_=1704207030879

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      dos1973 @crunchip last edited by dos1973

                                      @crunchip
                                      hmm, den Thread hatte ich nicht gefunden. Dann bleibt mir wohl nur abwarten...

                                      @crunchip
                                      @thomas-braun
                                      Danek dennoch für die Hilfestellung.

                                      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

                                      898
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      7
                                      38
                                      1492
                                      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