This WebApp uses the fritzbox-smarthome ruby gem to interface with the Smarthome Features of a FritzBox.
Check config/initializers/fritzbox-smarthome.rb for required configuration.
gem install bundlerbundle installrails serverhttp://localhost:3000Use the official docker image:
docker run -it --rm \
-p 3000:8080 \
-e FRITZBOX_ENDPOINT=https://fritz.box \
-e FRITZBOX_USERNAME=john \
-e FRITZBOX_PASSWORD=doe \
-e VERIFY_SSL=false \
klausmeyer/fritzbox-smarthome-webapp
Content type
Image
Digest
sha256:eca612002…
Size
210.6 MB
Last updated
over 3 years ago
docker pull klausmeyer/fritzbox-smarthome-webapp