UbhiTS / ad-alexatalkingclock

Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
https://www.youtube.com/c/ubhits
Apache License 2.0
38 stars 6 forks source link

Issues with schedules #15

Open markbooth73 opened 3 years ago

markbooth73 commented 3 years ago

Hi,

If I understand correctly the /config/appdaemon/apps/apps.yaml can be edited to add user defined entries ?

    # daily
    - schedule: "daily, 07:30:00" 
      reminder: "Good morning. Today is {day}, {date}, and it's {time}."
    - schedule: "daily, 12:00:00"
      reminder: "Good afternoon. Today is {day}, {date}, and it's {time}."
    - schedule: "daily, 17:00:00"
      reminder: "Good evening. It's {time}."
    - schedule: "daily, 21:30:00"
      reminder: "It's {time}. Good night. And sweet dreams."

I seem to be having issues as that in edited schedules do not announce. For example if I add a schedule say for 15:00 it will not announce

    - schedule: "daily, 15:00:00"
      reminder: "Good afternoon. Today is {day}, {date}, and it's {time}."

I restart the appdaemon after every change to the config, I have also tried restart of HA, still the same.

Any thoughts?

AppDaemon 4 Current version: 0.4.3

alexatalkingclock 3.0.2

UbhiTS commented 3 years ago

hi, are you still having issues running the app? I think you have some misconfigurations that we can figure out from your appdaemon logs. let me know if you want to debug remotely and I'll send you my contact info.