https://github.com/chmac/alexa-execute-command
Simple alexa skill that executes commands. Runs on your own server.
https://github.com/chmac/alexa-execute-command
Last synced: about 1 year ago
JSON representation
Simple alexa skill that executes commands. Runs on your own server.
- Host: GitHub
- URL: https://github.com/chmac/alexa-execute-command
- Owner: chmac
- License: agpl-3.0
- Created: 2020-11-06T18:24:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T12:44:54.000Z (over 5 years ago)
- Last Synced: 2025-02-14T04:40:04.484Z (over 1 year ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alexa-execute-command
> This is an experiment, it doesn't actually work (yet).
Simple alexa skill that executes commands. Runs on your own server.
Here's the concept:
- A specific custom skill (inspired by echo-sonos)
- Named commands are mapped to actions
- Potentially a mapping of command names to URLs
- Would keep things more generic
Examples of interesting commands
- Save the state of lights, then turn them off
- Save the playing state of some sonos speakers, then pause them
- Save the state of smart switches, then turn them off if necessary
- Undo all of the above
- Trigger actions in other systems related to home automation
This would make it possible to do more than is currently possible with
alexa's routines. For example, there's no way to stop music via a routine.