Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.95 KB

README.md

File metadata and controls

77 lines (57 loc) · 2.95 KB

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