garagenlager
garagenlager
Hi, is this issue still pending? I´m trying to use the water temperature as a separate sensor, but my template sensors returns the numeric value with question marks. code: -...
> @ja-m Thanks for your help. Nevertheless, I´m still getting the string value back as result with question tags. The replace order is not executed for some strange reason. It...
Hi, just to present the working solution now: - name: "Brauchwassertemperatur" unique_id: "Brauchwassertemperatur" unit_of_measurement: °C device_class: temperature state_class: measurement state: "{{ state_attr('water_heater.vicare_water', 'current_temperature') }}" It seems that the sate class...
problem solved