ct/h vs €/h #122
Replies: 6 comments 3 replies
-
Hi, this is on my list, but I didn't had time to work on it. My solution would be to switch all prices to EUR/kWh (or GB/kWh respectively). This would simplify a lot of the price handling today. But it also means that if s.o. wants to see price in ct/kWh, they have to add a template sensor or reconfigure their charts. |
Beta Was this translation helpful? Give feedback.
-
I would really like to bump this! Unfortunately I am not that familiar with Homeassistant, but I could still try and create a PR |
Beta Was this translation helpful? Give feedback.
-
Thanks for this awesome integration. I would also like to bump this topic. Using €/kWh seems to be the preferred way for Home Assistant. |
Beta Was this translation helpful? Give feedback.
-
As a temporary solution I created a template sensor with the following config: template-string: {{ float(states('sensor.epex_spot_data_net_price')) / 100 | default(0) }} Unit of measurement: EUR/kWh everything else empty. works fine now since days and price seems to be correct. this is what i then use in the energy dashboard |
Beta Was this translation helpful? Give feedback.
-
Thanks, I have just created a PR which changes the default unit to € / kWh (see #128) |
Beta Was this translation helpful? Give feedback.
-
@drahdiwaberl @CommanderRedYT @ericdevos I have finally merged the PR and released a pre-release. You are more than welcome to test, to see if there are any issues with the new implementation. |
Beta Was this translation helpful? Give feedback.
-
not sure if i'm missing something - but HA's Energy Dashboard is expecting prices as €/h but this integration is providing ct/h in the 'Net Price' sensor .. so i just was a little shocked to see last month's cost of energy ;)
of course i could create a template sensor - or is there a way to change the units for the dashboard?
but wouldn't it make sense to align the units to make things easier?
(sorry, didn't see this repo had discussions enabled)Beta Was this translation helpful? Give feedback.
All reactions