@cassidy can you tet detect via gadgets if your toilet is clogged and automatically use an autonomous plunger?
Discussion
@cassidy can you tet detect via gadgets if your toilet is clogged and automatically use an autonomous plunger?
Before, I would set up an automation directly on the “Power” attribute, e.g. triggering if the wattage went above some threshold for a certain amount of time. And then I'd need to be clever about the wattage going back down.
Instead, I create a threshold sensor e.g. called “Running” for that same wattage. Home Assistant then helpfully adds that sensor to the parent device automatically—now you have a binary “running” entity! You can trivially show it in a dashboard, add it to automations, etc.
@cassidy can you tet detect via gadgets if your toilet is clogged and automatically use an autonomous plunger?
@bojanland don't tempt me with a good time! I have seen people add a contact sensor to the toilet lid to detect if it was left open… literal #InternetOfShit
@cassidy well I was half serious because there are plenty of people who can not use the plunger themselves whether due to.disabilities or old age. Lots of such work to be done for Earth before we need rockets to Mars!
Similarly, I was thinking about putting the estimated time the laundry would be done on a dashboard, but then realized I'd have to repeat that if I wanted it in more than one place, like a notification… so: template sensor!
I created a template sensor with some simple logic to add 33 mins (our typical cycle time) to the timestamp of when the “running” sensor last turned on. I added it to the device as well, and now I can reuse that ETA anywhere in Home Assistant.
@cassidy Can you elaborate on this further? It won't work for my washing machine but probably on the dishwasher.
How exactly did you do that?
@kaiserkiwi here is the literal helper, and then I can include this entity anywhere.
@cassidy Oh! That's smart!
We use two different programs so I need to track this to get the time, but as a guesstimate for the main program it's already pretty good. Thank you for that!
Energy monitoring is one of my favorite ways to make dumb appliances smart: there’s no Internet connection or even network traffic if you stick to Zigbee (or Thread or Z-Wave, I suppose), but you can do genuinely useful things with it locally.
We have an announcement speaker that tells us when the laundry is done, plus if you look at the dashboard in the Home Assistant app, you can quickly see if the laundry is running and when it's expected to be done. With a 20-year-old washing machine!
A space for Bonfire maintainers and contributors to communicate