-
Notifications
You must be signed in to change notification settings - Fork 15
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
Request: Allow for Hub only control (optional DTU) #265
Comments
There were so many problems with limiting the hub directly in the past that I'm reluctant to do a SF-only limiting. |
So far it is working pretty well for me. But I will test it for a bit longer to see if any issues arise. Of course there are situations where some power is sent to grid. But that amount seems to be quite small. I have also thought about including a "priority" mode like Zendure implemented in their app for Smart-CT mode. Basically it changes the behaviour of the output calculation to output less than the current demand as to have a buffer for which it can better react. In my current setup this also gets disabled when the battery reaches a certain threshold and solar is still producing more than the required demand. Basically before the battery gets full we can afford to be more aggressive with the output and risk losing more to the grid as otherwise we would lose production because of full batteries and panels getting capped to what inverter is legally allowed to output. (This is considering oversized panels)
Interesting, I haven't thought about that before. It would definitely still require some modification to limitHomeInput as it will set the hub output there to whatever is possible and calculated to be needed via hub_contribution_ask. This seems to give it more than what is actually needed, just staying within limits and then expecting the DTU to do the output adjustment.
Ah, what other benefits are there to it besides faster adapting and support for direct panels? I can only think about efficiency monitoring? |
That's already covered. The "priority" mode is achieved with a min_charge_level which guarantees that the battery is charged first before giving anything away. Think of it like the first xxx Watts that are generated go to the battery. Then there is a max_discharge level that ensures not more than yyy Watts is drawn from the battery.
An OpenDTU/AhoyDTU requires a few milliwatts and has no cloud dependency ;-) |
In my setup I don't have a DTU to control my HM800 inverter. My 4 panels are directly attached to my SF Hub 2000 with 1 AB2000 battery.
I understand that using the inverter for output control is quicker and more efficient and the support for direct panel input to the inverter is amazing as well!
However it would still be nice to have the option to use SF-control without it for those of us that don't have a DTU and but still want to manage our SF locally without being dependent on the availability Zendures cloud. Also eliminating the need for an internet connection.
There are also some things SF-control does better than Zendure imo. E.g. bypass control. When I tried the app 2 weeks ago it wouldn't trigger the bypass when my battery was charges to my set limit of 90% :/
I have already adapted the code a bit for my own needs to get this working in my setup. If you are okay with adding this as an option, I would spend some more time to make it configurable and create a pull request.
The text was updated successfully, but these errors were encountered: