-
Notifications
You must be signed in to change notification settings - Fork 26
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
Using with Octopus Saving Sessions #123
Comments
I don't think I fully understand, generally any device with a |
I use it for Octopus Savings Sessions: Code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can this card be used with data from events such as the below?
event.octopus_energy_{{ACCOUNT_ID}}_octoplus_saving_session_events
The state of this sensor states when the saving session events were last updated. The attributes of this sensor exposes the current day's rates.
Attribute Type Description
available_events array The collection of saving session events that you haven't joined
joined_events array The collection of saving session events that you have joined. This will include upcoming and past events
Each available event item will include the following attributes
Attribute Type Description
id integer The id of the event
code string The event code of the event. This will be required to join via the join service
start datetime The date/time the event starts
end datetime The date/time the event starts
octopoints_per_kwh integer The number of octopoints that are awarded per kwh saved during the event
The text was updated successfully, but these errors were encountered: