Alexa Timers - finally able to use in OpenHasp #497
jazzmonger
started this conversation in
General
Replies: 1 comment
-
Heres a first pass! I want to add cancel buttons to each timer but that is proving tedious. configuration.yaml:
screen jason:
and Plate YAML code:
And an automation to change to the timers page if one becomes active:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I FINALLY got some help and am able to pull Alexa timers out of the convoluted Alexa attributes.... what a major pain...
I updated the wiki for others battling this:
https://github.com/custom-components/alexa_media_player/wiki#alexa-timers
you end up with this:
![image](https://private-user-images.githubusercontent.com/52110065/246185813-074cb90e-6257-429b-9840-865acfd93dab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTc0ODIsIm5iZiI6MTczODg5NzE4MiwicGF0aCI6Ii81MjExMDA2NS8yNDYxODU4MTMtMDc0Y2I5MGUtNjI1Ny00MjliLTk4NDAtODY1YWNmZDkzZGFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAyNTk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkYzYxZmM4MWMwMGFmMTM2NzIwM2MxYWEzMTNjYjM2ZDAyZmEwNmJhYTc1YjUyMmZmODEzZWIyNTE2YzJmYjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uiqX6pHLtfoxHAttHqyx45wHLsiFsCEShkpFQAJUKtk)
So finally we have sensors that can now be displayed as countdown timers in OpenHasp. Now I'd like to have the Kitchen Sunton display switch to a new page with the timers for 5 seconds WHILE any timer is active and then switch back to whatever screen was previously displayed until no timer is active then stay on the original screen.
Not sure how to accomplish that yet...
Beta Was this translation helpful? Give feedback.
All reactions