This is a sensor monitor that I built for my wife to read the LED lights from my (very basic) washing machine and report the status back to my home-automation controller. Depending on what LED lights are on influences what the text display output on the LCD will display. Status is sent to the home controller using text via V_VAR1 and S_CUSTOM, and custom alerts can be set up from there.
The node/sensor itself is very basic in design and using 5 photo-resistors to read the status of the LED lights. In order to do this, I wanted to isolate the light from the LED’s so that the light spread from them (or any other lights in the room) would not influence the status of the monitor. To do this, I encased the photo-resistors in plastic straws that I then covered in black electrical tape. I then used two popsicle sticks and hot-glue to mount the photo-resistor assemblies in place. For the casing around it, I used white artist/modeling clay.
Not thinking things all the way through, I realized that if I were to cover the LED lights on the washing machine itself, I would lose the physical status that the LED’s gave me. In order to get around this I decided to use a 16x2 LCD wired via i2c to show the status from now on.
**
The NODE itself is setup to report values every 15 seconds back to the gateway. It will read the status of the LED lights on the photo-resistors and depending on the combination of what ones are on/off, translates that back to a text based status on the LCD and to the home controller.
Qty | Value | Device | Package | Parts | Description | MF | MPN | Aliexpress or ebay link |
---|---|---|---|---|---|---|---|---|
5 | 5mm Photo-Resistor | 5mm Photo-Resistor to read status of LED's | https://www.aliexpress.com/item//32265638010.html | |||||
5 | Resistors | 10kOhm Resistors (for photo-resistors) | https://www.aliexpress.com/af/10k-resistor.html?ltype=wholes... | |||||
1 | LCD | 16x2 HD44780 LCD | https://www.aliexpress.com/item//32370241702.html | |||||
1 | LCD i2c adapter | i2c Controller for HD44780 LCD | https://www.aliexpress.com/item//32340990581.html | |||||
1 | Arduino | Arduino Nano | https://www.aliexpress.com/item//32574545871.html | |||||
1 | Radio | Standard NRF24L01 Radio | https://www.aliexpress.com/item//32354926527.html |
Name | Size | # Downloads |
---|---|---|
Washer Sensor Wiring_bb.pdf | 1.42 MB | 368 |
Washer Sensor Wiring_schem.pdf | 735.13 kB | 365 |
Name | Size | # Downloads |
---|---|---|
WasherSensorV1.1.ino | 0 B | 558 |