-
Notifications
You must be signed in to change notification settings - Fork 34
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 in an entity called "in session" which during a charge session is ON and when the session ends it changes to OFF #466
Comments
If you don't charge across midnight, could you use a Utility Helper that calculates the daily totals from the zappi's internal load CT1 entity? |
@LeiChat I like this idea of using the utility helper my tariff is across midnight the thing that really confuses things is the way the tariff operates, you see I get 2 rates |
I am using https://github.com/megakid/ha_octopus_intelligent for Octopus IO. There is another Octopus integration available through HACS that features more entities/functionality but this one serves my needs. It includes a binary_sensor.octopus_intelligent_slot which returns true during your default off-peak hours and when Octopus have created a slot for your zappi to boost. Perhaps there's a way (Template?) to combine something like the Utility Helper and the boolean state of that sensor to generate daily consumption (and cost). |
This is what I use for notifications to my phone :
|
I've actually just done this myself. I setup a ulility meter helper using the entity For the automation that toggles between peak and off-peak I use both time triggers and the Octopus Energy HACS integration to detect rate changes going above or below 10p/kWh (just to keep it simple and account for future price hikes), though the one LeiChat mentions would also work, which it looks like you're already running? Anyway, the automation looks like this:
I haven't got around to doing costings yet so you're ahead of me there! Really I just wanted it so that I could separate car charges from general home energy usage when the bill comes in, though I like what you've done with your dashboard. |
Is your feature request related to a problem? Please describe.
My problem is that I want to get the KWH of the last charge session. The entity myenergi zappi-2488xxxx Charge added session shows only the session just ended.
Describe the solution you'd like
I want something to trigger an automation when the session ends so that I can add the KWH to another entity which is a accumalative total.
Describe alternatives you've considered
I can't see how I can do a trigger without a change in state
Additional context
Current dashboard
I want to be able to add Car Charged Total in KWH
The text was updated successfully, but these errors were encountered: