an FHEM <-> Amazon Echo / Alexa container to use FHEM devices in Alexa.
3.1K
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
Content type
Image
Digest
Size
259.3 MB
Last updated
about 6 years ago
docker pull computerkoenig/fhem_alexa