Smart Laundry Notifications with a Sonoff S31 & Home Assistant
Make your Laundry Smarter with our favorite smart plug, the Sonoff S31 , and Home Assistant with Voice Notifications when the Washer and/or Dryer are finished. Easy power monitoring and automations with this step by step tutorial of the setup. Sonoff S31 Soldering Iron Station Helping Hands(as shown) Better Helping Hands 0.015 Solder Female Jumper Wires USB FTDI for Flashing Tasmota Backlog (modify to your values) backlog ssid MyWiFiz; password SooperSekret; mqtthost 192.168.1.5; mqttuser me123; mqttpassword 123that; powerretain 1; topic SNF-Washer; sensorretain 1; poweronstate 1; friendlyname SNF-Washer; teleperiod 60 Home Assistant Config Sample & Automations: (configuration.yaml) sensor: - platform: mqtt name: "Dryer State" state_topic: "hass/state/dryer" icon: mdi:tumble-dryer - platform: mqtt name: "Washer State" state_topic: "hass/state/washer" icon: mdi:washing-machine - platfor