• @FrederikNJS@lemmy.zip
    link
    fedilink
    English
    24 days ago

    Yeah, I agree with you. I have a “dumb” washing machine and dryer. But also wanted to be notified when it finished, because it’s in my outhouse, and there’s no way I can hear when it finishes…

    I already have a Zigbee smart network set up based on a Sonoff controller with zigbee2mqtt, so it was trivial to buy some smart sockets that can monitor power utilisation, and setting up an automation on Home-assistant to send a notification when the power utilisation drops.

    • IninewCrow
      link
      fedilink
      English
      14 days ago

      My washing machine is very basic and simple and I only ever use one specific wash cycle for everything … and the other ones are very similar any way. They all run on average about 30 minutes.

      So I just put on a timer on my phone … 30 minutes - and label it ‘washing machine’ … I can go about other things in my house, 30 minute timer goes off, I know my washing is done and I start another load.

      I do the same with my dryer … depending on the load and type, the cycle runs about 40 minutes … so I just create a timer for that and that’s it.

      If I get to the basement too early and the cycle is still running, I know that I just have to wait a few minutes for it to finish … and usually, I’ll busy myself with other things while I wait anyway.

      • @FrederikNJS@lemmy.zip
        link
        fedilink
        English
        24 days ago

        I used to do that too, but my washing machine often has trouble draining due to the filter being blocked, and it also often stops because the soap apparently foamed too much…

        The programs take anywhere from 55 minutes to 2 hours and 30 minutes depending on choice… So one times isn’t really an option. But the randomness of when the machine decides to make the program longer caused me to seek better solutions.

    • @MystikIncarnate@lemmy.ca
      link
      fedilink
      English
      14 days ago

      Oh. That’s a good one. I’m not sure where you got a smart plug that handles the power needs of a dryer… Unless the dryer isn’t an electric dryer… I guess.

      But there’s other options. There’s both pre-built and DIY power monitoring solutions that use clamps on the hot wires to measure amperage, so that’s an option.

      I was just thinking to tie a sensor wire into the LED that lights up when “cycle finished” is activated. As soon as it pulls high, send a notification.

      Your solution also sounds good tho.

      Just goes to show that there’s many ways to solve the problem that isn’t spending an extra (however much money) to get a fancy smart appliance.

      I was thinking of doing the same idea with the stove, run a wire to each light for “hot surface” on my stove, and when that’s pulled high for more than, say, an hour, send an alert. Also get an oven-temperature-safe thermal probe, and wire that to a sensor line on an esp32 or similar and read the value. I’d need to calibrate the electrical signal to temperature, but after that, it would be able to report the internal temp of the oven with a decent amount of accuracy. Just run that thermal probe into the oven next to the built in one that regulates the temp when the oven is on.

      Ideally, I want both energy usage and temp monitored for the stove.