Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter alpha-ess v3.0.1

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Test Adapter alpha-ess v3.0.1

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

      @merlin123 said in Test Adapter alpha-ess v3.0.1:

      Ich warte jetzt mal bis alles läuft bevor ich da Fehler suche, die vielleicht nicht da sind

      Wenn die Anlage registriert ist, sollte die API bereits alle Werte liefern. Mit anderen Worten: Was jetzt nicht angezeigt wird, wird wahrscheinlich auch nicht mehr kommen. Aber warten und nochmal kontrollieren ist bestimmt eine gute Strategie.

      Schonmal "Recent data" aktivieren schadet aber auf jeden Fall nicht.

      Merlin123 1 Reply Last reply Reply Quote 0
      • Merlin123
        Merlin123 @Gaspode last edited by

        @gaspode Bin wohl grad blind.... Wo finde ich das? Im Adapter?

        Gaspode 1 Reply Last reply Reply Quote 0
        • Gaspode
          Gaspode @Merlin123 last edited by

          @merlin123
          Im Admin bei Instanzen auf den Schraubenschlüssel deiner Alpha-ESS Instanz klicken (da, wo du auch die Zugangsdaten eingegeben hast).

          Merlin123 1 Reply Last reply Reply Quote 0
          • Merlin123
            Merlin123 @Gaspode last edited by

            @gaspode Das ist klar 😉 Aber wo dort?

            Screenshot 2025-05-17 182106.png

            Gaspode 1 Reply Last reply Reply Quote 0
            • Gaspode
              Gaspode @Merlin123 last edited by

              @merlin123
              Das dritte Kästchen von unten. Ich weiß doch heute nicht mehr, wie ich das vor ein paar Monaten auf deutsch genannt habe. 😬

              1 Reply Last reply Reply Quote 1
              • T
                TheCrusher last edited by

                Hallo,

                seit genau heute Nacht 2Uhr hat der Adapter keine Verbindung mit Gerät oder Dienst! Jemand die gleichen Probleme und evt. Abhilfe?

                Vg

                S 1 Reply Last reply Reply Quote 0
                • S
                  sigma5345 @TheCrusher last edited by

                  @thecrusher Ja bei mir ist genau das selbe Problem. Ich konnte noch nicht herausfinden woran es liegt.

                  1 Reply Last reply Reply Quote 0
                  • L
                    Lighthammer last edited by

                    Das selbe Problem auch bei mir. Alpha-ESS scheint es mal wieder nicht im Griff zu haben 😧

                    1 Reply Last reply Reply Quote 0
                    • S
                      sigma5345 last edited by

                      Okay im IoBroker kommt die Meldung:
                      2025-10-26 08:52:11.481 - debug: alpha-ess.0 (4130807) Error performing get request getSumDataForCustomer?sysSn=MeineSN&queryDate=2025-10-26: Error: certificate has expired

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sigma5345 @sigma5345 last edited by

                        @sigma5345 Das Zertifikat bei Alpha ist abgelaufen:

                        echo | openssl s_client -connect openapi.alphaess.com:443 -servername openapi.alphaess.com 2>/dev/null
                        | openssl x509 -noout -dates -issuer -subject

                        notBefore=Oct 22 00:00:00 2024 GMT
                        notAfter=Oct 25 23:59:59 2025 GMT
                        issuer=C = US, O = DigiCert Inc, OU = www.digicert.com, CN = Encryption Everywhere DV TLS CA - G1
                        subject=CN = *.alphaess.com

                        1 Reply Last reply Reply Quote 1
                        • L
                          Lighthammer last edited by

                          Äusserst professionell, das Zertifikat ablaufen zu lassen. 😠

                          1 Reply Last reply Reply Quote 0
                          • Gaspode
                            Gaspode last edited by

                            Ja, auf https://openapi.alphaess.com/ ist das SSL Zertifikat abgelaufen. Da kann man leider nicht viel mehr tun als warten, bis Alpha-ESS es erneuert.

                            Theoretisch könnte man noch den Versuch starten, den Zugriff unverschlüsselt über http zu probieren, aber das ist nicht dokumentiert, und selbst wenn es klappen würde, wäre das ggfs. ein Sicherheitsrisiko.

                            Also lasst uns erst mal abwarten, ob Alpha-ESS sich der Sache zeitnah annimmt. Leider hat Alpha-ESS uns Entwicklern den Ansprechpartner genommen, so weiß ich nicht, an wen ich mich wenden kann. Aber ich suche mal ...

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Anri @Gaspode last edited by

                              @gaspode
                              You can do thomething on your own for the time the error coours:
                              Just edit the main.js in /opt/iobroker/node_modules/iobroker.alpha-ess and change there
                              const OA_BaseURI = 'https://openapi.alphaess.com/api';
                              to
                              const OA_BaseURI = 'http://openapi.alphaess.com/api';

                              Restart instance.

                              Samson71 Gaspode 2 Replies Last reply Reply Quote 0
                              • Lothar W.
                                Lothar W. last edited by

                                Guten Morgen,

                                gut das es solche Foren gibt.
                                Ich habe mir den ganzen Morgen einen Wolf an Adapterversionen installiert.
                                Logischer weise ohne Erfolg.
                                Hätte ich erst mal hier gelesen, wäre diese Installationszeit besser zu nutzen gewesen.

                                Wie dem auch sei, wir warten einfach mal ab.

                                Ich habe, in meiner "Verzweiflung" ein Ticket bei Alpha ESS aufgemacht.
                                Mal sehen, was die dazu schreiben ;-).

                                Wünsche euch einen schönen Sonntag
                                Gruß
                                Lothar

                                Tilimanka 1 Reply Last reply Reply Quote 1
                                • Samson71
                                  Samson71 Global Moderator @Anri last edited by

                                  @anri
                                  Warum eine Antwort auf Englisch in einem Deutschen Beitrag im Deutschen Forumsteil? Der IP nach bist Du ja auch aus D.

                                  1 Reply Last reply Reply Quote 0
                                  • Gaspode
                                    Gaspode @Anri last edited by

                                    @anri said in Test Adapter alpha-ess v3.0.1:

                                    @gaspode
                                    You can do thomething on your own for the time the error coours:
                                    Just edit the main.js in /opt/iobroker/node_modules/iobroker.alpha-ess and change there
                                    const OA_BaseURI = 'https://openapi.alphaess.com/api';
                                    to
                                    const OA_BaseURI = 'http://openapi.alphaess.com/api';
                                    Restart instance.

                                    Since I’m the adapter developer, I could change this in general. However, because access via HTTP isn’t officially documented, I won’t do that for now, and I also strongly advise everyone else to stay away from it for the time being.
                                    If I implement it at all, I’ll make it configurable so you can explicitly choose whether you really want to use HTTP. By default, it will remain HTTPS. Let’s just wait another day to see if Alpha-ESS renews the certificate.

                                    Da ich der Adapter-Entwickler bin, könnte ich das auch generell ändern. Da der Zugriff per http aber nicht offiziell dokumentiert ist, werde ich das zumindest vorerst nicht machen, und ich rate auch jedem anderen, vorerst die Finger davon zu lassen.
                                    Wenn überhaupt, werde ich das dann so implementieren, dass man auswählen kann, ob man den Zugriff per http wirklich will. Default wird nach wie vor https sein. Lasst uns einfach mal noch einen Tag warten, ob Alpha-ESS das Zertifikat erneuert.

                                    1 Reply Last reply Reply Quote 0
                                    • Tilimanka
                                      Tilimanka @Lothar W. last edited by

                                      @lothar-1
                                      wäre interessant, was Deine Ticket Aktion am Ende gebracht hat.
                                      Kannst ja mal berichten ........

                                      Lothar W. 1 Reply Last reply Reply Quote 0
                                      • Lothar W.
                                        Lothar W. @Tilimanka last edited by

                                        @tilimanka Mache ich 😉

                                        1 Reply Last reply Reply Quote 0
                                        • Gaspode
                                          Gaspode last edited by

                                          Hallo, und nochmal eine kurze Zusammenfassung:
                                          Das Problem liegt wie schon mehrfach erwähnt aktuell daran, dass das HTTPS-Zertifikat des API-Servers abgelaufen ist. Solange das nicht erneuert wurde, blockieren aktuelle Systeme aus Sicherheitsgründen den Zugriff.
                                          Ich versuche gerade, einen alten Entwicklerkontakt zu erreichen, außerdem gibt es bereits einige Tickets bei Alpha-ESS zum Thema.
                                          Einen „Notfallmodus“, bei dem der Adapter das Zertifikat einfach ignoriert, werde ich nicht einbauen – das wäre zwar ein schneller Fix, aber sicherheitstechnisch unprofessionell.
                                          Falls Alpha-ESS die Erneuerung nicht zeitnah umsetzt, prüfe ich optional eine technisch sichere Zwischenlösung (z. B. Public-Key-Pinning), die aber sorgfältig evaluiert werden muss.
                                          Sobald es Neuigkeiten gibt, melde ich mich hier direkt wieder. Danke für eure Geduld!

                                          L 1 Reply Last reply Reply Quote 1
                                          • L
                                            Lueghi @Gaspode last edited by

                                            @gaspode: Du brauchst Dich aus meiner Sicht nicht für unsere Geduld zu bedanken. Es ist an uns, sich bei Dir zu bedanken für Deinen unermüdlichen und professionellen Einsatz bei dem Adapter. Ohne Dich und Deine Arbeit wären hier viele (mich inclusiv) "lost".

                                            Vielen Dank.

                                            RaspiUser 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            32.3k
                                            Users

                                            81.1k
                                            Topics

                                            1.3m
                                            Posts

                                            36
                                            289
                                            76937
                                            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