Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter alpha-ess v3.0.1

NEWS

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

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

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

Test Adapter alpha-ess v3.0.1

Geplant Angeheftet Gesperrt Verschoben Tester
289 Beiträge 36 Kommentatoren 79.3k Aufrufe 35 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.
  • Merlin123M Merlin123

    Mal ne (vermutlich) blöde Frage:
    Gestern wurde unser Speicher installiert, er läuft aber noch nicht richtig, da es ein paar Probleme gab.
    Gestern wurde in der App der Akkustand richtig angezeigt. Dann wurden die Batterien aber abgeschaltet und es läuft glaub ich nur noch die Backup Box.

    In der App werden aktuell alle Werte mit 0 angezeigt.

    Ich habe jetzt vorhin den Adapter installiert und bin überrascht, dass das bei der battery_available_percentage 90% angezeigt wird (in der App waren die gestern bei 50% wie es die Batterien auch angezeigt haben).
    Oder sagt der Wert was anderes?

    GaspodeG Offline
    GaspodeG Offline
    Gaspode
    schrieb am zuletzt editiert von Gaspode
    #259

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

    Oder sagt der Wert was anderes?

    Ja. Leider sind die Infos über die Open API, auf der der Adapter basiert, recht spärlich. In der Doku steht nur das, was ich auch beim Datenpunkt als Name angegeben habe: "Battery Available Percentage [usCapacity]".

    Chat GPT meint dazu:

    Die Abkürzung usCapacity steht sehr wahrscheinlich für:
    Usable Capacity (also: nutzbare Kapazität).

    Was bedeutet das in der Praxis?
    usCapacity bzw. „Battery Available Percentage“ beschreibt typischerweise den prozentualen Anteil der Gesamtbatteriekapazität, der aktuell nutzbar ist – unabhängig davon, wie voll die Batterie gerade ist.

    Typische Verwendung:

    Begriff Bedeutung
    Total Capacity Bruttokapazität der Batterie (z. B. 10 kWh)
    Usable Capacity (usCapacity) Anteil, den das System tatsächlich nutzt (z. B. 8 kWh = 80 %)
    SOC (State of Charge) Aktueller Ladezustand innerhalb des nutzbaren Bereichs (z. B. 50 % von 8 kWh = 4 kWh)

    Beispiel:

    Batterie hat 10 kWh Bruttokapazität
    usCapacity = 80 (also 80 % nutzbar → 8 kWh)
    SOC = 50 %
    → Es sind 4 kWh verfügbar zum Laden oder Entladen
    → Die restlichen 20 % (2 kWh) sind z. B. als Puffer (Notstrom, Zellschutz etc.) reserviert

    Warum ist das wichtig?
    Dieser Wert ist systemkonstant oder wird langsam durch Alterung angepasst. Er ist also:

    • Nicht tagesaktuell variabel wie SOC
    • Wichtig für Berechnungen der real nutzbaren Energie
    • Oft auch interessant für Eigenverbrauchsanalysen
    Merlin123M 1 Antwort Letzte Antwort
    0
    • GaspodeG Gaspode

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

      Oder sagt der Wert was anderes?

      Ja. Leider sind die Infos über die Open API, auf der der Adapter basiert, recht spärlich. In der Doku steht nur das, was ich auch beim Datenpunkt als Name angegeben habe: "Battery Available Percentage [usCapacity]".

      Chat GPT meint dazu:

      Die Abkürzung usCapacity steht sehr wahrscheinlich für:
      Usable Capacity (also: nutzbare Kapazität).

      Was bedeutet das in der Praxis?
      usCapacity bzw. „Battery Available Percentage“ beschreibt typischerweise den prozentualen Anteil der Gesamtbatteriekapazität, der aktuell nutzbar ist – unabhängig davon, wie voll die Batterie gerade ist.

      Typische Verwendung:

      Begriff Bedeutung
      Total Capacity Bruttokapazität der Batterie (z. B. 10 kWh)
      Usable Capacity (usCapacity) Anteil, den das System tatsächlich nutzt (z. B. 8 kWh = 80 %)
      SOC (State of Charge) Aktueller Ladezustand innerhalb des nutzbaren Bereichs (z. B. 50 % von 8 kWh = 4 kWh)

      Beispiel:

      Batterie hat 10 kWh Bruttokapazität
      usCapacity = 80 (also 80 % nutzbar → 8 kWh)
      SOC = 50 %
      → Es sind 4 kWh verfügbar zum Laden oder Entladen
      → Die restlichen 20 % (2 kWh) sind z. B. als Puffer (Notstrom, Zellschutz etc.) reserviert

      Warum ist das wichtig?
      Dieser Wert ist systemkonstant oder wird langsam durch Alterung angepasst. Er ist also:

      • Nicht tagesaktuell variabel wie SOC
      • Wichtig für Berechnungen der real nutzbaren Energie
      • Oft auch interessant für Eigenverbrauchsanalysen
      Merlin123M Offline
      Merlin123M Offline
      Merlin123
      schrieb am zuletzt editiert von
      #260

      @gaspode Ah ok. Danke für die Erklärung. Hab ich fast befürchtet. Ist der aktuelle SOC auch via Adapter ersichtlich? (wie gesagt: System läuft nicht, daher stimmen da bei mir noch nicht alle DPs....

      Aktuell würde mir der SOC noch fehlen. Was aktuell an Leistung in/aus der Batterie kommt sieht man in der API auch nicht, oder? Dann muss ich wohl doch noch eine Modbus Anbindung machen 😞

      Beta-Tester

      GaspodeG 1 Antwort Letzte Antwort
      0
      • Merlin123M Merlin123

        @gaspode Ah ok. Danke für die Erklärung. Hab ich fast befürchtet. Ist der aktuelle SOC auch via Adapter ersichtlich? (wie gesagt: System läuft nicht, daher stimmen da bei mir noch nicht alle DPs....

        Aktuell würde mir der SOC noch fehlen. Was aktuell an Leistung in/aus der Batterie kommt sieht man in der API auch nicht, oder? Dann muss ich wohl doch noch eine Modbus Anbindung machen 😞

        GaspodeG Offline
        GaspodeG Offline
        Gaspode
        schrieb am zuletzt editiert von Gaspode
        #261

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

        Aktuell würde mir der SOC noch fehlen. Was aktuell an Leistung in/aus der Batterie kommt sieht man in der API auch nicht, oder?

        Doch, wird alles geliefert. In der Gruppe Realtime findest du Battery_SOC und Battery _power, letzteres ist vorzeichenbehaftet (negativ = Laden, positiv = Entladen).

        In der Gruppe Energy findest du u.a. auch, wie viel Energie am aktuellen Tag in die Batterie geladen und was entladen wurde und vieles mehr.

        Du musst die Gruppen natürlich in der Konfiguration aktivieren und - ganz wichtig - auch alle Zugangsdaten korrekt eintragen, also Application ID, Application Secret und die System ID (SN) deines Systems.

        Edit:
        Details zur Registrierung hier:
        https://github.com/alphaess-developer/alphacloud_open_api

        Merlin123M 1 Antwort Letzte Antwort
        0
        • GaspodeG Gaspode

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

          Aktuell würde mir der SOC noch fehlen. Was aktuell an Leistung in/aus der Batterie kommt sieht man in der API auch nicht, oder?

          Doch, wird alles geliefert. In der Gruppe Realtime findest du Battery_SOC und Battery _power, letzteres ist vorzeichenbehaftet (negativ = Laden, positiv = Entladen).

          In der Gruppe Energy findest du u.a. auch, wie viel Energie am aktuellen Tag in die Batterie geladen und was entladen wurde und vieles mehr.

          Du musst die Gruppen natürlich in der Konfiguration aktivieren und - ganz wichtig - auch alle Zugangsdaten korrekt eintragen, also Application ID, Application Secret und die System ID (SN) deines Systems.

          Edit:
          Details zur Registrierung hier:
          https://github.com/alphaess-developer/alphacloud_open_api

          Merlin123M Offline
          Merlin123M Offline
          Merlin123
          schrieb am zuletzt editiert von Merlin123
          #262

          @gaspode ok. Eingetragen hab ich alles, er zeigt auch ein paar Sachen an. Aktuell ist aber nur die Backupbox online. Im Storion Forum hab ich ja einen vermutlichen Fehler im Anschluss gepostet (da hast Du ja kommentiert).

          Dann warte ich mal, bis alles läuft, und schau dann mal was alles geliefert wird 🙂 Die app zeigt ja auch aktuell nix sinnvolles an. Im Adapter ist alles angehakt.

          Beta-Tester

          GaspodeG 1 Antwort Letzte Antwort
          0
          • Merlin123M Merlin123

            @gaspode ok. Eingetragen hab ich alles, er zeigt auch ein paar Sachen an. Aktuell ist aber nur die Backupbox online. Im Storion Forum hab ich ja einen vermutlichen Fehler im Anschluss gepostet (da hast Du ja kommentiert).

            Dann warte ich mal, bis alles läuft, und schau dann mal was alles geliefert wird 🙂 Die app zeigt ja auch aktuell nix sinnvolles an. Im Adapter ist alles angehakt.

            GaspodeG Offline
            GaspodeG Offline
            Gaspode
            schrieb am zuletzt editiert von
            #263

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

            Eingetragen hab ich alles, er zeigt auch ein paar Sachen an.

            Welche denn? Die Gruppen solltest du alle sehen, wenn du sie eingeschaltet hast. Wenn nicht, dann ist ggfs. mit der Registrierung was nicht OK. Zeig mal bitte das Log von einem Adapter-Neustart.

            Merlin123M 1 Antwort Letzte Antwort
            0
            • GaspodeG Gaspode

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

              Eingetragen hab ich alles, er zeigt auch ein paar Sachen an.

              Welche denn? Die Gruppen solltest du alle sehen, wenn du sie eingeschaltet hast. Wenn nicht, dann ist ggfs. mit der Registrierung was nicht OK. Zeig mal bitte das Log von einem Adapter-Neustart.

              Merlin123M Offline
              Merlin123M Offline
              Merlin123
              schrieb am zuletzt editiert von
              #264

              @gaspode Bitteschön:

              
              alpha-ess.0
              2025-05-17 12:51:32.632	debug	Watchdog interval started!
              
              alpha-ess.0
              2025-05-17 12:51:32.599	info	Wallbox data disabled! Adapter won't fetch Wallbox data. According states deleted.
              
              alpha-ess.0
              2025-05-17 12:51:32.599	debug	oAIntervalWallboxMins: 300
              
              alpha-ess.0
              2025-05-17 12:51:32.599	debug	Timeout with interval 300000 ms started for group Summary
              
              alpha-ess.0
              2025-05-17 12:51:32.503	info	Initialized states for : Summary
              
              alpha-ess.0
              2025-05-17 12:51:32.502	debug	Created object Summary.moneyType
              
              alpha-ess.0
              2025-05-17 12:51:32.501	debug	Created object Summary.carbonNum
              
              alpha-ess.0
              2025-05-17 12:51:32.500	debug	Created object Summary.treeNum
              
              alpha-ess.0
              2025-05-17 12:51:32.498	debug	Created object Summary.eselfSufficiency
              
              alpha-ess.0
              2025-05-17 12:51:32.497	debug	Created object Summary.eselfConsumption
              
              alpha-ess.0
              2025-05-17 12:51:32.496	debug	Created object Summary.totalIncome
              
              alpha-ess.0
              2025-05-17 12:51:32.494	debug	Created object Summary.todayIncome
              
              alpha-ess.0
              2025-05-17 12:51:32.493	debug	Created object Summary.edischarge
              
              alpha-ess.0
              2025-05-17 12:51:32.491	debug	Created object Summary.echarge
              
              alpha-ess.0
              2025-05-17 12:51:32.490	debug	Created object Summary.einput
              
              alpha-ess.0
              2025-05-17 12:51:32.488	debug	Created object Summary.eoutput
              
              alpha-ess.0
              2025-05-17 12:51:32.487	debug	Created object Summary.eload
              
              alpha-ess.0
              2025-05-17 12:51:32.486	debug	Created object Summary.epvtotal
              
              alpha-ess.0
              2025-05-17 12:51:32.484	debug	Created object Summary.epvtoday
              
              alpha-ess.0
              2025-05-17 12:51:30.665	debug	Fetching Summary data...
              
              alpha-ess.0
              2025-05-17 12:51:30.614	debug	Set state Summary.Battery_discharge_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.564	debug	Set state Summary.Battery_charge_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.510	debug	Set state Summary.Grid_consumption_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.448	debug	Set state Summary.Grid_feed_in_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.401	debug	Set state Summary.Consumption_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.352	debug	Set state Summary.Currency to val: EUR; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.295	debug	Set state Summary.CO2_reduction_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.235	debug	Set state Summary.Trees_plantet_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.179	debug	Set state Summary.Self_sufficiency_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.124	debug	Set state Summary.Self_consumption_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.073	debug	Set state Summary.Income_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:30.025	debug	Set state Summary.Income_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:29.973	debug	Set state Summary.Generation_total to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:29.926	debug	Set state Summary.Generation_today to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:29.881	debug	oAIntervalSummaryMins: 300
              
              alpha-ess.0
              2025-05-17 12:51:29.880	debug	Timeout with interval 300000 ms started for group Settings_Discharge
              
              alpha-ess.0
              2025-05-17 12:51:29.812	info	Initialized states for : Settings_Discharge
              
              alpha-ess.0
              2025-05-17 12:51:29.812	debug	Subscribed State: Settings_Discharge.Discharging_Cutoff_SOC
              
              alpha-ess.0
              2025-05-17 12:51:29.811	debug	Created object Settings_Discharge.batUseCap
              
              alpha-ess.0
              2025-05-17 12:51:29.809	debug	Subscribed State: Settings_Discharge.Discharging_period_2_end
              
              alpha-ess.0
              2025-05-17 12:51:29.808	debug	Created object Settings_Discharge.timeDise2
              
              alpha-ess.0
              2025-05-17 12:51:29.805	debug	Subscribed State: Settings_Discharge.Discharging_period_2_start
              
              alpha-ess.0
              2025-05-17 12:51:29.804	debug	Created object Settings_Discharge.timeDisf2
              
              alpha-ess.0
              2025-05-17 12:51:29.802	debug	Subscribed State: Settings_Discharge.Discharging_period_1_end
              
              alpha-ess.0
              2025-05-17 12:51:29.800	debug	Created object Settings_Discharge.timeDise1
              
              alpha-ess.0
              2025-05-17 12:51:29.797	debug	Subscribed State: Settings_Discharge.Discharging_period_1_start
              
              alpha-ess.0
              2025-05-17 12:51:29.796	debug	Created object Settings_Discharge.timeDisf1
              
              alpha-ess.0
              2025-05-17 12:51:29.795	debug	Subscribed State: Settings_Discharge.Battery_Discharging_enabled
              
              alpha-ess.0
              2025-05-17 12:51:29.794	debug	Created object Settings_Discharge.ctrDis
              
              alpha-ess.0
              2025-05-17 12:51:28.956	debug	Fetching Settings_Discharge data...
              
              alpha-ess.0
              2025-05-17 12:51:28.907	debug	Set state Settings_Discharge.Discharging_Cutoff_SOC to val: 10; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.857	debug	Set state Settings_Discharge.Discharging_period_2_end to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.809	debug	Set state Settings_Discharge.Discharging_period_2_start to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.761	debug	Set state Settings_Discharge.Discharging_period_1_end to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.714	debug	Set state Settings_Discharge.Discharging_period_1_start to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.658	debug	Set state Settings_Discharge.Battery_Discharging_enabled to val: false; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:28.612	debug	oAIntervalSettingsDischargeMins: 300
              
              alpha-ess.0
              2025-05-17 12:51:28.612	debug	Timeout with interval 300000 ms started for group Settings_Charge
              
              alpha-ess.0
              2025-05-17 12:51:28.539	info	Initialized states for : Settings_Charge
              
              alpha-ess.0
              2025-05-17 12:51:28.538	debug	Subscribed State: Settings_Charge.Charging_stopps_at_SOC
              
              alpha-ess.0
              2025-05-17 12:51:28.538	debug	Created object Settings_Charge.batHighCap
              
              alpha-ess.0
              2025-05-17 12:51:28.536	debug	Subscribed State: Settings_Charge.Charging_period_2_end
              
              alpha-ess.0
              2025-05-17 12:51:28.533	debug	Created object Settings_Charge.timeChae2
              
              alpha-ess.0
              2025-05-17 12:51:28.532	debug	Subscribed State: Settings_Charge.Charging_period_2_start
              
              alpha-ess.0
              2025-05-17 12:51:28.531	debug	Created object Settings_Charge.timeChaf2
              
              alpha-ess.0
              2025-05-17 12:51:28.529	debug	Subscribed State: Settings_Charge.Charging_period_1_end
              
              alpha-ess.0
              2025-05-17 12:51:28.527	debug	Created object Settings_Charge.timeChae1
              
              alpha-ess.0
              2025-05-17 12:51:28.525	debug	Subscribed State: Settings_Charge.Charging_period_1_start
              
              alpha-ess.0
              2025-05-17 12:51:28.522	debug	Created object Settings_Charge.timeChaf1
              
              alpha-ess.0
              2025-05-17 12:51:28.520	debug	Subscribed State: Settings_Charge.Battery_Charging_enabled
              
              alpha-ess.0
              2025-05-17 12:51:28.518	debug	Created object Settings_Charge.gridCharge
              
              alpha-ess.0
              2025-05-17 12:51:27.684	debug	Fetching Settings_Charge data...
              
              alpha-ess.0
              2025-05-17 12:51:27.637	debug	Set state Settings_Charge.Charging_stopps_at_SOC to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.586	debug	Set state Settings_Charge.Charging_period_2_end to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.538	debug	Set state Settings_Charge.Charging_period_2_start to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.489	debug	Set state Settings_Charge.Charging_period_1_end to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.438	debug	Set state Settings_Charge.Charging_period_1_start to val: 00:00; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.388	debug	Set state Settings_Charge.Battery_Charging_enabled to val: false; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:27.375	debug	oAIntervalSettingsChargeMins: 300
              
              alpha-ess.0
              2025-05-17 12:51:27.374	debug	Timeout with interval 300000 ms started for group Energy
              
              alpha-ess.0
              2025-05-17 12:51:27.374	info	Initialized states for : Energy
              
              alpha-ess.0
              2025-05-17 12:51:27.374	debug	Skipped object Energy.theDate
              
              alpha-ess.0
              2025-05-17 12:51:27.374	debug	Skipped object Energy.sysSn
              
              alpha-ess.0
              2025-05-17 12:51:26.839	debug	Fetching Energy data...
              
              alpha-ess.0
              2025-05-17 12:51:26.790	debug	oAIntervalEnergyMins: 300
              
              alpha-ess.0
              2025-05-17 12:51:26.790	debug	Timeout with interval 30000 ms started for group System
              
              alpha-ess.0
              2025-05-17 12:51:26.703	info	Initialized states for : System
              
              alpha-ess.0
              2025-05-17 12:51:26.703	debug	Created object System.emsStatus
              
              alpha-ess.0
              2025-05-17 12:51:26.701	debug	Created object System.usCapacity
              
              alpha-ess.0
              2025-05-17 12:51:26.700	debug	Created object System.surplusCobat
              
              alpha-ess.0
              2025-05-17 12:51:26.699	debug	Created object System.mbat
              
              alpha-ess.0
              2025-05-17 12:51:26.697	debug	Created object System.cobat
              
              alpha-ess.0
              2025-05-17 12:51:26.696	debug	Created object System.poinv
              
              alpha-ess.0
              2025-05-17 12:51:26.694	debug	Created object System.minv
              
              alpha-ess.0
              2025-05-17 12:51:26.693	debug	Created object System.popv
              
              alpha-ess.0
              2025-05-17 12:51:26.691	debug	Created object System.sysSn
              
              alpha-ess.0
              2025-05-17 12:51:26.300	debug	Fetching System data...
              
              alpha-ess.0
              2025-05-17 12:51:26.249	debug	Set state System.System_SN to val: AL7002022070198; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:26.183	debug	Set state System.Battery_available_percentage to val: 90; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:26.130	debug	Set state System.Battery_capacity_remaining to val: 8.3; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:26.081	debug	Set state System.PV_nominal_power to val: 0; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:26.030	debug	Set state System.Inverter_nominal_power to val: 3; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:25.980	debug	Set state System.Inverter_model to val: Storion-SMILE-B3; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:25.925	debug	Set state System.Battery_model to val: M4856-P; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:25.874	debug	Set state System.EMS_status to val: Offline; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:25.813	debug	Set state System.Battery_capacity to val: 8.6; q: 2; ack: true
              
              alpha-ess.0
              2025-05-17 12:51:25.766	debug	oAIntervalEssList: 30
              
              alpha-ess.0
              2025-05-17 12:51:25.708	info	Recent data disabled! Adapter won't fetch Recent data. According states deleted.
              
              alpha-ess.0
              2025-05-17 12:51:25.708	debug	Timeout with interval 30000 ms started for group Realtime
              
              alpha-ess.0
              2025-05-17 12:51:25.707	info	Initialized states for : Realtime
              
              alpha-ess.0
              2025-05-17 12:51:24.768	debug	Fetching Realtime data...
              
              alpha-ess.0
              2025-05-17 12:51:24.669	debug	oAIntervalRealtime: 30
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config updateUnchangedStates: false
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableWallbox: false
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableSummary: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableSettingsDischarge: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableSettingsCharge: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableSettingsCharge: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableEnergy: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableEnergy: true
              
              alpha-ess.0
              2025-05-17 12:51:24.618	debug	config oAEnableRealtime: false
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAEnableRealtime: true
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalWallboxMins: 5
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalSummaryMins: 5
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalSettingsDischargeMins 5
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalSettingsChargeMins 5
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalEnergyMins: 30
              
              alpha-ess.0
              2025-05-17 12:51:24.617	debug	config oAIntervalEnergyMins: 5
              
              alpha-ess.0
              2025-05-17 12:51:24.616	debug	config oAIntervalRealtime: 30
              
              alpha-ess.0
              2025-05-17 12:51:24.616	debug	config systemId: AL7002022070198
              
              alpha-ess.0
              2025-05-17 12:51:24.616	debug	config appID: alpha9bde203b1aef514a
              
              alpha-ess.0
              2025-05-17 12:51:24.616	debug	Used API: Open API
              
              alpha-ess.0
              2025-05-17 12:51:24.489	info	starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.alpha-ess, node: v20.19.2, js-controller: 7.0.7
              

              Beta-Tester

              GaspodeG 1 Antwort Letzte Antwort
              0
              • Merlin123M Merlin123

                @gaspode Bitteschön:

                
                alpha-ess.0
                2025-05-17 12:51:32.632	debug	Watchdog interval started!
                
                alpha-ess.0
                2025-05-17 12:51:32.599	info	Wallbox data disabled! Adapter won't fetch Wallbox data. According states deleted.
                
                alpha-ess.0
                2025-05-17 12:51:32.599	debug	oAIntervalWallboxMins: 300
                
                alpha-ess.0
                2025-05-17 12:51:32.599	debug	Timeout with interval 300000 ms started for group Summary
                
                alpha-ess.0
                2025-05-17 12:51:32.503	info	Initialized states for : Summary
                
                alpha-ess.0
                2025-05-17 12:51:32.502	debug	Created object Summary.moneyType
                
                alpha-ess.0
                2025-05-17 12:51:32.501	debug	Created object Summary.carbonNum
                
                alpha-ess.0
                2025-05-17 12:51:32.500	debug	Created object Summary.treeNum
                
                alpha-ess.0
                2025-05-17 12:51:32.498	debug	Created object Summary.eselfSufficiency
                
                alpha-ess.0
                2025-05-17 12:51:32.497	debug	Created object Summary.eselfConsumption
                
                alpha-ess.0
                2025-05-17 12:51:32.496	debug	Created object Summary.totalIncome
                
                alpha-ess.0
                2025-05-17 12:51:32.494	debug	Created object Summary.todayIncome
                
                alpha-ess.0
                2025-05-17 12:51:32.493	debug	Created object Summary.edischarge
                
                alpha-ess.0
                2025-05-17 12:51:32.491	debug	Created object Summary.echarge
                
                alpha-ess.0
                2025-05-17 12:51:32.490	debug	Created object Summary.einput
                
                alpha-ess.0
                2025-05-17 12:51:32.488	debug	Created object Summary.eoutput
                
                alpha-ess.0
                2025-05-17 12:51:32.487	debug	Created object Summary.eload
                
                alpha-ess.0
                2025-05-17 12:51:32.486	debug	Created object Summary.epvtotal
                
                alpha-ess.0
                2025-05-17 12:51:32.484	debug	Created object Summary.epvtoday
                
                alpha-ess.0
                2025-05-17 12:51:30.665	debug	Fetching Summary data...
                
                alpha-ess.0
                2025-05-17 12:51:30.614	debug	Set state Summary.Battery_discharge_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.564	debug	Set state Summary.Battery_charge_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.510	debug	Set state Summary.Grid_consumption_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.448	debug	Set state Summary.Grid_feed_in_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.401	debug	Set state Summary.Consumption_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.352	debug	Set state Summary.Currency to val: EUR; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.295	debug	Set state Summary.CO2_reduction_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.235	debug	Set state Summary.Trees_plantet_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.179	debug	Set state Summary.Self_sufficiency_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.124	debug	Set state Summary.Self_consumption_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.073	debug	Set state Summary.Income_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:30.025	debug	Set state Summary.Income_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:29.973	debug	Set state Summary.Generation_total to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:29.926	debug	Set state Summary.Generation_today to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:29.881	debug	oAIntervalSummaryMins: 300
                
                alpha-ess.0
                2025-05-17 12:51:29.880	debug	Timeout with interval 300000 ms started for group Settings_Discharge
                
                alpha-ess.0
                2025-05-17 12:51:29.812	info	Initialized states for : Settings_Discharge
                
                alpha-ess.0
                2025-05-17 12:51:29.812	debug	Subscribed State: Settings_Discharge.Discharging_Cutoff_SOC
                
                alpha-ess.0
                2025-05-17 12:51:29.811	debug	Created object Settings_Discharge.batUseCap
                
                alpha-ess.0
                2025-05-17 12:51:29.809	debug	Subscribed State: Settings_Discharge.Discharging_period_2_end
                
                alpha-ess.0
                2025-05-17 12:51:29.808	debug	Created object Settings_Discharge.timeDise2
                
                alpha-ess.0
                2025-05-17 12:51:29.805	debug	Subscribed State: Settings_Discharge.Discharging_period_2_start
                
                alpha-ess.0
                2025-05-17 12:51:29.804	debug	Created object Settings_Discharge.timeDisf2
                
                alpha-ess.0
                2025-05-17 12:51:29.802	debug	Subscribed State: Settings_Discharge.Discharging_period_1_end
                
                alpha-ess.0
                2025-05-17 12:51:29.800	debug	Created object Settings_Discharge.timeDise1
                
                alpha-ess.0
                2025-05-17 12:51:29.797	debug	Subscribed State: Settings_Discharge.Discharging_period_1_start
                
                alpha-ess.0
                2025-05-17 12:51:29.796	debug	Created object Settings_Discharge.timeDisf1
                
                alpha-ess.0
                2025-05-17 12:51:29.795	debug	Subscribed State: Settings_Discharge.Battery_Discharging_enabled
                
                alpha-ess.0
                2025-05-17 12:51:29.794	debug	Created object Settings_Discharge.ctrDis
                
                alpha-ess.0
                2025-05-17 12:51:28.956	debug	Fetching Settings_Discharge data...
                
                alpha-ess.0
                2025-05-17 12:51:28.907	debug	Set state Settings_Discharge.Discharging_Cutoff_SOC to val: 10; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.857	debug	Set state Settings_Discharge.Discharging_period_2_end to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.809	debug	Set state Settings_Discharge.Discharging_period_2_start to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.761	debug	Set state Settings_Discharge.Discharging_period_1_end to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.714	debug	Set state Settings_Discharge.Discharging_period_1_start to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.658	debug	Set state Settings_Discharge.Battery_Discharging_enabled to val: false; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:28.612	debug	oAIntervalSettingsDischargeMins: 300
                
                alpha-ess.0
                2025-05-17 12:51:28.612	debug	Timeout with interval 300000 ms started for group Settings_Charge
                
                alpha-ess.0
                2025-05-17 12:51:28.539	info	Initialized states for : Settings_Charge
                
                alpha-ess.0
                2025-05-17 12:51:28.538	debug	Subscribed State: Settings_Charge.Charging_stopps_at_SOC
                
                alpha-ess.0
                2025-05-17 12:51:28.538	debug	Created object Settings_Charge.batHighCap
                
                alpha-ess.0
                2025-05-17 12:51:28.536	debug	Subscribed State: Settings_Charge.Charging_period_2_end
                
                alpha-ess.0
                2025-05-17 12:51:28.533	debug	Created object Settings_Charge.timeChae2
                
                alpha-ess.0
                2025-05-17 12:51:28.532	debug	Subscribed State: Settings_Charge.Charging_period_2_start
                
                alpha-ess.0
                2025-05-17 12:51:28.531	debug	Created object Settings_Charge.timeChaf2
                
                alpha-ess.0
                2025-05-17 12:51:28.529	debug	Subscribed State: Settings_Charge.Charging_period_1_end
                
                alpha-ess.0
                2025-05-17 12:51:28.527	debug	Created object Settings_Charge.timeChae1
                
                alpha-ess.0
                2025-05-17 12:51:28.525	debug	Subscribed State: Settings_Charge.Charging_period_1_start
                
                alpha-ess.0
                2025-05-17 12:51:28.522	debug	Created object Settings_Charge.timeChaf1
                
                alpha-ess.0
                2025-05-17 12:51:28.520	debug	Subscribed State: Settings_Charge.Battery_Charging_enabled
                
                alpha-ess.0
                2025-05-17 12:51:28.518	debug	Created object Settings_Charge.gridCharge
                
                alpha-ess.0
                2025-05-17 12:51:27.684	debug	Fetching Settings_Charge data...
                
                alpha-ess.0
                2025-05-17 12:51:27.637	debug	Set state Settings_Charge.Charging_stopps_at_SOC to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.586	debug	Set state Settings_Charge.Charging_period_2_end to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.538	debug	Set state Settings_Charge.Charging_period_2_start to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.489	debug	Set state Settings_Charge.Charging_period_1_end to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.438	debug	Set state Settings_Charge.Charging_period_1_start to val: 00:00; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.388	debug	Set state Settings_Charge.Battery_Charging_enabled to val: false; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:27.375	debug	oAIntervalSettingsChargeMins: 300
                
                alpha-ess.0
                2025-05-17 12:51:27.374	debug	Timeout with interval 300000 ms started for group Energy
                
                alpha-ess.0
                2025-05-17 12:51:27.374	info	Initialized states for : Energy
                
                alpha-ess.0
                2025-05-17 12:51:27.374	debug	Skipped object Energy.theDate
                
                alpha-ess.0
                2025-05-17 12:51:27.374	debug	Skipped object Energy.sysSn
                
                alpha-ess.0
                2025-05-17 12:51:26.839	debug	Fetching Energy data...
                
                alpha-ess.0
                2025-05-17 12:51:26.790	debug	oAIntervalEnergyMins: 300
                
                alpha-ess.0
                2025-05-17 12:51:26.790	debug	Timeout with interval 30000 ms started for group System
                
                alpha-ess.0
                2025-05-17 12:51:26.703	info	Initialized states for : System
                
                alpha-ess.0
                2025-05-17 12:51:26.703	debug	Created object System.emsStatus
                
                alpha-ess.0
                2025-05-17 12:51:26.701	debug	Created object System.usCapacity
                
                alpha-ess.0
                2025-05-17 12:51:26.700	debug	Created object System.surplusCobat
                
                alpha-ess.0
                2025-05-17 12:51:26.699	debug	Created object System.mbat
                
                alpha-ess.0
                2025-05-17 12:51:26.697	debug	Created object System.cobat
                
                alpha-ess.0
                2025-05-17 12:51:26.696	debug	Created object System.poinv
                
                alpha-ess.0
                2025-05-17 12:51:26.694	debug	Created object System.minv
                
                alpha-ess.0
                2025-05-17 12:51:26.693	debug	Created object System.popv
                
                alpha-ess.0
                2025-05-17 12:51:26.691	debug	Created object System.sysSn
                
                alpha-ess.0
                2025-05-17 12:51:26.300	debug	Fetching System data...
                
                alpha-ess.0
                2025-05-17 12:51:26.249	debug	Set state System.System_SN to val: AL7002022070198; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:26.183	debug	Set state System.Battery_available_percentage to val: 90; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:26.130	debug	Set state System.Battery_capacity_remaining to val: 8.3; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:26.081	debug	Set state System.PV_nominal_power to val: 0; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:26.030	debug	Set state System.Inverter_nominal_power to val: 3; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:25.980	debug	Set state System.Inverter_model to val: Storion-SMILE-B3; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:25.925	debug	Set state System.Battery_model to val: M4856-P; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:25.874	debug	Set state System.EMS_status to val: Offline; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:25.813	debug	Set state System.Battery_capacity to val: 8.6; q: 2; ack: true
                
                alpha-ess.0
                2025-05-17 12:51:25.766	debug	oAIntervalEssList: 30
                
                alpha-ess.0
                2025-05-17 12:51:25.708	info	Recent data disabled! Adapter won't fetch Recent data. According states deleted.
                
                alpha-ess.0
                2025-05-17 12:51:25.708	debug	Timeout with interval 30000 ms started for group Realtime
                
                alpha-ess.0
                2025-05-17 12:51:25.707	info	Initialized states for : Realtime
                
                alpha-ess.0
                2025-05-17 12:51:24.768	debug	Fetching Realtime data...
                
                alpha-ess.0
                2025-05-17 12:51:24.669	debug	oAIntervalRealtime: 30
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config updateUnchangedStates: false
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableWallbox: false
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableSummary: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableSettingsDischarge: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableSettingsCharge: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableSettingsCharge: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableEnergy: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableEnergy: true
                
                alpha-ess.0
                2025-05-17 12:51:24.618	debug	config oAEnableRealtime: false
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAEnableRealtime: true
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalWallboxMins: 5
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalSummaryMins: 5
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalSettingsDischargeMins 5
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalSettingsChargeMins 5
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalEnergyMins: 30
                
                alpha-ess.0
                2025-05-17 12:51:24.617	debug	config oAIntervalEnergyMins: 5
                
                alpha-ess.0
                2025-05-17 12:51:24.616	debug	config oAIntervalRealtime: 30
                
                alpha-ess.0
                2025-05-17 12:51:24.616	debug	config systemId: AL7002022070198
                
                alpha-ess.0
                2025-05-17 12:51:24.616	debug	config appID: alpha9bde203b1aef514a
                
                alpha-ess.0
                2025-05-17 12:51:24.616	debug	Used API: Open API
                
                alpha-ess.0
                2025-05-17 12:51:24.489	info	starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.alpha-ess, node: v20.19.2, js-controller: 7.0.7
                
                GaspodeG Offline
                GaspodeG Offline
                Gaspode
                schrieb am zuletzt editiert von
                #265

                @merlin123
                Sieht soweit gut aus. Da ich jetzt ja aus dem anderen Forum weiß, dass es sich um einen i3 handelt:
                Es kann sein, dass die API für diesen nicht alle Werte bereit stellt, ich bin mir aber gerade nicht sicher. Versuch mal mit Aktivieren von "Recent data", da sollte dann ein wenig mehr Info kommen (u.a. SOC).

                Merlin123M 1 Antwort Letzte Antwort
                0
                • GaspodeG Gaspode

                  @merlin123
                  Sieht soweit gut aus. Da ich jetzt ja aus dem anderen Forum weiß, dass es sich um einen i3 handelt:
                  Es kann sein, dass die API für diesen nicht alle Werte bereit stellt, ich bin mir aber gerade nicht sicher. Versuch mal mit Aktivieren von "Recent data", da sollte dann ein wenig mehr Info kommen (u.a. SOC).

                  Merlin123M Offline
                  Merlin123M Offline
                  Merlin123
                  schrieb am zuletzt editiert von
                  #266

                  @gaspode Wie gesagt: Die Anlage ist aktuell noch nicht in Betrieb. Der Speicher ist ausgeschaltet, nur die Backupbox läuft..... Ich warte jetzt mal bis alles läuft bevor ich da Fehler suche, die vielleicht nicht da sind 😉

                  Beta-Tester

                  GaspodeG 1 Antwort Letzte Antwort
                  0
                  • Merlin123M Merlin123

                    @gaspode Wie gesagt: Die Anlage ist aktuell noch nicht in Betrieb. Der Speicher ist ausgeschaltet, nur die Backupbox läuft..... Ich warte jetzt mal bis alles läuft bevor ich da Fehler suche, die vielleicht nicht da sind 😉

                    GaspodeG Offline
                    GaspodeG Offline
                    Gaspode
                    schrieb am zuletzt editiert von Gaspode
                    #267

                    @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.

                    Merlin123M 1 Antwort Letzte Antwort
                    0
                    • GaspodeG 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.

                      Merlin123M Offline
                      Merlin123M Offline
                      Merlin123
                      schrieb am zuletzt editiert von
                      #268

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

                      Beta-Tester

                      GaspodeG 1 Antwort Letzte Antwort
                      0
                      • Merlin123M Merlin123

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

                        GaspodeG Offline
                        GaspodeG Offline
                        Gaspode
                        schrieb am zuletzt editiert von
                        #269

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

                        Merlin123M 1 Antwort Letzte Antwort
                        0
                        • GaspodeG Gaspode

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

                          Merlin123M Offline
                          Merlin123M Offline
                          Merlin123
                          schrieb am zuletzt editiert von
                          #270

                          @gaspode Das ist klar 😉 Aber wo dort?

                          Screenshot 2025-05-17 182106.png

                          Beta-Tester

                          GaspodeG 1 Antwort Letzte Antwort
                          0
                          • Merlin123M Merlin123

                            @gaspode Das ist klar 😉 Aber wo dort?

                            Screenshot 2025-05-17 182106.png

                            GaspodeG Offline
                            GaspodeG Offline
                            Gaspode
                            schrieb am zuletzt editiert von
                            #271

                            @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 Antwort Letzte Antwort
                            1
                            • T Offline
                              T Offline
                              TheCrusher
                              schrieb am zuletzt editiert von
                              #272

                              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 Antwort Letzte Antwort
                              0
                              • T TheCrusher

                                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 Offline
                                S Offline
                                sigma5345
                                schrieb am zuletzt editiert von
                                #273

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

                                1 Antwort Letzte Antwort
                                0
                                • L Offline
                                  L Offline
                                  Lighthammer
                                  schrieb am zuletzt editiert von
                                  #274

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • S Offline
                                    S Offline
                                    sigma5345
                                    schrieb am zuletzt editiert von
                                    #275

                                    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 Antwort Letzte Antwort
                                    0
                                    • S sigma5345

                                      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 Offline
                                      S Offline
                                      sigma5345
                                      schrieb am zuletzt editiert von
                                      #276

                                      @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 Antwort Letzte Antwort
                                      1
                                      • L Offline
                                        L Offline
                                        Lighthammer
                                        schrieb am zuletzt editiert von
                                        #277

                                        Äusserst professionell, das Zertifikat ablaufen zu lassen. 😠

                                        1 Antwort Letzte Antwort
                                        0
                                        • GaspodeG Offline
                                          GaspodeG Offline
                                          Gaspode
                                          schrieb am zuletzt editiert von
                                          #278

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

                                          360

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe