Stefan Krabbe

Results 4 comments of Stefan Krabbe

I get the same error when using sensor. cost_per_kwh: "[object Object]": null Can anyone help with that? :)

> Can you show how your automation looks? Right now it looks like this: ``` alias: "Easee Set Charging Price " description: "" trigger: - platform: state entity_id: - sensor.energi_data_service_buy...

> You can not use an entity_id: as input to cost_per_kwh. > You must provide a value, and you can do that with a template, similar to what I wrote...

> This works for me: > > ``` > - id: elbil_laddkostnad > alias: Elbil laddkostnad > trigger: > - platform: state > entity_id: sensor.elpris_total > action: > - service:...