• 3 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: August 4th, 2023

help-circle





  • 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 }}







  • SweetHome3D does that part.
    You export an image for every light, where its the only light on. Everything is black except where the light shines. Make those black parts transparent in Gimp or PS.

    now when you layer them you have each light’s beams all intersecting and mixing.
    There is a background image where all lights are off that they all stack on top of

    Its far simpler than you might imagine.