alexa-ha | Amazon Echo skill for controlling your Home Automation
kandi X-RAY | alexa-ha Summary
kandi X-RAY | alexa-ha Summary
alexa-ha is a JavaScript library. alexa-ha has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.
An Amazon Echo skill for controlling your Home Automation via voice
An Amazon Echo skill for controlling your Home Automation via voice
Support
Quality
Security
License
Reuse
Support
alexa-ha has a low active ecosystem.
It has 91 star(s) with 34 fork(s). There are 30 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 21 have been closed. On average issues are closed in 851 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of alexa-ha is v0.1.0
Quality
alexa-ha has 0 bugs and 0 code smells.
Security
alexa-ha has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
alexa-ha code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
alexa-ha is licensed under the EPL-1.0 License. This license is Weak Copyleft.
Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.
Reuse
alexa-ha releases are available to install and integrate.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed alexa-ha and discovered the below as its top functions. This is intended to give you an instant insight into alexa-ha implemented functionality, and help decide if they suit your requirements.
- Ask user to ask the user
- set state to state
- runs theVoice command
- Lookup itemType
- Reply with speech output
- Get state of an item
- Wait for the OpenHABIT
- Lookup metric name
- Get the mode object .
- Get mode name
Get all kandi verified functions for this library.
alexa-ha Key Features
No Key Features are available at this moment for alexa-ha.
alexa-ha Examples and Code Snippets
No Code Snippets are available at this moment for alexa-ha.
Community Discussions
No Community Discussions are available at this moment for alexa-ha.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install alexa-ha
Alexa HA uses the Alexa Skills Kit to communicate with your internal HA server. The Skill can be deployed in numerous ways, including:. To get started ASAP, see INSTALL-QUICKSTART.md to for setting up the Semi-direct approach. We generally prefer the second option of self-hosting a webserver and NodeJS application on the same network as your HA server/appliance, which proxies most of the communication internally behind a web server for improved security and control. In all cases external SSL encryption is required through proper trusted CA's or self signed certificates. Between the SSL transport encryption, custom application checks that confirm the requestors AWS ASK applicationId and userId match the configuration, as well as tracking all requestIds for audit trails, strong security is enforced. This ensures you and only your Echo(s) can issue commands to your HA controller. Note that due to the Amazon Echo/Alexa architecture it is NOT possible to keep everything on your local network - the voice processing must be conducted in the cloud, and you are currently required to setup port forwarding on your firewall to allow AWS access to an internally hosted application. The AWS ASK service then issues commands to your HA controller through your public facing endpoint.
Semi-direct (i.e. Echo -> AWS ASK -> NodeJS/Express -> HA)
Proxied through a webserver (i.e. Echo -> AWS ASK -> Apache/Nginx -> NodeJS -> HA)
In-cloud via AWS Lambda micro services (i.e. Echo -> AWS ASK -> AWS Lambda -> HA)
Getting started with Alexa Skills Kit
INSTALL-QUICKSTART.md
INSTALL.md
Semi-direct (i.e. Echo -> AWS ASK -> NodeJS/Express -> HA)
Proxied through a webserver (i.e. Echo -> AWS ASK -> Apache/Nginx -> NodeJS -> HA)
In-cloud via AWS Lambda micro services (i.e. Echo -> AWS ASK -> AWS Lambda -> HA)
Getting started with Alexa Skills Kit
INSTALL-QUICKSTART.md
INSTALL.md
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page