-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add time blocks for max consumption during the day #69
Comments
Great suggestion. We have those exact time blocks and setting this directly on SmartEVSE would be ideal because not a lot of people have HA. |
So please be ultimately clear: if the energy consumption is to be limited, we are talking about a max of kWh in a certain time block. If the power consumption is to be limited, we are talking about a max of kW during any time in a cerain time block . Which is it? |
You have 5 time blocks. Limits in time blocks (TB) are: What that means is that you cannot exceed the max limit power set for that TB in a average demand during 15min blocks inside that TB. For example: Currently it's TB2. I don't think we want to store power for 15min to calculate average demand so to make it more simple to implement i would leave those 15min block average aside and just focus at the current usage for the TB. Therefore based on the house usage we would just limit the EV charger so that current total usage does not exceed the limit set for current TB. If we do that then it's not possible that the average demand in 15 min will exceed the limit. |
This would be a very good addon. I would also recommend that we add an option to update schedule/limits over MQTT. |
More and more countries are implementing time blocks over the day where you have a limit of max electricity consumption. If you go over the limit you pay extra fee.
Look at this picture for example:
The feature request here is that there would be an option to set those limits for blocks in kW. It can be done over web UI as it will be much easier than on the small display. The unit already reads the data of house energy consumption over modbus or MQTT so that part is already covered.
With this feature we would be changing CurrentMaxSumMains based on the scheduled time blocks with max kW defined.
The text was updated successfully, but these errors were encountered: