Greetings,
i have this config
pokoj_kancelar:
value_template: “{{ state_attr(‘climate.sistema_2_kancelar’, ‘current_temperature’) | round(1) }}”
unit_of_measurement: ‘°C’
with this graph:
Because of some timeouts there are 0 values in the graph.
Can i make value template so it will ignore thoose 0 values?
In the future, please take the time to properly format code. Your code is unformatted and does not copy/paste well. This makes it harder for people to help you.
Idk buts fine as you see. Maybe you are right and the problem will apear then i will check.
I understand that its not set,for now i will not mark as solved
It’s dumb luck. value is not in the namespace. It’s something you made up that doesn’t exist and you’re checking something that doesn’t exist to zero. You need to check what’s changing your template (The temperature) and action off that pulling the last information or new information. I’ve done this many many times. You’re welcome to ignore this advice but just know, it’s not correct.