Import and Export volumes vs Octopus Mini data #523
Replies: 2 comments 3 replies
-
The sensors are detailed in https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/blob/develop/_docs/entities/electricity.md#home-mini-entities. The main thing to note (which I have on my list to update) is that consumption is in Unfortunately, the consumption data doesn't seem to go negative at any granular level so demand is the only way to indicate that you're exporting data, but this is "live" and so if the API or HA is down for whatever reason, then the accumulation (if done through something like a utility meter) won't be accurate. There doesn't appear to be anything in the API to retrieve live export data - I don't have any solar so I can't probe the API to find out.
As per the docs
Because of this, I don't expose anything lower than 1 minute. |
Beta Was this translation helpful? Give feedback.
-
Has anyone made any progress on this? I would also love to see how much I am exporting (I'm not on an export tariff). |
Beta Was this translation helpful? Give feedback.
-
I've just set up my home mini, and I'm trying to understand the data definitions. I've got solar panels etc., so I can be both importing and exporting in any period.
However, I don't have an export contract.
I'm assuming that:
_current_accumulative_consumption = sum of import (as opposed to being net consumption). I assume this is an all-time accumulative?
_current_accumulative_cost = sum of import
_current_demand = if > 0 then Import; if < 0 then Export
_current_consumption = not quite sure what this is - the units and values don't make immediate sense
If I want
_current_accumulative_export , then I will need to integrate _current_demand when negative
Also, is it possible to get more frequent data updates on _current_consumption than every minute? - as I understand the data is read every 10 seconds.
Beta Was this translation helpful? Give feedback.
All reactions