-
Notifications
You must be signed in to change notification settings - Fork 111
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
[Feature Request] Monthly Aggregate Sensor for Previous/Current Month #445
Comments
Maybe use this: https://github.com/martinarva/dynamic_energy_cost ? |
From what I read in that integration it won't get me what I need. |
I have the exact same problem and am also looking for a solution. |
I think the easiest would be to create a pr for a service call. The service call could do a call for nordpool api to get the last months average price. You could store the result insomekindd of helper and use the helper in your additional costs template. If this was possible you could automate the entire thing :) |
Yes I like that idea 💡 |
Unfortunately the same for me |
Closing as fixed in #462 (comment) |
Is your feature request related to a problem? Please describe.
I'm currently on a variable tariff which is fixed for one month based upon the average hourly price for the entire previous month
with addition of my power companys various added costs. These added costs are somewhat fixed and don't change to frequently, however as it is now I must monitor my tariff the first every month and manually insert the new tariff.
This is bothersome to do if I want my data to be precise, i.e. set alarm for 00:00 the first every month to check new tariff and adjust my input_number representing it.
Describe the solution you'd like
I would like a sensor that can fetch the previous months average hourly price and the current months average aswell.
The data from the table in the link below
https://data.nordpoolgroup.com/auction/day-ahead/prices?deliveryDate=2024-11-01¤cy=SEK&aggregation=MonthlyAggregate&deliveryAreas=AT,BE,FR,GER,NL,PL,SE3
Describe alternatives you've considered
The current options I've considered are
also browserless chrome could not bypass the cloudflare captcha
Additional context
Example image of the data I need
The text was updated successfully, but these errors were encountered: