-
Notifications
You must be signed in to change notification settings - Fork 102
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
max limit for max charge and discharge current #167
Comments
Thanks @trackmafia - try Do you mind doing a PR to add the 3rd MPPT? |
Kellerza, This worked perferctly. Thanks very much. I'm new to github but i'll learn how to do pull request and submit within a week. Thanks again for this awesome software. |
I'm running into the same issue with my 16KW so my max discharge keeps defaulting to 185 which trips the inverter when I exceed about 9Kw Manually entering a value above 185 it tells me it is out of range ( 0-185) Can you please advise how to modify the range? |
src/sunsynk/definitions/single_phase.py line 314 I CANNOT FIGURE OUT HOW TO DO A PR |
What are your values for the following sensors?
|
314 = 665.0 A |
Maybe these sensors should indicate the max? Mine shows 200, which is safer than the fixed 290 you propose |
btw @kellerza #configuration part
#mysensors.py SENSORS = SensorDefinitions() ############# ) SENSORS += NumberRWSensor(230, "Grid Charge Battery current", AMPS, min=0, max=290) I was hoping to include this in future updates with the PR |
Max=290 is what's possibly needed and is the maximum allowed under the DEYE android APP |
@kellerza Sensor Definitions See my custom sensors for 169 and 172 else it only reads eg. 500W instead of 5000W |
Existing sensor definitions can be found here
You Inverter
Sunsynk 16kw
Describe the issue/bug and what you expect
using this addon and it is working perfectly with 16kw inverter using your instructions, well done, much appreciated.
For sensor battery max charge current and max discharge current, max is set to 185. However on 16k inverter max can go up to 275 for both. this is for modbus register 210 and 211. I created a custom sensor to get around this. However, it shows up as a number and not a slider and i'm not sure how to change this in home assistant? Can you advise if the max can be changed or how to make the custom sensor show up with a slider as in the original?
Also, please note that 16kw has 3 MPPTs, i got around this easily by creating custom sensors for pv3_power, pv3_current and pv3_volts . Just posting here for anybody in the future.
Logs (if applicable)
The text was updated successfully, but these errors were encountered: