-
Notifications
You must be signed in to change notification settings - Fork 95
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
State Code add? #358
Comments
You mean to amend the "unknown" state so it outputs the actual value so it can be reported by someone who encounters it? |
what I mean... is this: (default=0) was flooding the system logs ok - I get it, and I understand need to apply the status checker - works fine for me.
There are few other places which have the same situation:
My logic was: since (default=0) is removed then a checker should be placed to check what is the status of these. |
you are right - printing the actual value (that could not be parsed / value causing the step into the else path) would improve the code / error handling. Do you wan't to make a PR for the 3 sensors above? |
Good evening mkaiser... I do love a challenge - might take me a short while but happy to try... right now desperately trying to sort out why export slider is acting weird, not just for me but for few others... it is my mission to get curtailment fully operational, which is not happening yet, not quite as I would like... and I would love it renamed to something more clear, as many assume it was a curtailment tool... e.g. |
As the sensors say, the limit is currently disabled. You have to enable it. Why is yours a sensor? The default dashboard includes a dropdown there to enable / disable it. |
Hey - at some point I will create a separate issue about this, but... I do have full sliders and dropdowns... (you will just have to trust me its quite an advanced setup) (I have quite a few different dashboards), but the point being, these sliders are adjusting how much inverter produces... so even if it had 20kw coming from the roof... if you slide it to 4kw, then inverter will output 4kw only. Firstly, many people think it is export to grid - it is NOT. just cuts inverter output, regardless where power goes. Second issue is - it does not function properly under different modes, I have been testing it extensively with @purcell-lab and we observed a strange behaviour in that slider - it is chaos. Sometimes it just cuts inverter down to ZERO, without any way to stop it... it works in some modes but not the others... so as part of my work on curtailment for Sungrow inverters - making this slider work properly is quite critical, and I am in process of trying to determine - is it the code or is it Sungrow functionality issue se below examples of what I am talking about then ENABLED for first inverter but left open (30000)... so inverter should still produce... but first inverter dies off, and then both ENABLED, and both die... slider open (30000) This should not be the case. Keen to hear your comments on this issue... Im sure you will know what the issue may be -:) |
Hey. so point by point... there is a lot to cover. YES AGREED - they should match... slider goes down and the figure should follow. As for Sungrow limitations - these do not work for me cos I am in open loop pass through mode... so ignoring EMS from logger. Work in progress. |
Hi All, not sure if it has anything to do with your challenges as my system is completely different but I observed this related to the export power limit in my system -> #302 |
Hey - it is always good to know what other issues there may be - I am not sure if these are related but what I am saying this feature needs work as it is currently not doing what it is meant to do. Period. |
As per inverter states method using code line checking inverter state and removing the need for (default=0), should there be a line of code added to here as well to perform same function?
Sungrow-SHx-Inverter-Modbus-Home-Assistant/modbus_sungrow.yaml
Line 2184 in 9e9859d
The text was updated successfully, but these errors were encountered: