Hi again, although I have a working Gas Meter sensor that is feeding my energy dashboard it’s not calculating the cost in the dashboard. I’m not sure whether it’s an issue with the dashboard, the sensor of the rate but I have the following in HA:
IN developers templats:
daily electricity fee: {{states('sensor.octopus_energy_electricity_current_rate') | float(0)}}
current gas rate: {{states('sensor.octopus_energy_gas_current_rate') | float(0)}}
produces the following output:
and in a self built dashboard I see the following using the same current_rate sensor:
In the energy dashboard I have specified the Gas Meter sensor created as per previous posts and the same current_rate sensor for cost:
But I don’t get any calculated cost in the dashboard:
Any advice most welcome or should I take this to another post with regards the Energy Dashboard?