f45tb00t

Results 19 comments of f45tb00t

Hi, just for the sake of completeness I list all of them Also the information MB provides to the several services is really bad. For most of them detailed information...

Still not sure which service is needed. But makes no sense to keep this open. Thanks again for the oustanding work! :)

Hello, I did not use the app at all to be honest. Because one of my main goals was to scan the bills. Also the reason why I got a...

Hi, as mentioned in the subject I upgraded already to v2.2.0? What I did to update. Download, extracted and moved the files and folders to ~/.homeassistant/custom_components/thermal_comfort

> Or better, always delete the old thermal_comfort before extracting the new one. Hi, I did it this way now. Issue solved. Thanks a lot! :)

Hi, it seems the issue came up again. ``` homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{{ ( float(states('sensor.thermal_comfort_garage_absolute_luftfeuchtigkeit')) - float(states('sensor.thermal_comfort_draussen_absolute_humidity')) ) | float |...

@DenisLanz Try this in your configuration.yaml e.g ``` template: - sensor: - name: "Absolute Luftfeuchtigkeit Unterschied Wohnzimmer/Aussen" unique_id: "AbsoluteHumidityDifference_Wohnzimmer_Aussen" unit_of_measurement: "g/m^3" state_class: "measurement" state: > {% set innen = states('sensor.thermal_comfort_wohnzimmer_absolute_humidity')...