Advanced medication reminder

perfect, that’s how I solved it, thanks, it works perfectly

How can i add input_datetime in 2 reminder (reminder_time_2) ?


blueprint:
  name: Advanced medication reminder (Android)
  description: Get advanced notification and history for medication reminder
  domain: automation
  input:
    reminder_time:
      name: Reminder time day
      description: At what time do you want to be reminded
      selector:
        time: {}
    reminder_time_2:
      name: Rem
      description: At what time do you want to be reminded
      selector:
        input_datetime: input_datetime.medi_reminder_time_day

trigger:
  - platform: time
    at: !input reminder_time
  - platform: timer
    at: !input reminder_time_2

Hi!

I would like to use this blueprint to remind me to put chemicals to the spa.

Is it possible to add a option for getting notified every five days instead of every day?

Thx

blueprint:
  name: Advanced medication reminder (Android)
  description: Get advanced notification and history for medication reminder
  domain: automation
  input:
    reminder_time:
      name: Reminder time day
      description: At what time do you want to be reminded
      selector:
        time: {}
    reminder_time_2:
      name: Second reminder time day
      description: At what time do you want to be reminded
      selector:
        time: {}

?

if you modify the script like this ?

...
trigger:
  - platform: time
    at: !input reminder_time

mode: restart

conditions:
  - condition: time
    weekday:
      - "mon"
      - "sat"

action:
...

I want change time in HA UI like Screenshot 2023-06-28 225250

I have create a helper input_datetime.medi_reminder_time_day and tried in reminder_time_2

     selector:
       input_datetime: input_datetime.medi_reminder_time_day
blueprint:
  name: Advanced medication reminder (Android)
  description: Get advanced notification and history for medication reminder
  domain: automation
  input:
    reminder_time:
      name: Reminder time day
      description: At what time do you want to be reminded
      selector:
        time: {}
    reminder_time_2:
      name: Rem
      description: At what time do you want to be reminded
      selector:
        input_datetime: input_datetime.medi_reminder_time_day
trigger:
  - platform: time
    at: !input reminder_time
  - platform: timer
    at: !input reminder_time_2

It still works great! :slight_smile:

1 Like

The input_boolean was not clear to me. The GUI refers to this as a Toggle in the Helpers.

The preferred way to configure input boolean helpers is via the user interface, in which they are known as Toggle Helpers. To add one, go to Settings > Devices & Services > Helpers and click the add button; next choose the Toggle option.
Input Boolean - Home Assistant

Hi Bart, this is exactly what I am looking for but for Android.
Want to set multiple events in Local Calendar such as pay home loan / give flee tablet to dog etc and have something notify me x days before and on the day.

Why medisin LOG history looks like “Medication reminder! Medication taken triggered by service input_boolean.turn_off”

Screen Shot 2023-08-11 at 00.16.27

What i need to change in configuration? I want like below.

Screen Shot 2023-08-10 at 12.33.04

type: logbook
entities:
  - input_boolean.medisin_reminder
title: Medisin Log
hours_to_show: 48

Sadly it has been change with an update :frowning:

what has been gone???
nothing wrong with this script…
it works flawless
im glad ya made it!

It’s just what the logbook entries text says, it doesn’t change anything for the blueprint :slight_smile:

Yeah but that is expected since we use that logbook
That part belongs also in it tho…

Hi !
I’m trying to use this great blueprint to create a washing machine chore tracker for my wife, how could I make it work only on weekends, if possible ? (sat/sun)
I read I could use a “time” condition, but when I try to add one, using yaml editor in blueprint, it just disappears on save.
Sorry for tthis potential newbie question, I began using Home Assistant very recently :slight_smile:

The automation “Advanced medication reminder (Android)” (automation.advanced_medication_reminder_android ) has an action that calls an unknown service: logbook.log
This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.

just got this issue as well.

The service still exists (you can test in xxx:8123/developer-tools/service)
no error on my side :thinking:

I don’t have that problem either, everything working as expected here.

@smile and @cloudbr34k
Please post your configuration.yaml, we need to see, if the logbook integration is correctly setup in your installation. :slight_smile:

sorry the error went away when i clicked repair lol nfi

1 Like