Fixstern on Nostr: nprofile1q…d093s about the offset stuff. If you see a waving pattern in the ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqe7mmu5g4exntz8gcdwgclmhk8lqrg23zckzqwmzr3ahlc7mnx2cqud093s (nprofile…093s) about the offset stuff. If you see a waving pattern in the measurements that's probably from the ESP heating the sensor, you can mitigate that (at least with an ESP32) by putting the sensor to sleep for a minute, measure once and then sleep again (As seen here: https://kampftoast.de/@dunkelstern/113425869022650484 ).
It's just:
deep_sleep:
run_duration: 10s
sleep_duration: 50sec
and remove the sensor from HA and re-add it then it knows that the sensor sleeps and will not mark it as unavailable.
It's just:
deep_sleep:
run_duration: 10s
sleep_duration: 50sec
and remove the sensor from HA and re-add it then it knows that the sensor sleeps and will not mark it as unavailable.