Energy dashboard : Price on entitys

Hi

Is it possible to see cost price on entitys ?
(I have cost sensor on my main supply)

No there is no configuration for that. You would have to calculate it yourself with template sensors or helpers.

1 Like

This also depends upon your Subscription, and whether you have Hourly/15min prices or fixed, and whether your “cost” sensor is real-time.
But as Tom said with templates you can calculate fairly close to your Monthly Bill ( with daily/hourly/15min calculation ), if you include all taxes and fixed prices like subscription (around +1kr per kWh, if you use 4-500kWh a month for a 16A subscription )

1 Like

Do you have an automation for this

Not sure what you mean by having an automation for that, it’s template-sensors

((Consumption"real-time/quarterly,/hourly what ever you have"kWh) X (cost/Price"real-time/hourly/quarterly, what ever you have" +"taxes etc/per kWh) + Subscription(divided or total-month))
For simplicity i use total-month-subscription-costs(non kWh related), so every month it starts with this sum, and ticks away … currently fast bc it’s F… cold outside :slight_smile: