Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. Development
    4. New Adapter - Soliscloud

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    New Adapter - Soliscloud

    This topic has been deleted. Only users with topic management privileges can see it.
    • Trixx
      Trixx last edited by 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 1 Reply Last reply Reply Quote 0
      • M T
        M T @Schneider_Helmut last edited by

        Hallo

        Können sie bitte einen Bild hochladen welche Einstellung bei der App und welche Angaben wo eingesetzt werden

        @schneider_helmut said in New Adapter - Soliscloud:

        @trixx

        Thank you. Everything works great now. Grate job! I waited over a year for a Solis adapter for IO Broker because I wasn't able to use the Solis API myself.
        Perhaps it would be important to mention that for "Station/Plant ID" you do not have to enter the ID "1668XX" from the Soli portal as expected, but rather the id from the browser address while you are logged in to your solis account "https://www.soliscloud.com/#/station/stationdetail_1?id=12984919194490002YY". "Station/Plant ID" must be entered here "12984919194490002YY".

        mcm1957 M T 2 Replies Last reply Reply Quote 0
        • mcm1957
          mcm1957 @M T last edited by mcm1957

          @m-t said in New Adapter - Soliscloud:

          Hallo

          Können sie bitte einen Bild hochladen .........

          This is the english section of the forum. Please use english language only. If you want to discuss a problem in german, pleae use german area.

          06c8abac-aba5-4080-bc8f-ffe460365a32-image.png

          M T 1 Reply Last reply Reply Quote 0
          • M T
            M T @mcm1957 last edited by

            Can you give me a screenshot of the app settings? how to enter the data

            Screenshot 2024-01-17 193606.png
            @mcm57 said in New Adapter - Soliscloud:

            @m-t said in New Adapter - Soliscloud:

            Hallo

            Können sie bitte einen Bild hochladen .........

            This is the english section of the forum. Please use english language only. If you want to discuss a problem in german, pleae use german area.

            06c8abac-aba5-4080-bc8f-ffe460365a32-image.png

            1 Reply Last reply Reply Quote 1
            • M T
              M T @M T last edited by

              Can you tell me what data I need to enter??
              @m-t said in New Adapter - Soliscloud:

              Hallo

              Können sie bitte einen Bild hochladen welche Einstellung bei der App und welche Angaben wo eingesetzt werden

              @schneider_helmut said in New Adapter - Soliscloud:

              @trixx

              Thank you. Everything works great now. Grate job! I waited over a year for a Solis adapter for IO Broker because I wasn't able to use the Solis API myself.
              Perhaps it would be important to mention that for "Station/Plant ID" you do not have to enter the ID "1668XX" from the Soli portal as expected, but rather the id from the browser address while you are logged in to your solis account "https://www.soliscloud.com/#/station/stationdetail_1?id=12984919194490002YY". "Station/Plant ID" must be entered here "12984919194490002YY".

              mcm1957 1 Reply Last reply Reply Quote 0
              • mcm1957
                mcm1957 @M T last edited by mcm1957

                @m-t
                Did you follow the instructions at README.md (https://github.com/Trixx34/ioBroker.SolisCloud?tab=readme-ov-file#soliscloud-adapter-for-iobroker) ? Looks like that getting the required data is decribed there.
                What information do you miss in detail?

                M T 1 Reply Last reply Reply Quote 0
                • M T
                  M T @mcm1957 last edited by

                  I'm concerned about which data and where should I enter it?

                  IMG_4452.jpeg @mcm57 said in New Adapter - Soliscloud:

                  @m-t
                  Did you follow the instructions at README.md (https://github.com/Trixx34/ioBroker.SolisCloud?tab=readme-ov-file#soliscloud-adapter-for-iobroker) ? Looks like that getting the required data is decribed there.
                  What information do you miss in detail?

                  mcm1957 1 Reply Last reply Reply Quote 0
                  • mcm1957
                    mcm1957 @M T last edited by

                    @m-t
                    As your screenshot shows there is exactly one field for api key and one filed for the api secret at the first line.
                    Did you try to enter them there?

                    Or did I misunderstand your question.
                    What cocerns do you have?

                    M T 1 Reply Last reply Reply Quote 0
                    • M T
                      M T @mcm1957 last edited by

                      @mcm57 said in New Adapter - Soliscloud:

                      @m-t
                      As your screenshot shows there is exactly one field for api key and one filed for the api secret at the first line.
                      Did you try to enter them there?

                      Or did I misunderstand your question.
                      What cocerns do you have?

                      IMG_4453.jpeg

                      I use iobroker which data I have to enter where so that I can establish a connection

                      Trixx 1 Reply Last reply Reply Quote 0
                      • Trixx
                        Trixx @M T last edited by

                        @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 T 1 Reply Last reply Reply Quote 0
                        • M T
                          M T @Trixx last edited by

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

                          mcm1957 1 Reply Last reply Reply Quote 0
                          • mcm1957
                            mcm1957 @M T last edited by

                            @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 1 Reply Last reply Reply Quote 0
                            • L
                              Luapsi @Trixx last edited by

                              @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 Reply Quote 0
                              • G
                                gabylein @mcm1957 last edited by

                                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

                                Trixx 1 Reply Last reply Reply Quote 0
                                • Trixx
                                  Trixx @gabylein last edited by

                                  @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 Reply Quote 0
                                  • G
                                    gabylein @Trixx last edited by gabylein

                                    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 Reply Quote 0
                                    • M
                                      meikel last edited by

                                      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 Reply Quote 0
                                      • M
                                        Mirtl last edited by

                                        @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

                                        mcm1957 1 Reply Last reply Reply Quote 0
                                        • mcm1957
                                          mcm1957 @Mirtl last edited by mcm1957

                                          @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

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          981
                                          Online

                                          31.8k
                                          Users

                                          80.0k
                                          Topics

                                          1.3m
                                          Posts

                                          9
                                          55
                                          5351
                                          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