this post was submitted on 02 Apr 2026
1 points (100.0% liked)
homeassistant
19112 readers
9 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 @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm using just humidity and its working great. I put the sensor away from my sink so it isn't triggered by washing my hands.
This will only consider you showering if humidity goes 9% above the 1hr average humidity:
You need a 'Statistics' Helper, call it "Average Bathroom Humidity" and base it on whatever humidity sensor you have. Make it "average linear" then set Max Age to 1 hour. (leave other options default)
Make this Template Binary Sensor called "Showering":
{{ (states('sensor.bathroom_sensor_humidity')|float - states('sensor.average_bathroom_humidity')|float) > 9 }}