Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.29 KB

README.md

File metadata and controls

55 lines (38 loc) · 2.29 KB

TPRCB

Toilet Paper Roll Counter Box

Why

As I was sitting on the toilet the other day, I discovered we had no toilet paper left. Luckily I survived the event, but figured that this could never happen again!

Therefore I made a box that counts the number of toilet paper rolls, which also warns me if we're running low. Everything done with the help from Home Assistant and ESPHome 🎉🤩

box

If we have less than 4 rolls, we get a subtle warning from the box warning

And if we have less than 2(!) rolls left, the box goes into EMERGENCY mode🚨🚨🚨 emergency

Build

Built this using:

Build process

The new box: box_new

Cutting of Gilde for the plate inside the box: gilde_cutting

Checked that the plate fits in the box: fits

The hole for the barrel plug: barrel_hole

Didn't have a drill that fit the barrel plug, so decided to make a bigger hole, and then 3D-print an adapter for the plug: adapter

Mounted the load cell to the plate, and another plate as the bottom: load_cell weight_plate

Placement of the LED Strip: led_strip

Code

The code is made in ESPHome, a super easy way to make code for sensor and other stuff for Home assistant.

Here it is!