Sign inSign up

computerkoenig/fhem_alexa

By computerkoenig

Updated about 6 years ago

an FHEM <-> Amazon Echo / Alexa container to use FHEM devices in Alexa.

Image
0

3.1K

computerkoenig/fhem_alexa repository overview

You can use this container for example with this docker-compose.xml settings:

alexa: restart: always image: computerkoenig/fhem_alexa volumes: - ./alexa/data:/root/.alexa - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" ports: - "3000:3000" links: - main

The Folder ./alexa/data must have the following content: your "cert.pem" File (Public key) your "key.pem" File (Private key) your "config.json" (Alexa module config)

This is NOT my module. I only created this image. For more module details visit: https://wiki.fhem.de/wiki/Alexa-Fhem

Tag summary

Content type

Image

Digest

Size

259.3 MB

Last updated

about 6 years ago

docker pull computerkoenig/fhem_alexa