Replies: 9 comments 4 replies
|
@OnFreund awesome, however, it requires creation of a manual helper, no? |
|
It requires a separate helper, but there's a UI to add and maintain it, and it appears within your device. I use it for water consumption and it's working really well. |
|
One thing to mention, in this component, there's no way to use it witg the LongTermStatistics - i.e. Energy dashboars as far as I understand |
|
UtilityMeter supports long term statistics |
|
@OnFreund / @GuyKh, I think it would be best to integrate with a source like Kamaze and get all possible plans data. Let the user select the current plan, and based on the last month's consumption pattern, the system can even suggest a better plan if there is such. |
|
@maorcc while it's not a bad idea, I think the implementation is rough since kamaze.co.il doesn't have a valid API and the values are textually vague and require parsing - i.e. Another maybe more interesting option would be Chashmalink (by @Sinaini) Need to dig deeper into their API |
|
Also worth noting that HA doesn't accept scraping-based integrations, so using kamaze would make it impossible to contribute this integration into core. |
|
Is there any way to apply those with the new release? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
With private electric providers, many offer a discount per hours - e.g. 15% off on weekdays between 08:00-17:00.
Need to think about how to model, and use it within the component to get a more clear estimation of the cost.
I've thought about a json with hour ranges describing the discount from the full tariff, but that's a longshot.
e.g.
Downside is that it's not very intuitive, and hard to maintain.
All reactions