Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. English
  3. Development
  4. New Adapter - Soliscloud

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    200

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

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

New Adapter - Soliscloud

New Adapter - Soliscloud

Scheduled Pinned Locked Moved Development
57 Posts 10 Posters 9.5k Views 9 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.
  • TrixxT Trixx

    @m-t

    Hi!
    What you show in your screenshot should work.
    You will also need to add a specific interval that's used between each API call. (Between 45 & 1800 seconds).

    Unrelated remark: I noticed I've left some test code in the last release that logs an error every time the api is polled. This will show "This is the error" in the logging. This can be ignored, I'll push a new version during the weekend that fixes this.

    Regards,
    T

    M TM Offline
    M TM Offline
    M T
    wrote on last edited by
    #47

    @trixx said in New Adapter - Soliscloud:

    @m-t

    Hi!
    What you show in your screenshot should work.
    You will also need to add a specific interval that's used between each API call. (Between 45 & 1800 seconds).

    Unrelated remark: I noticed I've left some test code in the last release that logs an error every time the api is polled. This will show "This is the error" in the logging. This can be ignored, I'll push a new version during the weekend that fixes this.

    Regards,
    T

    The connection is established! Excellent ! Can't you shorten the polling time by 0-1800?

    mcm1957M 1 Reply Last reply
    0
    • M TM M T

      @trixx said in New Adapter - Soliscloud:

      @m-t

      Hi!
      What you show in your screenshot should work.
      You will also need to add a specific interval that's used between each API call. (Between 45 & 1800 seconds).

      Unrelated remark: I noticed I've left some test code in the last release that logs an error every time the api is polled. This will show "This is the error" in the logging. This can be ignored, I'll push a new version during the weekend that fixes this.

      Regards,
      T

      The connection is established! Excellent ! Can't you shorten the polling time by 0-1800?

      mcm1957M Offline
      mcm1957M Offline
      mcm1957
      wrote on last edited by
      #48

      @m-t
      Cloud access MUST have a reasonable minimum Intervall. Otherwise cloud service might ve overliaded an access might be blocked for all ioBroker users. So a minimum of 0bis definitly too low and would not be accepted at repository.

      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
      Support Repositoryverwaltung.

      Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

      LESEN - gute Forenbeitrage

      G 1 Reply Last reply
      0
      • TrixxT Trixx

        @luapsi
        Hi !

        Sorry for the long delay. I had some stuff going on that I needed to handle first...
        I've created a new build that has an option to enable the EPM api call, there's also an option to enable logging for this call.
        Could you try this version, enable the logging and send me a copy of the logging for the api call ?
        With that I should be able to map the values you requested.

        Edit; I've also added an option to send (anonymous) stacktraces of any errors that occur. This is completely opt-in and not required.

        Happy holidays !

        Regards,
        Trixx

        L Offline
        L Offline
        Luapsi
        wrote on last edited by
        #49

        @trixx
        Thank you for the implementation and your commitment.
        Update carried out.
        My adapter version is 1.4.0.
        What settings can I make to support you?

        greeting

        Luapsi

        1 Reply Last reply
        0
        • mcm1957M mcm1957

          @m-t
          Cloud access MUST have a reasonable minimum Intervall. Otherwise cloud service might ve overliaded an access might be blocked for all ioBroker users. So a minimum of 0bis definitly too low and would not be accepted at repository.

          G Offline
          G Offline
          gabylein
          wrote on last edited by
          #50

          Hy

          installed it V1.4.1 - but getting no value from the cloud.
          get this error

          2fbb2d4f-affb-42e6-963d-ef180b37e5b5-grafik.png

          Instance:
          9c4764fc-fe0e-4d89-bcc7-ea561d7afb57-grafik.png

          Objects:
          81a143ec-5ff5-4f4d-962f-7c04307e3fc2-grafik.png

          What is the right way to get the Information from the Cloud ?

          greatings
          gabylein

          TrixxT 1 Reply Last reply
          0
          • G gabylein

            Hy

            installed it V1.4.1 - but getting no value from the cloud.
            get this error

            2fbb2d4f-affb-42e6-963d-ef180b37e5b5-grafik.png

            Instance:
            9c4764fc-fe0e-4d89-bcc7-ea561d7afb57-grafik.png

            Objects:
            81a143ec-5ff5-4f4d-962f-7c04307e3fc2-grafik.png

            What is the right way to get the Information from the Cloud ?

            greatings
            gabylein

            TrixxT Offline
            TrixxT Offline
            Trixx
            wrote on last edited by
            #51

            @gabylein
            Hi !
            Do you see more info if you set the logging level to debug ? The configuration seems right.
            It should show what is returned from the different api calls.

            G 1 Reply Last reply
            0
            • TrixxT Trixx

              @gabylein
              Hi !
              Do you see more info if you set the logging level to debug ? The configuration seems right.
              It should show what is returned from the different api calls.

              G Offline
              G Offline
              gabylein
              wrote on last edited by gabylein
              #52

              Its running

              all the time I call directly this link ..
              https://www.soliscloud.com/#/station/inverter/inverterdetail?id=xxxxxxxxxxxxxxxxxxxxxxxx&stationId=xxxxxxxxxxxxxxxxxxx

              there is a mistake * Station ID is not Inverter ID 🙂

              running now

              gabylein

              1 Reply Last reply
              0
              • M Offline
                M Offline
                meikel
                wrote on last edited by
                #53

                First of all, great work 👍 . The adapter works perfectly and provides reliable data.

                If adjustments are made to the data points in the future, I would find the "total yield" value very interesting for further evaluations.

                Regards

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  Mirtl
                  wrote on last edited by
                  #54

                  @Trixx

                  Is it possible for you to integrate these?

                  • iDC1 Current
                  • iDC2 Current
                  • iDC3 Current
                  • iCD4 Current
                  • uDC1 Voltage
                  • uDC2 Voltage
                  • uDC3 Voltage
                  • uDC4 Voltage
                  • pDC1 Power
                  • pDC2 Power
                  • pDC3 Power
                  • pDC4 Power

                  Thank you very much in advance!
                  Mirtl

                  mcm1957M 1 Reply Last reply
                  0
                  • M Mirtl

                    @Trixx

                    Is it possible for you to integrate these?

                    • iDC1 Current
                    • iDC2 Current
                    • iDC3 Current
                    • iCD4 Current
                    • uDC1 Voltage
                    • uDC2 Voltage
                    • uDC3 Voltage
                    • uDC4 Voltage
                    • pDC1 Power
                    • pDC2 Power
                    • pDC3 Power
                    • pDC4 Power

                    Thank you very much in advance!
                    Mirtl

                    mcm1957M Offline
                    mcm1957M Offline
                    mcm1957
                    wrote on last edited by mcm1957
                    #55

                    @trixx
                    You archived the repo ioBroker.soliscloud.

                    Please let us lnow if hhe adapter is nonlonger worki g due tp some cganges at the solis website or if you just do not have time or interrest to makntain it any further.

                    If the later is valud please consider movi g itvinto iobroker-community-adapters.This wpukd ne only a few clicks for you. Transfer ownership of repo to me (mcm1957) would be sufficient. I can do the rest.

                    Thanks for your feedback
                    Mcm1956

                    Edit
                    https://github.com/iobroker-community-adapters/info?tab=readme-ov-file#ask-to-move-your-repository-to-iobroker-community-adapters

                    des ribes the steps to initiate a transfer

                    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                    Support Repositoryverwaltung.

                    Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                    LESEN - gute Forenbeitrage

                    1 Reply Last reply
                    0
                    • H Offline
                      H Offline
                      Honnkoponko
                      wrote on last edited by
                      #56

                      @Trixx

                      Is it possible to implement Inverter Control as on Home Assistant?

                      Energy Storage Control Switch
                      Overdischarge SOC
                      Force Charge SOC
                      Backup SOC

                      Or does anyone knows how to control and monitor those values via Iobroker?

                      mcm1957M 1 Reply Last reply
                      0
                      • H Honnkoponko

                        @Trixx

                        Is it possible to implement Inverter Control as on Home Assistant?

                        Energy Storage Control Switch
                        Overdischarge SOC
                        Force Charge SOC
                        Backup SOC

                        Or does anyone knows how to control and monitor those values via Iobroker?

                        mcm1957M Offline
                        mcm1957M Offline
                        mcm1957
                        wrote on last edited by
                        #57

                        @honnkoponko

                        ac50af6f-024d-4807-ae30-cc71248608f1-image.png

                        This adapter is no longer maintained. I do not have any information WHY it was archived.

                        IF the adpater is still working (and change by solis cloud etc.) is the reason to stop maintaining this adapter we could move it to iobroker-community-area so that at least base maintainance can be provided. Adding new features is always possible but depends on available developers.

                        Please let me know if adapter is still working and if you eventually would help testing after migration to iobroker-community-area.

                        (Please ping me again if I miss any answer)

                        Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                        Support Repositoryverwaltung.

                        Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                        LESEN - gute Forenbeitrage

                        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

                        144

                        Online

                        32.4k

                        Users

                        81.3k

                        Topics

                        1.3m

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

                        • Don't have an account? Register

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