Alarm Clock
-
You can, of course. It's just hard(er) to set. We tend to vary our getting up times day to day and, much like a normal alarm clock, it's quicker and easier to set the wake up time. Would be even easier in a web app but of course, not supported in Vera :lol:
C
-
Oh hang on I think what you're doing is the opposite of what I want to do.
I used to have Reactor sensor that was triggered by the Alarm clock plugin and then very quietly set the radio playing in the bedroom, then gradually turned it up. Alexa does not appear to be able to turn switches on at a specified time?
Cheers
C
-
My virtual switch is just called "alarm"
Then when the alexa alarm is dissmissed. (you can add a delay reset or specify a time period) the routine then turns on the virtual switch called alarm.
I then use reactor to detect the switch being turned on, which then fire what ever action i require.This may not work for you as you would have to dissmiss alarm.
-
I know you are using H A bridge, I use node-red instead. It would be fairly easy to set up what you wish using node-red, listen for alarm to go off and switch on a vittual switch. May be you could do similar in H A bridge, not sure as i do not use it.
-
When school was still a thing (good old times! :D) and we used an alarm, I was using Alexa. Then, I have an IFTTT recipe calling a private azure function that's saving things in a queue, later analyzed by my code and triggering a local switch. This seems complicated (it is), but it's instant. I use it to read my news, weather, and family calendar.
If you're using HABridge, you can define a virtual switch/sensor and just update it from a routine (when an alarm is turned off).
You can have silent alarms, so maybe this could work for you. I tried to convince my wife to set alarms via apps, but she failed. She really prefers the Alexa way, since we have the Echo Spot on our bedroom and it already has a clock. She used to add a radio station, maybe you can just create an Alexa routine playing your music, and changing volume via delay. -
When school was still a thing (good old times! :D) and we used an alarm, I was using Alexa. Then, I have an IFTTT recipe calling a private azure function that's saving things in a queue, later analyzed by my code and triggering a local switch. This seems complicated (it is), but it's instant. I use it to read my news, weather, and family calendar.
If you're using HABridge, you can define a virtual switch/sensor and just update it from a routine (when an alarm is turned off).
You can have silent alarms, so maybe this could work for you. I tried to convince my wife to set alarms via apps, but she failed. She really prefers the Alexa way, since we have the Echo Spot on our bedroom and it already has a clock. She used to add a radio station, maybe you can just create an Alexa routine playing your music, and changing volume via delay.@therealdb said in Alarm Clock:
sensor and just update it from an automation (when an alarm is turned off).
But to do that the alarm has to sound, and that rather defeats the object of being woken up by gently increasing music. Or am I missing something?
@therealdb said in Alarm Clock:
You can have silent alarms, so maybe this could work for you
You can? Might you explain? So far I have failed, and how would you turn the alarm off?
Cheers!
C