Coder Social home page Coder Social logo

Comments (11)

mkaiser avatar mkaiser commented on June 12, 2024

hi,

I can't find anything related to the address 33046 # 33047 in the datasheet (v1.0.23)

where did you find that register?

from sungrow-shx-inverter-modbus-home-assistant.

mkaiser avatar mkaiser commented on June 12, 2024

what about setting the maximum SOC to adjust (or basically start/stop) charging the battery?

set it to a low value in the mornings and increase max Soc when the 70% limit would be triggered

Hopefully the 70% limit will be obsolete in the near future. Right now there is always the question for me how anybody could possibly supervise it without coming to your house and actually seeing the inverters parameter...

link is in german - sorry -, but that questionable law is also german....
https://www.energie-experten.org/news/jetzt-auch-fuer-bestandsanlagen-habeck-kassiert-70-prozent-abregelung-komplett

from sungrow-shx-inverter-modbus-home-assistant.

Bullischorsch avatar Bullischorsch commented on June 12, 2024

hi,

I can't find anything related to the address 33046 # 33047 in the datasheet (v1.0.23)

where did you find that register?

Hi
Found it here:
https://www.photovoltaikforum.com/thread/171744-sungrow-wechselrichter-zeiten-zum-akkuladen-definieren/

from sungrow-shx-inverter-modbus-home-assistant.

Bullischorsch avatar Bullischorsch commented on June 12, 2024

hi,
I can't find anything related to the address 33046 # 33047 in the datasheet (v1.0.23)
where did you find that register?

Hi Found it here: https://www.photovoltaikforum.com/thread/171744-sungrow-wechselrichter-zeiten-zum-akkuladen-definieren/

what about setting the maximum SOC to adjust (or basically start/stop) charging the battery?

set it to a low value in the mornings and increase max Soc when the 70% limit would be triggered

Hopefully the 70% limit will be obsolete in the near future. Right now there is always the question for me how anybody could possibly supervise it without coming to your house and actually seeing the inverters parameter...

link is in german - sorry -, but that questionable law is also german.... https://www.energie-experten.org/news/jetzt-auch-fuer-bestandsanlagen-habeck-kassiert-70-prozent-abregelung-komplett

Yes, that would be great

from sungrow-shx-inverter-modbus-home-assistant.

mkaiser avatar mkaiser commented on June 12, 2024

thanks for the links!

I just pushed a new yaml to the testing branch. Setting a limit for charging / discharging works for me now :)
(tested by setting via Home Assistant and reading back via local iSolarcloud)

Can you try it and give me a feedback?

In your linked threads, there was also something about battery capacity ("# h,33049,battery_capacity,"Batterie Kapazität","kWh",U16,,,0.01")

But I could not get that to work :/
Does it work for you? (I left three " TEST TEST Battery Capacity 330** " sensors in the yaml)

Getting the battery capacity is basically the only thing I am missing right now. Somehow I think that might be related to my semi-supported Pylontech Force H1 battery....

from sungrow-shx-inverter-modbus-home-assistant.

Bullischorsch avatar Bullischorsch commented on June 12, 2024

thanks for the links!

I just pushed a new yaml to the testing branch. Setting a limit for charging / discharging works for me now :) (tested by setting via Home Assistant and reading back via local iSolarcloud)

Can you try it and give me a feedback?

In your linked threads, there was also something about battery capacity ("# h,33049,battery_capacity,"Batterie Kapazität","kWh",U16,,,0.01")

But I could not get that to work :/ Does it work for you? (I left three " TEST TEST Battery Capacity 330** " sensors in the yaml)

Getting the battery capacity is basically the only thing I am missing right now. Somehow I think that might be related to my semi-supported Pylontech Force H1 battery....

Hi

for my with a BYD HVS Battery (10 kWh) at the sh10rt the capacity-registers show:

TEST TEST Battery Capacity 33049 shows 6553.5
TEST TEST Battery Capacity 33050 shows 6554
TEST TEST Battery Capacity 33051 shows 6554

Seems not to work also.

regards
Georg

from sungrow-shx-inverter-modbus-home-assistant.

mkaiser avatar mkaiser commented on June 12, 2024

Found the culprit by using QModMaster and reading the register manually....

I forgot to declare the sensor with the correct "input_type: holding"

This works for me:

      - name: Battery Capacity 
        slave: !secret sungrow_modbus_slave
        address: 33048  #33049 
        input_type: holding
        count: 1
        data_type: uint16
        swap: word
        unit_of_measurement: kWh
        device_class: energy
        scale: 10
        scan_interval: 600

Can you double check?

If that works - are there any more features missing?

from sungrow-shx-inverter-modbus-home-assistant.

bjeanes avatar bjeanes commented on June 12, 2024

On SH5.0RS that register just returns 65535, likewise for 33046. I have heard that it does work on the SH#RT inverters though

from sungrow-shx-inverter-modbus-home-assistant.

mkaiser avatar mkaiser commented on June 12, 2024

original request (limit battery charge/discharge) is integrated into main. Closing this issue

from sungrow-shx-inverter-modbus-home-assistant.

OhneNik avatar OhneNik commented on June 12, 2024

Hey ! Just ran into an issue were I set a limit and afterwards I can’t remove it any longer. Also the range is too small, e.g. Sungrow SBR192 is rated for 13,4 kW sustained. Writing a 0 to that register is an invalid Value (#58). As a Workaround I manually set the range up to 15000 as that’s my peak for that battery.

So what’s the correct way to remove the limit ?

from sungrow-shx-inverter-modbus-home-assistant.

Louisbertelsmann avatar Louisbertelsmann commented on June 12, 2024

You can set the limit to 15000 in the sungrow_modbus.yaml. There are two input_numbers used for the battery charging/discharging power limit. You can change the max to 15000.

from sungrow-shx-inverter-modbus-home-assistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.