-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Price issue #317
Price issue #317
Conversation
Thanks for making me aware of this @CrallH! I agree that this is a breaking change and it broke my existing automations! |
Ohh, I did not know it was two different price levels |
Glad to be able to contribute with something 😊👍 |
So will this change be forever and I have to review all my automation wich are broken now? |
I am not really sure what to do :/ I think we should either keep it or change it back. To have both seems unnecessary. |
Hi @Danielhiversen , I'd suggest to revert back to PriceLevel in order to make existing automations working again. Else thousands of users have to rewrite their automations or scripts relying on these attributes. Especially since there are five PriceLevels but only three PriceRatingLevels. |
Five price levels 😉 But I totally agree. Please revert to the original price levels instead of price rating |
Agree, please revert to 5 levels with EXPENSIVE etc. Thanks for a good service by the way! |
Indeed, I would like to also suggest reverting to the 5 levels with EXPENSIVE etc. |
Please revert back! I really want to have the 5 level control back. |
I had to revert home assistant upgrade and I hope it will work. I lost both price level and the current price when upgrading and my house got a bit cold... Please revert if possible! 😬 However I appreciate your efforts! |
If you dont wanna be dependet on a 3rd party you can use the API by your own. HA supports Rest API. Try this: Go to https://developer.tibber.com/explorer and log in. Load your personal token and paste on the left site this:
You should see something like
There are much more data to get there. See the API https://developer.tibber.com/docs Within HA you use REST to get this by yourself. in sensors yaml paste this
validate the YAML restart and chek for sensor.tibberpreisrest EDIT: some tweaks are needed, but the concept should work |
It is also an option to make template sensor if you want the old price level sensor.
|
What a band aid fix. Why not fix your messed up commit? |
Any contribution is welcome. |
Appreciate the work and effort. Just want to add yet another vote for reverting the change. There are many automation's that are now not working. |
I see in your code some PriceRating instead of level. Is it more then just replace PriceRating with Level? seems you replaced |
Time to revert? 👍 |
It is a different data format |
I like the granularity in PriceLevel. PriceRatingLevel is too coarse imho. Plus many of us have automations based on PriceLevel already. Why can’t we just revert the change and make everyone happy? 🤓 |
It is not something I will prioritize. |
Ok I reverted home assistant to last months version and it seens to work. I will wait until it is decided what will happen but I guess it is better to use nordpool data directly instead.14 nov. 2024 kl. 14:05 skrev Daniel Hjelseth Høyer ***@***.***>:
It is not something I will prioritize.
Any contributions are welcome.
Remember that this commit was part of a bug fix in HA, so we can not just revert it.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Then you have 3 different alternatives to get the price levels. Rest sensor or template sensor |
Yeah, let's all of us create custom solutions to overcome this sudden breaking change. Really smart! |
As I have said anyone can contribute, and all contributions are welcome. As I also have said before, I am sorry that the breaking change was not communicated. If you want to contribute to Home Assistant, helping to test the beta versions before release will be very useful. I will close this thread now. |
No description provided.