Skip to content
  • Home
  • 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

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. Development
  4. New Adapter - Soliscloud

NEWS

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

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

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

New Adapter - Soliscloud

Geplant Angeheftet Gesperrt Verschoben Development
57 Beiträge 10 Kommentatoren 9.8k Aufrufe 9 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.
  • TrixxT Offline
    TrixxT Offline
    Trixx
    schrieb am zuletzt editiert von
    #29

    @luapsi

    Hi,

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

    Regards,
    Trixx

    L 1 Antwort Letzte Antwort
    0
    • TrixxT Trixx

      @luapsi

      Hi,

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

      Regards,
      Trixx

      L Offline
      L Offline
      Luapsi
      schrieb am zuletzt editiert von
      #30

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

      I wish you a pleasant day

      1 Antwort Letzte Antwort
      0
      • TrixxT Trixx

        @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 Offline
        L Offline
        Luapsi
        schrieb am zuletzt editiert von Luapsi
        #31

        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.

        TrixxT 1 Antwort Letzte Antwort
        0
        • L 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.

          TrixxT Offline
          TrixxT Offline
          Trixx
          schrieb am zuletzt editiert von
          #32

          @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 Antwort Letzte Antwort
          0
          • TrixxT Trixx

            @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 Offline
            L Offline
            Luapsi
            schrieb am zuletzt editiert von
            #33

            @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 Antwort Letzte Antwort
            0
            • L Luapsi

              @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 Offline
              L Offline
              Luapsi
              schrieb am zuletzt editiert von Luapsi
              #34

              @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

              TrixxT 2 Antworten Letzte Antwort
              0
              • L 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

                TrixxT Offline
                TrixxT Offline
                Trixx
                schrieb am zuletzt editiert von
                #35

                @luapsi
                I'll see what I can do !

                1 Antwort Letzte Antwort
                0
                • L 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

                  TrixxT Offline
                  TrixxT Offline
                  Trixx
                  schrieb am zuletzt editiert von
                  #36

                  @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 Antwort Letzte Antwort
                  0
                  • TrixxT Offline
                    TrixxT Offline
                    Trixx
                    schrieb am zuletzt editiert von Trixx
                    #37

                    @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 Antwort Letzte Antwort
                    0
                    • S 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".

                      M TM Offline
                      M TM Offline
                      M T
                      schrieb am zuletzt editiert von
                      #38

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

                      mcm1957M M TM 2 Antworten Letzte Antwort
                      0
                      • M TM M T

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

                        mcm1957M Online
                        mcm1957M Online
                        mcm1957
                        schrieb am zuletzt editiert von mcm1957
                        #39

                        @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

                        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

                        M TM 1 Antwort Letzte Antwort
                        0
                        • mcm1957M 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 TM Offline
                          M TM Offline
                          M T
                          schrieb am zuletzt editiert von
                          #40

                          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 Antwort Letzte Antwort
                          1
                          • M TM M T

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

                            M TM Offline
                            M TM Offline
                            M T
                            schrieb am zuletzt editiert von
                            #41

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

                            mcm1957M 1 Antwort Letzte Antwort
                            0
                            • M TM M T

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

                              mcm1957M Online
                              mcm1957M Online
                              mcm1957
                              schrieb am zuletzt editiert von mcm1957
                              #42

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

                              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

                              M TM 1 Antwort Letzte Antwort
                              0
                              • mcm1957M 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 TM Offline
                                M TM Offline
                                M T
                                schrieb am zuletzt editiert von
                                #43

                                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?

                                mcm1957M 1 Antwort Letzte Antwort
                                0
                                • M TM M T

                                  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?

                                  mcm1957M Online
                                  mcm1957M Online
                                  mcm1957
                                  schrieb am zuletzt editiert von
                                  #44

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

                                  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

                                  M TM 1 Antwort Letzte Antwort
                                  0
                                  • mcm1957M mcm1957

                                    @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 TM Offline
                                    M TM Offline
                                    M T
                                    schrieb am zuletzt editiert von
                                    #45

                                    @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

                                    TrixxT 1 Antwort Letzte Antwort
                                    0
                                    • M TM M T

                                      @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

                                      TrixxT Offline
                                      TrixxT Offline
                                      Trixx
                                      schrieb am zuletzt editiert von
                                      #46

                                      @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 1 Antwort Letzte Antwort
                                      0
                                      • 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
                                        schrieb am zuletzt editiert von
                                        #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 Antwort Letzte Antwort
                                        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 Online
                                          mcm1957M Online
                                          mcm1957
                                          schrieb am zuletzt editiert von
                                          #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 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

                                          961

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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