Skip to content
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

Testing: Get daily data #12

Open
Lash-L opened this issue Feb 6, 2023 · 1 comment
Open

Testing: Get daily data #12

Lash-L opened this issue Feb 6, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Lash-L
Copy link
Collaborator

Lash-L commented Feb 6, 2023

No description provided.

@Lash-L Lash-L added the enhancement New feature or request label Feb 6, 2023
@Lash-L Lash-L added the good first issue Good for newcomers label Feb 6, 2023
@Lash-L Lash-L moved this to Needed in Home Assistant Release Feb 6, 2023
@phillipjf
Copy link

for weekend_cost in data["series"]["weekdayCost"]["data"]:
day_maps[weekend_cost["name"]].cost = weekend_cost["y"]
for weekend_usage in data["series"]["weekdayUsage"]["data"]:
day_maps[weekend_usage["name"]].usage = weekend_usage["y"]

This results in there being no weekend data reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants