Bouni / luxtronik

Luxtronik integration for Home Assistant
MIT License
82 stars 14 forks source link

sensor template issue #47

Open Mkay505 opened 1 year ago

Mkay505 commented 1 year ago

After updating to the newest version, my sensor template doesn´t work:

wmz_gesamt: friendly_name: "WMZ Gesamt" unit_of_measurement: "kWh" value_template: "{{ states('luxtronik.wmz_wasser') | float(0) + states('luxtronik.wmz_heizung') | float(0) | round(2) }}"

This template adds water and heating consumption What is the best workaround? Thank you :)

Mkay505 commented 1 year ago

got it - reboot - and editing ... time for a coffee

thomasheiser85 commented 1 year ago

got it - reboot - and editing ... time for a coffee

How? Seems that all entities are renamed now. So you updated all to the new generated names without "luxtronik.*"?

Mkay505 commented 1 year ago

That's right. The Automation.yaml included. Be careful, e.g. 'luxtronik.write'

Thomas Heiser @.***> schrieb am Do., 1. Dez. 2022, 19:15:

got it - reboot - and editing ... time for a coffee

How? Seems that all entities are renamed now. So you updated all to the new generated names without "luxtronik.*"?

— Reply to this email directly, view it on GitHub https://github.com/Bouni/luxtronik/issues/47#issuecomment-1334165791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR4KG2ZSWBGO5HDP6LRDPJLWLDTNZANCNFSM6AAAAAASQ2X7HE . You are receiving this because you authored the thread.Message ID: @.***>