fix: electricity pricing
This commit is contained in:
@@ -18,7 +18,7 @@ in {
|
|||||||
friendly_name = "Current Price of electricity";
|
friendly_name = "Current Price of electricity";
|
||||||
unit_of_measurement = "EUR/kWh";
|
unit_of_measurement = "EUR/kWh";
|
||||||
value_template = ''
|
value_template = ''
|
||||||
{{ (((states('sensor.epex_spot_data_price') | int ) / 1000) + (0.0149 + 0.053 + 0.00866)) | float }}
|
{{ ((states('sensor.epex_spot_data_price') | int ) + (0.0149 + 0.074 + 0.007 + 0.0074 + 0.0006)) | float }}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user