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

Current en forecast electricity price not working #63

Closed
FreddyX078 opened this issue May 10, 2023 · 3 comments · Fixed by #64
Closed

Current en forecast electricity price not working #63

FreddyX078 opened this issue May 10, 2023 · 3 comments · Fixed by #64

Comments

@FreddyX078
Copy link

Hi, since today at around 11.30, electricity price is not working anymore.

I think they made an API change (Zonneplan App needs a restart too).
For Home Assistant forcast graph, I must change price to electricity_price.

data_generator: | return entity.attributes.forecast.map((entry) => { return [new Date(entry.datetime), entry.electricity_price/10000000]; });

But state of sensor.zonneplan_current_electricity_tariff is unknown.

Maybe you can take a look?

@hmmbob
Copy link
Contributor

hmmbob commented May 10, 2023

Will be fixed with #64

@FreddyX078
Copy link
Author

Thanks, both commits fixed it.

And what about tariff group? Says low but must be normal at this time.

@FreddyX078
Copy link
Author

Sorry, I was wrong, tariff group is good.
I didn't take time difference (1h) into account 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants