add minimal power for deferrable loads #481
scruysberghs
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
what do you think @davidusb-geek ? Or do you see a way to do this with just the nominal power and running hours parameters for deferrable loads we have now? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes we will implement this. It has been an open feature request since 2023. Its #129. After the current PR on forecast adjustment I could start working on this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would be handy for EV charging. For most cars and charging stations 6A is the minimal power you can charge your car at. If it is a 1fase (230V) system this means 1440W, if it is 3 fase (3x230V) it will be about 4200W. This is an industry standard to keep people from charging their car with too low a power settings that will cause a lot of inverter (AC/DC) losses.
Now you can only set a nominal_power_of_deferrable_load and a number of operating_hours . To plan car charging it would be nice to set the minimal power required to get the car to start charging.
I know a can look at the deferrable load sensor that emhass calculates and start charging if the power is above the minimal limet, but that way emhass prediction's can be off as I am not able to follow them to the W.
What I want this for is a form of opportunistic car charging plan I'm settings up. I do not need a certain amount of kwh's fed to the car but the car is sitting idle on the driveway connected to a charger and there are moments with solar surplus and/or very low dynamic prices.
I now use a template to calculate this opportistic charging potential and then set that a deferrable load once every 24 hrs or when the car is home and there is no specific charging goal.
Looks something like this
resulting in
Beta Was this translation helpful? Give feedback.
All reactions