This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
My alarm flow
You need a MP3 file for the alarm sound and upload it via the Soundboard app.
I used a 46 seconds MP3 file. If it's not loud enough you can add an additional loudspeaker output in the flow to pump up the volume.
I had to repeat the flow because of {"alert": "lselect"} max time is approx 15 seconds.
Have fun with this Alarm flow
HTTP Put JSON
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"on": true, "bri":255, "hue":65280, "sat":255} delay 0 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 2 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 12 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 22 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 32 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"on": false} delay 1 sec
Set screensaver
Knightrider's TIFF delay 0 sec (you can set any screensaver you like)
<your default screensaver> delay 46 sec
Play sound
Alarm.mp3 delay 0 sec
I used a 46 seconds MP3 file. If it's not loud enough you can add an additional loudspeaker output in the flow to pump up the volume.
I had to repeat the flow because of {"alert": "lselect"} max time is approx 15 seconds.
Have fun with this Alarm flow
HTTP Put JSON
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"on": true, "bri":255, "hue":65280, "sat":255} delay 0 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 2 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 12 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 22 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"alert": "lselect"} delay 32 sec
http://<hue-bridge-ip>/api/<username>/lights/<light number>/state {"on": false} delay 1 sec
Set screensaver
Knightrider's TIFF delay 0 sec (you can set any screensaver you like)
<your default screensaver> delay 46 sec
Play sound
Alarm.mp3 delay 0 sec
Comments