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.
    • Homoran
      Homoran Global Moderator Administrators @mcm1957 last edited by

      @mcm57 sagte in New Adapter - Soliscloud:

      there seems to be a SPACE between the dot and the S of SolisCloud.

      @schneider_helmut sagte in New Adapter - Soliscloud:

      Installing Trixx34/ioBroker. SolisCloud#b39242521a5f9f1b7eee929cc6589b1c4af0170... (System call)

      here it is, too!

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

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

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

          @Schneider_Helmut

          Good to hear everything is working now for you!

          You're correct on the information regarding the plant ID, I'll update the documentation to make that more clear.
          If there's any value you are missing and would like to have available in in ioBroker, let me know and I'll see what I can do!

          Regards,
          Trixx

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

            @trixx
            I really appreciate your support. Your adapter will be very useful to Solis as people increasingly want to network systems. I can't understand why manufacturers don't make an effort to open up to common automation solutions and offer adapters themselves. For example, I have been looking for a wallbox for months where the manufacturer offers an IoBroker adapter with which I can start charging via IO-Broker and specify the charging current for the car myself.
            And I still did not find one.

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

              The latest version on github is broken, I broke it while trying to fix something else...
              I'll try fixing this tonight.

              Edit; small fix. Already ok again

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

                @trixx
                I am also interested in the “Soliscloud” adapter.
                The installation was successful, unfortunately I can't get any further with the settings so that access to the SolisCloud is possible.
                No SolisCloud is displayed in the instances, but that's okay in the objects?
                I have already activated the Solis API.
                I have only recently started using ioBroker.

                Thk Sven
                2023-10-29_203817.png

                Trixx Homoran 2 Replies Last reply Reply Quote 0
                • Trixx
                  Trixx @Luapsi last edited by

                  @luapsi

                  Hi,
                  Thanks for trying my adapter. Once the install from github is completed, you should now be able to find the solis adapter in the "adapters" screen.
                  From there you should be able to add an instance of the adapter to your ioBroker installation. Once the instance is installed, it will take you directly to the configuration screen.

                  1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Luapsi last edited by

                    @luapsi sagte in New Adapter - Soliscloud:

                    No SolisCloud is displayed in the instances

                    that is the regular behavior by installing via github.
                    The instance has to be added manually

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      Luapsi @Homoran last edited by

                      @homoran
                      Hello, I just found it in the documentation.
                      Thank you very much:)

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

                        @trixx sagte in New Adapter - Soliscloud:

                        battery_current_usage

                        hi @trixx,

                        The SolisCloud adapter also works for me. Thank you for your implementation.

                        As you requested, it would be great if these values ​​could be added:

                        from the Power Station List:

                        1. batteryTodayDischargeEnergy
                        2. batteryTodayChargeEnergy
                        3. homeLoadTodayEnergy
                        4. state
                        5. oneSelf

                        from the Inverter List:

                        1. eToday
                        2. etodayStr
                        3. state

                        Gerne teste ich für Dich!

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

                          @luapsi said in New Adapter - Soliscloud:

                          @trixx sagte in New Adapter - Soliscloud:

                          battery_current_usage

                          hi @trixx,

                          The SolisCloud adapter also works for me. Thank you for your implementation.

                          As you requested, it would be great if these values ​​could be added:

                          from the Power Station List:

                          1. batteryTodayDischargeEnergy
                          2. batteryTodayChargeEnergy
                          3. homeLoadTodayEnergy
                          4. state
                          5. oneSelf

                          from the Inverter List:

                          1. eToday
                          2. etodayStr
                          3. state

                          Gerne teste ich für Dich!

                          Thanks for the suggestions, I'll see what I can do. The first 5 shouldn't be to much work, I should be able to do that right away. The other ones require an additional API call, but still shouldn't be a problem.
                          I'll let you know once I have an update on this.

                          L 2 Replies Last reply Reply Quote 1
                          • L
                            Luapsi @Trixx last edited by

                            @trixx

                            hi @Trixx

                            thank you for taking the suggestions!
                            Here's a little addition!
                            In ioBroker, instances are assigned a category!
                            Would you be so kind as to put your instance in the “Energy” category?

                            Here is an excerpt from instances in this category
                            2023-10-31_103528.png

                            Thx Sven

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

                              @luapsi

                              Hi,

                              I've just pushed a new version to github, I think it should include all requested additions 🙂

                              Regards,
                              Trixx

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

                                @trixx
                                Your performance is great, thank you very much.
                                I will test extensively and give you feedback.

                                I wish you a pleasant day

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

                                  Hi @trixx,

                                  all data fields are correct.
                                  Thanks for the quick and professional work.

                                  As you requested, it would be great if these values ​​could be added:

                                  from the v1/api/InverterDetail:

                                  1. familyLoadPower
                                  2. familyLoadPowerStr
                                  3. id inverter id
                                  4. sn inverter sn
                                  5. iAc1 AC current R
                                  6. iAc2 AC current S
                                  7. iAc3 AC current T
                                  8. uAc1 AC voltage R
                                  9. uAc2 AC voltage S
                                  10. uAc3 AC voltage T
                                  11. inverterTemperature
                                  12. batteryPower
                                  13. batterypowerStr
                                  14. batteryPowerPec
                                  15. batteryTodayChargeEnergy
                                  16. batteryTodayChargeEnergyStr
                                  17. batteryMonthChargeEnergy
                                  18. batteryMonthChargeEnergyStr
                                  19. batteryYearChargeEnergy
                                  20. batteryYearChargeEnergyStr
                                  21. batteryTotalChargeEnergy
                                  22. batteryTotalChargeEnergyStr
                                  23. batteryTodayDischargeEnergy
                                  24. batteryTodayDischargeEnergyStr
                                  25. batteryMonthDischargeEnergy
                                  26. batteryMonthDischargeEnergyStr
                                  27. batteryYearDischargeEnergy
                                  28. batteryYearDischargeEnergyStr
                                  29. batteryTotalDischargeEnergy
                                  30. batteryTotalDischargeEnergyStr

                                  another note about the data structure:

                                  Is it possible to create a separate folder for each API group, which would allow the data fields to be better allocated

                                  • Power Station List (v1/api/userStationList)
                                  • Power Station Detail (v1/api/stationDetail)
                                  • Datalogger List (v1/api/collectorList)
                                  • Data logger details (v1/api/collectorDetail)

                                  Inverter List (v1/api/inverterList)

                                  • Inverter details (v1/api/inverterDetail)
                                    possible!

                                  If I can support you here, please let me know.

                                  Greetings from Saxony

                                  PS: the app currently available from Solis cannot be used in this way.

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

                                    @luapsi

                                    Hi,

                                    I've pushed another version to github.
                                    The values are split up between the inverter & station details, for the values I did have to switch some things.
                                    The month & year values aren't exported correctly for the inverter api call (they are returned as '0'), the stationDetail does provide the correct values so they are available under stationDetails instead.

                                    I still have a few more to add and need to adjust some units .
                                    I'll try to get to those later today or later this week.

                                    Regards,
                                    Trixx

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

                                      @trixx

                                      Hi,

                                      Thank you for your enthusiasm and commitment!
                                      For me the values ​​are also "zero", I will create a ticket with "Soliscloud" so that we can achieve clarity here.
                                      Let me know if there is any news.

                                      Greetings Sven

                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        Luapsi @Luapsi last edited by Luapsi

                                        @Trixx

                                        The problem with the API is solved.

                                        all data fields are correct.
                                        Thanks for the quick and professional work.

                                        An additional group is still needed 🙂

                                        Is it possible for you to integrate these?
                                        is needed to calculate data!

                                        Thank you very much in advance!

                                        from v1/api/epmDetail:

                                        1. state
                                        2. iAc1 Current U
                                        3. iAc2 Current V
                                        4. iAc3 Current W
                                        5. uAc1 Voltage U
                                        6. uAc2 Voltage V
                                        7. uAc3 Voltage W
                                        8. pAc1 Power U
                                        9. pAc2 Power V
                                        10. pAc3 Power W
                                        11. facMeter
                                        12. pEpmTotal
                                        13. pEpmTotalStr
                                        14. eTotalBuy
                                        15. eTotalBayStr
                                        16. eTotalSell
                                        17. etotalSellStr

                                        Thanks

                                        Trixx 2 Replies Last reply Reply Quote 0
                                        • Trixx
                                          Trixx @Luapsi last edited by

                                          @luapsi
                                          I'll see what I can do !

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

                                            @luapsi
                                            Hi,
                                            Sorry for the delayed response. I've taken a look at this, it should be possible to add to the adapter. But I don't have anything in the EPM result for my plant so i'll try to create this based on the documentation.
                                            I do have some IRL things to take care of this week, so it might be a few days before I get to this.

                                            Regards,
                                            Trixx

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            819
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

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