12
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 Jul 2023
12 points (92.9% liked)
homeassistant
15057 readers
10 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]
founded 2 years ago
MODERATORS
I’ll take a look. Thanks for the suggestion!
In isolation a temperature sensor can be “flappy”, so you may want to try and smooth the data to avoid hysteresis. I use the statistics integration to help improve the quality of my sensors.
Have a read of this for inspiration:
https://community.home-assistant.io/t/thermostat-with-hysteresis-smoothing-factor/72729
Using this you would create a calibrated sensor which you would use for automations as SeriousBug suggests.
[email protected] suggested statistics to smooth the numbers out. I can't reply to his comment for some reason, so I'm trying to reply here: Another option to avoid that issue would be to have the automation check that a > b for 2 minutes, or something like that.