Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set charge/discharge rate high enough #304

Open
cigriggs opened this issue Nov 14, 2024 · 2 comments
Open

Can't set charge/discharge rate high enough #304

cigriggs opened this issue Nov 14, 2024 · 2 comments

Comments

@cigriggs
Copy link

I have a Gen3 5.0kW Hybrid Invertor, with a Gen3 5.12kWh battery.

In the GivEnergy app and portal I can set the max charge and discharge rate to 3256W, but with GivTCP the home assistant controls max out at 2715W.

The screenshots show the state of the app, portal, and home assistant when I've set the Discharge Power to 3256W in the app, and the Battery Charge Rete to 2715W in home assistant.

App
Portal
HA

The following is the output from readData REST endpoint:

readData.json

I note that raw.invertor.battery_charge_limit is 50, whereas raw.invertor.battery_discharge_limit is 60.

From what I can tell setChargeRate in write.py is preventing this value being set to anything over 50.

@britkat1980
Copy link
Owner

The spec says that the (dis)charge_limit raw register value is between 0-50. So in theory 60 is an illegal value... If you set it to 3256w in the Giv portal do you actually get that power output?

@cigriggs
Copy link
Author

I do appear to get close to that value. Here are the peaks rates shown in the app from yesterday.

PeakRates

It could be a coincidence, but I see from the datasheet for the Giv-Bat 5.12 Gen that the Charging / Discharging Current is 60A, compared to 50A for the older Giv-Bat 5.2 Gen 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants