A company is paying people to use their batteries to stabilise the local grid when it's needed, paying £1/kWh. https://vpp.axle.energy/landing/grid
However, they take control of the battery via in my case, the FoxESS website.
However they do provide a REST API (https://vpp.axle.energy/landing/home-assistant) which provides:
ATTRIBUTE TYPE DESCRIPTION
start_time ISO 8601 datetime When the next grid event starts
end_time ISO 8601 datetime When the grid event ends
import_export string: "import" | "export" Whether to import from or export to the grid
updated_at ISO 8601 datetime When the event data was last updated
Predbat obviously needs to be aware of this to ensure that it knows that the battery during these periods will be charging/discharging at max rate.
Presumably the £1/kWh may change so I'm going to ask Axle if they could also as part of this API set a £/kWh rate so Predbat can use that as part of its calculations.
So I think the basic idea would be that predbat checks the entity with the axle event info in, and adds £1p to those slot(s).
Not sure how the charge slot thing would work, but lets start with having export functionality there..!
A company is paying people to use their batteries to stabilise the local grid when it's needed, paying £1/kWh. https://vpp.axle.energy/landing/grid
However, they take control of the battery via in my case, the FoxESS website.
However they do provide a REST API (https://vpp.axle.energy/landing/home-assistant) which provides:
ATTRIBUTE TYPE DESCRIPTION
start_time ISO 8601 datetime When the next grid event starts
end_time ISO 8601 datetime When the grid event ends
import_export string: "import" | "export" Whether to import from or export to the grid
updated_at ISO 8601 datetime When the event data was last updated
Predbat obviously needs to be aware of this to ensure that it knows that the battery during these periods will be charging/discharging at max rate.
Presumably the £1/kWh may change so I'm going to ask Axle if they could also as part of this API set a £/kWh rate so Predbat can use that as part of its calculations.
So I think the basic idea would be that predbat checks the entity with the axle event info in, and adds £1p to those slot(s).
Not sure how the charge slot thing would work, but lets start with having export functionality there..!