Skip to content

sgc-fireball/iobroker.alexa-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iobroker.alexa-cloud

Todos

  • add more HM / HmIP devices
  • refactor io-package to only one view
  • ONVIF
  • HUE

Setup

Security Profile / Login with Amazon

developer.amazon.com

Create a Smart Home Skill under https://developer.amazon.com/alexa/console/ask

Smart Home

  • Payload version: v3
  • Smart Home service endpoint
    • Default endpoint: none (later)
  • Account Linking
    • Do you allow users to create an account or link to an existing account with you? yes
    • Allow users to link their account to your skill from within your application or website no
    • Allow users to authenticate using your mobile application no
    • Security Provider Information
      • Auth Code Grant: Yes
        • Your Web Authorization URI: https://iobroker.your.dyndns.com/iobroker/alexa-cloud/auth
        • Access Token URI: https://iobroker.your.dyndns.com/iobroker/alexa-cloud/token
        • Your Client ID: amzn1.ask.skill.XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (copy to iobroker)
        • Your Secret: secret (copy to iobroker)
        • Your Authentication Scheme: Credentials in request body
        • Scope: iobroker
        • Domain List: iobroker.your.dyndns.com
        • Default Access Token Expiration Time 3600
  • Permissions
    • Send Alexa Events: On
    • Alexa Client Id: amzn1.application-oa2-client.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (copy to iobroker)
    • Alexa Client Secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (copy to iobroker)

Follow the next steps from Lambda Readme.md

Uninstall

cd lambda
serverless remove

Tests

Sources

TODO

Terms of Use

Privacy Policy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published