Skip to content

ESP8266 based washer/dryer current monitoring via a split core current transformer over MQTT

License

Notifications You must be signed in to change notification settings

LuckyStyle/digiDryerMon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digiDryerMon

ESP8266 based washer/dryer current monitoring via a split core current transformer over MQTT. Pull Requests are welcome! Please open an issue if you have any support needs.

Video Demostration and Setup - https://www.youtube.com/watch?v=1tqJkw5f0iA

Parts List

Split Core Current Transformer
Wemos D1 Mini
10µF Capacitor
10k Resistors
Preformed Jumpers
Breadboard

Alternative NodeMCU 8266
Alternative NodeMCU 8285

Sample Home Assistant Config

sensor:
  - platform: mqtt
    name: "Dryer Current"
    state_topic: "digiDryerMon-4A443E/SCT"
    unit_of_measurement : "A"
    icon: mdi:flash-circle
    availability_topic: "digiDryerMon-4A443E/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"

  - platform: mqtt
    name: "DryerMon Signal"
    state_topic: "digiDryerMon-4A443E/RSSI"
    unit_of_measurement: "dBm"
    availability_topic: "digiDryerMon-4A443E/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"   

  - platform: mqtt
    name: "DryerMon Status"
    state_topic: "digiDryerMon-4A443E/BUILD"
    availability_topic: "digiDryerMon-4A443E/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"

Sample Home Assistant Automation

https://www.digiblur.com/2018/11/smart-laundry-notifications-with-sonoff.html

Wiring Diagram

alt text alt text alt text

About

ESP8266 based washer/dryer current monitoring via a split core current transformer over MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • Objective-C 5.8%