Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Neuer Adapter ioBroker.evcc

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    282

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Neuer Adapter ioBroker.evcc

Scheduled Pinned Locked Moved Tester
260 Posts 41 Posters 50.0k Views 37 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W wolfi913

    @arteck
    Das Problem liegt vermutlich eher daran, dass der Adapter den (vermutlich geänderten Aufbau des JSON) nicht mehr automatisch in Datenpunkte zerlegt.
    Habe mal auf Verdacht eine zweite Instanz aufgemacht.
    Bei evcc.0 waren die DP so:
    Screenshot 2025-01-24 160904.png
    Die Instanz evcc.1 (neu) dann so:
    Screenshot 2025-01-24 160845.png
    Da werden die DP gar nicht mehr erzeugt und daher auch die Bestandsdatenpunkte nicht mehr aktualisiert.
    Aus dem grid-DP kann man die Werte aber problemlos rauslesen, wenn benötigt.
    Per MQTT würden die unter evcc/site/grid geliefert:
    Screenshot 2025-01-24 161840.png

    A Offline
    A Offline
    austrogaucho
    wrote on last edited by
    #109

    @arteck

    Zigbee-switch aus EVCC schalten

    hab im iobroker mehrere zigbee-switches u.a. für die Waschmaschine usw. eingebunden und möchte diese nun über EVCC schalten.
    Ich kann zu dem Thema auf EVCC-io weder unter discussions noch in den issues etwas dazu finden.
    Ich muss wohl eine loadpoint anlegen, damit ich die Datenpunkte dann auch im iobroker habe - nur wie muss ich den im EVCC parametrieren?

    Merlin123M W 2 Replies Last reply
    0
    • A austrogaucho

      @arteck

      Zigbee-switch aus EVCC schalten

      hab im iobroker mehrere zigbee-switches u.a. für die Waschmaschine usw. eingebunden und möchte diese nun über EVCC schalten.
      Ich kann zu dem Thema auf EVCC-io weder unter discussions noch in den issues etwas dazu finden.
      Ich muss wohl eine loadpoint anlegen, damit ich die Datenpunkte dann auch im iobroker habe - nur wie muss ich den im EVCC parametrieren?

      Merlin123M Offline
      Merlin123M Offline
      Merlin123
      wrote on last edited by
      #110

      @austrogaucho Da solltest Du dann besser im EVCC Forum fragen......

      Grundsätzlich kannst Du das aber auch über Scripte in iobroker steuern

      Beta-Tester

      1 Reply Last reply
      0
      • A austrogaucho

        @arteck

        Zigbee-switch aus EVCC schalten

        hab im iobroker mehrere zigbee-switches u.a. für die Waschmaschine usw. eingebunden und möchte diese nun über EVCC schalten.
        Ich kann zu dem Thema auf EVCC-io weder unter discussions noch in den issues etwas dazu finden.
        Ich muss wohl eine loadpoint anlegen, damit ich die Datenpunkte dann auch im iobroker habe - nur wie muss ich den im EVCC parametrieren?

        W Offline
        W Offline
        wolfi913
        wrote on last edited by
        #111

        @austrogaucho

        Ich muss wohl eine loadpoint anlegen, damit ich die Datenpunkte dann auch im iobroker habe - nur wie muss ich den im EVCC parametrieren?

        Keine Ahnung ob’s funktioniert, aber mal als Ansatz:
        https://github.com/evcc-io/evcc/discussions/3880#discussioncomment-4940416

        1 Reply Last reply
        0
        • arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          wrote on last edited by
          #112

          so hab da mal ne anpassung gemacht...

          evcc hat die Strukur geändert .. bewusst oder unbewusst (wird sich zeigen)

          der Adapter hat jetzt in den Einstellungen
          ecd8e642-bacf-421d-be57-105e6e80f764-grafik.png
          bekommen..

          für alle die eine Ordnerstruktur bevorzugen..

          dann wird der Status Ordner so gebildet

          c4e5ee23-dc22-46fd-acd3-040f7530ce11-grafik.png

          untendrunter sind dann natürlich die alten Objekte.. wobei hier auch evcc nicht alles liefert..

          am besten mal den Status Ordner löschen dann wird der nochmal richtig angelegt....

          GIT Install https://github.com/arteck/ioBroker.evcc

          sollte es ok sein .. mach ich ein PR

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          W Merlin123M 3 Replies Last reply
          1
          • arteckA arteck

            so hab da mal ne anpassung gemacht...

            evcc hat die Strukur geändert .. bewusst oder unbewusst (wird sich zeigen)

            der Adapter hat jetzt in den Einstellungen
            ecd8e642-bacf-421d-be57-105e6e80f764-grafik.png
            bekommen..

            für alle die eine Ordnerstruktur bevorzugen..

            dann wird der Status Ordner so gebildet

            c4e5ee23-dc22-46fd-acd3-040f7530ce11-grafik.png

            untendrunter sind dann natürlich die alten Objekte.. wobei hier auch evcc nicht alles liefert..

            am besten mal den Status Ordner löschen dann wird der nochmal richtig angelegt....

            GIT Install https://github.com/arteck/ioBroker.evcc

            sollte es ok sein .. mach ich ein PR

            W Offline
            W Offline
            wolfi913
            wrote on last edited by
            #113

            @arteck
            Hab's bei mir mal getestet.
            Läuft ohne Fehler :+1:

            1 Reply Last reply
            0
            • arteckA arteck

              so hab da mal ne anpassung gemacht...

              evcc hat die Strukur geändert .. bewusst oder unbewusst (wird sich zeigen)

              der Adapter hat jetzt in den Einstellungen
              ecd8e642-bacf-421d-be57-105e6e80f764-grafik.png
              bekommen..

              für alle die eine Ordnerstruktur bevorzugen..

              dann wird der Status Ordner so gebildet

              c4e5ee23-dc22-46fd-acd3-040f7530ce11-grafik.png

              untendrunter sind dann natürlich die alten Objekte.. wobei hier auch evcc nicht alles liefert..

              am besten mal den Status Ordner löschen dann wird der nochmal richtig angelegt....

              GIT Install https://github.com/arteck/ioBroker.evcc

              sollte es ok sein .. mach ich ein PR

              Merlin123M Offline
              Merlin123M Offline
              Merlin123
              wrote on last edited by
              #114

              @arteck sagte in Neuer Adapter ioBroker.evcc:

              https://github.com/arteck/ioBroker.evcc

              Bin irgendwie zu doof... Instanz gestoppt, Status Ordner gelöscht, Via Git und Deiner URL installiert, Instanz gestartet.
              Macht wieder nen Statusordner, aber ohne die Unterordner....

              Im Log kam:

              
              evcc.0
              2025-02-04 18:13:45.006	warn	State "evcc.0.status.version" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffPriceLoadpoints" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffPriceHome" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffGrid" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffFeedIn" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.002	warn	State "evcc.0.status.tariffCo2Loadpoints" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.001	warn	State "evcc.0.status.tariffCo2Home" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.000	warn	State "evcc.0.status.tariffCo2" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.000	warn	State "evcc.0.status.statistics" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.000	warn	State "evcc.0.status.sponsor" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.000	warn	State "evcc.0.status.smartCostType" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:45.000	warn	State "evcc.0.status.siteTitle" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.999	warn	State "evcc.0.status.residualPower" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.999	warn	State "evcc.0.status.pvPower" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.999	warn	State "evcc.0.status.pvEnergy" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.995	warn	State "evcc.0.status.pv" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.995	warn	State "evcc.0.status.prioritySoc" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.995	warn	State "evcc.0.status.network" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.994	warn	State "evcc.0.status.mqtt" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.994	warn	State "evcc.0.status.modbusproxy" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.994	warn	State "evcc.0.status.messaging" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.994	warn	State "evcc.0.status.interval" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.994	warn	State "evcc.0.status.influx" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.993	warn	State "evcc.0.status.homePower" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.993	warn	State "evcc.0.status.gridConfigured" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.993	warn	State "evcc.0.status.grid" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.993	warn	State "evcc.0.status.greenShareLoadpoints" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.992	warn	State "evcc.0.status.greenShareHome" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.992	warn	State "evcc.0.status.fatal" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.992	warn	State "evcc.0.status.eebus" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.991	warn	State "evcc.0.status.currency" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.991	warn	State "evcc.0.status.bufferStartSoc" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.986	warn	State "evcc.0.status.bufferSoc" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.986	warn	State "evcc.0.status.batteryMode" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.985	warn	State "evcc.0.status.batteryGridChargeActive" has no existing object, this might lead to an error in future versions
              
              evcc.0
              2025-02-04 18:13:44.985	warn	State "evcc.0.status.batteryDischargeControl" has no existing object, this might lead to an error in future versions
              

              Beta-Tester

              W 1 Reply Last reply
              0
              • Merlin123M Merlin123

                @arteck sagte in Neuer Adapter ioBroker.evcc:

                https://github.com/arteck/ioBroker.evcc

                Bin irgendwie zu doof... Instanz gestoppt, Status Ordner gelöscht, Via Git und Deiner URL installiert, Instanz gestartet.
                Macht wieder nen Statusordner, aber ohne die Unterordner....

                Im Log kam:

                
                evcc.0
                2025-02-04 18:13:45.006	warn	State "evcc.0.status.version" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffPriceLoadpoints" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffPriceHome" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffGrid" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.005	warn	State "evcc.0.status.tariffFeedIn" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.002	warn	State "evcc.0.status.tariffCo2Loadpoints" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.001	warn	State "evcc.0.status.tariffCo2Home" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.000	warn	State "evcc.0.status.tariffCo2" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.000	warn	State "evcc.0.status.statistics" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.000	warn	State "evcc.0.status.sponsor" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.000	warn	State "evcc.0.status.smartCostType" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:45.000	warn	State "evcc.0.status.siteTitle" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.999	warn	State "evcc.0.status.residualPower" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.999	warn	State "evcc.0.status.pvPower" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.999	warn	State "evcc.0.status.pvEnergy" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.995	warn	State "evcc.0.status.pv" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.995	warn	State "evcc.0.status.prioritySoc" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.995	warn	State "evcc.0.status.network" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.994	warn	State "evcc.0.status.mqtt" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.994	warn	State "evcc.0.status.modbusproxy" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.994	warn	State "evcc.0.status.messaging" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.994	warn	State "evcc.0.status.interval" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.994	warn	State "evcc.0.status.influx" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.993	warn	State "evcc.0.status.homePower" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.993	warn	State "evcc.0.status.gridConfigured" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.993	warn	State "evcc.0.status.grid" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.993	warn	State "evcc.0.status.greenShareLoadpoints" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.992	warn	State "evcc.0.status.greenShareHome" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.992	warn	State "evcc.0.status.fatal" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.992	warn	State "evcc.0.status.eebus" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.991	warn	State "evcc.0.status.currency" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.991	warn	State "evcc.0.status.bufferStartSoc" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.986	warn	State "evcc.0.status.bufferSoc" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.986	warn	State "evcc.0.status.batteryMode" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.985	warn	State "evcc.0.status.batteryGridChargeActive" has no existing object, this might lead to an error in future versions
                
                evcc.0
                2025-02-04 18:13:44.985	warn	State "evcc.0.status.batteryDischargeControl" has no existing object, this might lead to an error in future versions
                
                W Offline
                W Offline
                wolfi913
                wrote on last edited by
                #115

                @merlin123
                Hast Du nach dem Git-Install einen Upload gemacht?

                1 Reply Last reply
                0
                • arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  wrote on last edited by arteck
                  #116

                  ich hab gerade nochmal 2 korrekturen nachgeschoben .. bitte aktualisieren..da wurden zu viele Ordner angelegt

                  also am besten den Status nochmal löschen

                  da ist noch ein Fehler seh ich gerade

                  f5641f78-102e-44ba-a186-f62793822205-grafik.png

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  W 1 Reply Last reply
                  0
                  • arteckA arteck

                    ich hab gerade nochmal 2 korrekturen nachgeschoben .. bitte aktualisieren..da wurden zu viele Ordner angelegt

                    also am besten den Status nochmal löschen

                    da ist noch ein Fehler seh ich gerade

                    f5641f78-102e-44ba-a186-f62793822205-grafik.png

                    W Offline
                    W Offline
                    wolfi913
                    wrote on last edited by
                    #117

                    @arteck
                    Wollte ich gerade noch schreiben das ziemlich viele Log-Einträge kommen. Hast Du aber selber schon gesehen.

                    1 Reply Last reply
                    0
                    • arteckA Offline
                      arteckA Offline
                      arteck
                      Developer Most Active
                      wrote on last edited by
                      #118

                      so jetzt

                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                      W 1 Reply Last reply
                      0
                      • arteckA arteck

                        so jetzt

                        W Offline
                        W Offline
                        wolfi913
                        wrote on last edited by wolfi913
                        #119

                        @arteck
                        Ist leider immer noch ziemlich viel im Log los.
                        Screenshot 2025-02-04 185446.png

                        arteckA 1 Reply Last reply
                        0
                        • W wolfi913

                          @arteck
                          Ist leider immer noch ziemlich viel im Log los.
                          Screenshot 2025-02-04 185446.png

                          arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          wrote on last edited by
                          #120

                          @wolfi913 sagte in Neuer Adapter ioBroker.evcc:

                          @arteck
                          Ist leider immer noch ziemlich viel im Log los.
                          Screenshot 2025-02-04 185446.png

                          ja du musst den evcc.1.status ordner löschen

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          W 2 Replies Last reply
                          0
                          • Merlin123M Offline
                            Merlin123M Offline
                            Merlin123
                            wrote on last edited by
                            #121

                            @wolfi913 Jup. Eben nochmal probiert, bleibt ohne Ordner:

                            Screenshot 2025-02-04 185715.png

                            Beta-Tester

                            arteckA W 2 Replies Last reply
                            0
                            • arteckA arteck

                              @wolfi913 sagte in Neuer Adapter ioBroker.evcc:

                              @arteck
                              Ist leider immer noch ziemlich viel im Log los.
                              Screenshot 2025-02-04 185446.png

                              ja du musst den evcc.1.status ordner löschen

                              W Offline
                              W Offline
                              wolfi913
                              wrote on last edited by
                              #122

                              @arteck sagte in Neuer Adapter ioBroker.evcc:

                              ja du musst den evcc.1.status ordner löschen

                              Hatte ich vergessen :man-facepalming:
                              Beim Start ein paar warnings aber dann alles ruhig. :+1:
                              Screenshot 2025-02-04 185827.png

                              1 Reply Last reply
                              0
                              • Merlin123M Merlin123

                                @wolfi913 Jup. Eben nochmal probiert, bleibt ohne Ordner:

                                Screenshot 2025-02-04 185715.png

                                arteckA Offline
                                arteckA Offline
                                arteck
                                Developer Most Active
                                wrote on last edited by
                                #123

                                @merlin123 hast du auch in den Einstellungen die checkbox gesetzt ?

                                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                1 Reply Last reply
                                0
                                • Merlin123M Merlin123

                                  @wolfi913 Jup. Eben nochmal probiert, bleibt ohne Ordner:

                                  Screenshot 2025-02-04 185715.png

                                  W Offline
                                  W Offline
                                  wolfi913
                                  wrote on last edited by
                                  #124

                                  @merlin123 sagte in Neuer Adapter ioBroker.evcc:

                                  @wolfi913 Jup. Eben nochmal probiert, bleibt ohne Ordner:

                                  Hast Du den Haken gesetzt?
                                  Screenshot 2025-02-04 190051.png

                                  Merlin123M 1 Reply Last reply
                                  0
                                  • arteckA arteck

                                    @wolfi913 sagte in Neuer Adapter ioBroker.evcc:

                                    @arteck
                                    Ist leider immer noch ziemlich viel im Log los.
                                    Screenshot 2025-02-04 185446.png

                                    ja du musst den evcc.1.status ordner löschen

                                    W Offline
                                    W Offline
                                    wolfi913
                                    wrote on last edited by
                                    #125

                                    @arteck
                                    Eine Warnung vom admin ist jetzt noch hinterhergekommen:

                                    2025-02-04 18:59:52.281 - warn: admin.0 (307) evcc has an invalid jsonConfig: [{"instancePath":"/items/general/items/dissolveObjects","schemaPath":"#/definitions/checkboxProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"attr"},"message":"must NOT have additional properties"},{"instancePath":"/items/general","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                                    
                                    arteckA 1 Reply Last reply
                                    0
                                    • W wolfi913

                                      @arteck
                                      Eine Warnung vom admin ist jetzt noch hinterhergekommen:

                                      2025-02-04 18:59:52.281 - warn: admin.0 (307) evcc has an invalid jsonConfig: [{"instancePath":"/items/general/items/dissolveObjects","schemaPath":"#/definitions/checkboxProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"attr"},"message":"must NOT have additional properties"},{"instancePath":"/items/general","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                                      
                                      arteckA Offline
                                      arteckA Offline
                                      arteck
                                      Developer Most Active
                                      wrote on last edited by arteck
                                      #126

                                      @wolfi913 hmm... ok warte...

                                      Jetzt

                                      und danke fürs Testen

                                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                      W 1 Reply Last reply
                                      0
                                      • arteckA arteck

                                        @wolfi913 hmm... ok warte...

                                        Jetzt

                                        und danke fürs Testen

                                        W Offline
                                        W Offline
                                        wolfi913
                                        wrote on last edited by
                                        #127

                                        @arteck
                                        Gerne doch.
                                        Bei mir tauchen bisher keine außergewöhnlichen Meldungen mehr im Log auf, weder durch evcc noch durch admin.
                                        Habe die Instanz jetzt etwa knapp 10 Minuten laufen. Vorher kam das Warning im admin nach ca. 3 Minuten und dann erneut nach weiteren 6 Minuten. Scheint also jetzt problemlos zu funktionieren. :+1:

                                        arteckA 1 Reply Last reply
                                        0
                                        • W wolfi913

                                          @arteck
                                          Gerne doch.
                                          Bei mir tauchen bisher keine außergewöhnlichen Meldungen mehr im Log auf, weder durch evcc noch durch admin.
                                          Habe die Instanz jetzt etwa knapp 10 Minuten laufen. Vorher kam das Warning im admin nach ca. 3 Minuten und dann erneut nach weiteren 6 Minuten. Scheint also jetzt problemlos zu funktionieren. :+1:

                                          arteckA Offline
                                          arteckA Offline
                                          arteck
                                          Developer Most Active
                                          wrote on last edited by
                                          #128

                                          @wolfi913 sagte in Neuer Adapter ioBroker.evcc:

                                          @arteck
                                          Gerne doch.
                                          Bei mir tauchen bisher keine außergewöhnlichen Meldungen mehr im Log auf, weder durch evcc noch durch admin.
                                          Habe die Instanz jetzt etwa knapp 10 Minuten laufen. Vorher kam das Warning im admin nach ca. 3 Minuten und dann erneut nach weiteren 6 Minuten. Scheint also jetzt problemlos zu funktionieren. :+1:

                                          das warning kam immer wenn du in die Einstellungen vom Adapter gegangen bist..

                                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                          W 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          559

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe