You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional have two temperature, input and output from heat meter:
[23:46:04][V][sensor:043]: 'PEC t1 BR': Received new state 83.300003
[23:46:04][D][sensor:094]: 'PEC t1 BR': Sending state 83.30000 °C with 1 decimals of accuracy
[23:46:04][V][sensor:043]: 'PEC t2 BR': Received new state 58.700001
[23:46:04][D][sensor:094]: 'PEC t2 BR': Sending state 58.70000 °C with 1 decimals of accuracy
How to create 3rd calculated new entity in ESPHome as difference diff=t2-t1 with UoM = "K" or "degC"?
On the end how correctly display date? I getting this info in ESPHome:
[00:10:48][V][sensor:043]: 'PEC target date BR': Received new state 1735599616.000000
[00:10:48][D][sensor:094]: 'PEC target date BR': Sending state 1735599616.00000 date with 0 decimals of accuracy
Hello.
Try change UoM from kWh -> GJ but code fail, in loga I have:
In fact this is true because my UoM is kWh not GJ but please look at my code, contain two entities:
I work based on this doc https://esphome.io/components/sensor/#sensor-filters however not only I'd like convert value but also change UoM kWh-> GJ to display correct in HA. How to achieve?
Additional have two temperature, input and output from heat meter:
How to create 3rd calculated new entity in ESPHome as difference diff=t2-t1 with UoM = "K" or "degC"?
On the end how correctly display date? I getting this info in ESPHome:
The code is:
but nothing in HA
BR, Krzysiek
The text was updated successfully, but these errors were encountered: