I was curious if there is an automation device that can listen for a given cue like say the buzzer on a washer or dryer and use it to send notifications? I don’t even know what to call it to search for it on google…

2 points

I’ve no experience with any of this stuff but what if you hooked up a sensor inside the washer and dryer that uses the buzzer’s electrical signal?

That might be easier and way less CPU insensitive than constantly listening for and identifying the sound.

permalink
report
reply
1 point

Alexa can listen for certain sounds. iPhones can. HomePods can listen for fire alarms.

Or you could grab a raspberry pi and TensorFlow and make your own.

permalink
report
reply

You know, the rest of us are using a smart plug with energy metering to find out if the dryer is finished.

permalink
report
reply
1 point

I’m curious what brand of smart plugs will notify you when power usage drops? Neither my Kasa nor DLinks have that ability.

Or do you have something else watching the power draw and detecting the drop?

permalink
report
parent
reply
1 point

Or do you have something else watching the power draw and detecting the drop?

This. I have never done it myself, but I would imagine this would be fairly trivial with home assistant. The plug reports it’s power draw back to HA regularly, and HA has a trigger for when [a value] goes above/below [a certain figure].

So set something up like “Plug currently consumption falls below 5W, trigger notification.”

permalink
report
parent
reply

Any ESP8266-based or Zigbee smartplug will do. If you get an ESP8266-based one, get one that comes with Tasmota preinstalled, then you don’t need to open it up and flash it. Don’t get an ESP32-based one.

If you run Tasmota or use a Zigbee plug, you need to do the detection in Home Assistant or Node-RED or whatever you’re using. Personally I do it directly in ESPHome:

binary_sensor:
  - platform: analog_threshold
    id: machine_running
    name: "Washer running"
    icon: mdi:washing-machine
    sensor_id: power
    threshold: 5
    filters:
      - delayed_on_off: 60s
permalink
report
parent
reply

Home Automation

!homeautomation@selfhosted.forum

Create post

Home automation is the residential extension of building automation.

It is automation of the home, housework or household activity.

Home automation may include centralized control of lighting, HVAC (heating, ventilation and air conditioning), appliances, security locks of gates and doors and other systems, to provide improved convenience, comfort, energy efficiency and security.

Warning: Working with electricity can result in injury, property damage, or even death if it is not done properly. Please keep this in mind while assisting others. If you are not sure about what you are doing, hire a licensed professional.

Rules

  • No abusive behaviour. This is a forum for friendly discussion; personal attacks will not be tolerated and you will be banned without warning.
  • Referral/affiliate links are NOT ALLOWED!
  • NO POLITICS! There are plenty of other communities to discuss them; this is not one.
  • When posting project details must be included. Posting a video or image without detail will result in a removed post and may result in a ban.
  • Crowdfunding links are not allowed.
  • Reposts, low-effort content and karma farming may be removed at the discretion of the mods. Posters may be banned without warning.

Community stats

  • 2

    Monthly active users

  • 598

    Posts

  • 2.8K

    Comments

Community moderators