Skip to content

programmieramt/alexa_homeegramm_bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alex_homeegramm_bridge

This project wants to connect the smart home control unit homee(hom.ee) with the Amzon Echo.

With my setup your code will be deploeyed to AWS using (zappa). Be carefull the AWS services is not for free and can create costs. Be careful using it.

Thing you need to start:

Log into your amazon developer account and create a new custom skill: alt tag

Fill in all your informations. alt tag

You can find the intent schema inside the project code (https://github.com/programmieramt/alexa_homeegramm_bridge/blob/master/intent_schema) alt tag

Inside the Custom Slot Type you have to add every homee webhook name you want to trigger.(https://github.com/programmieramt/alexa_homeegramm_bridge/blob/master/custom_slots) Sample Utterances are the ways you want to trigger the skill.(https://github.com/programmieramt/alexa_homeegramm_bridge/blob/master/utterance) Use HTTPS endpoint. The url under Europe you find after deploying the code with zappa. alt tag Here you connect your code with alexa. You need a webserver running your python code or the endpoit the zappa frameworks delivers.

SSL Certificate please use the subdomain part. alt tag

About

Connection Amazon Alexa withhomee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages