I am working on a simple “Pill Minder”. I started with a simple light that gets turned on every morning (that is a reminder to take the pill) using a timer automation. Then a button that is pushed after taking the pill and turns off the light.
Now I want to be fancy and track them over time.
I tried adding toggles, Developer Tools outputs the correct entity_id.
Just for the week. I have an one automation that turns the LED on every morning. The button turns it off. I wanted to make a dashboard to track the progress for the week. Then at the beginning of the week reset all the indicators.
I don’t take any medication, my wife just started and it is a simple prescription that needs to be taken once each morning. I imagine other people might have more elaborate scenarios. Like three times a day, or every other day, and multiple pills.
I thought about hooking it up to google calendar, but for hers it is pretty simple, just one a day.
I beleive there’s no problem, looks like a good solution. One input for every day and at the end of the week an automation that turn them all off… when you click the button light turns off but input remains on, right? I don’t see the problem, it looks fine