/smarthome-bridge

🏠 🍎 Use RubyHome together with FritzBox::Smarthome in a ruby app.

Primary LanguageRubyMIT LicenseMIT

Smarthome Bridge

This application provides a software Bridge between Apple Homekit and your FritzBox Smarthome thermostats.

Powered by:

Designed to run in Docker on a Raspberry Pi computer.

Config:

Available Environment Variables:

  • FRITZBOX_ENDPOINT:
    URL to your FritzBox (Default: https://fritz.box)
  • FRITZBOX_USERNAME:
    Username to login to your FritzBox (Default: smarthome)
  • FRITZBOX_PASSWORD:
    Passwort to login to your FritzBox (Default: verysmart)
  • FRITZBOX_VERIFY_SSL:
    Check the FritzBox's SSL cert (Default: false)
  • RUBYHOME_NAME:
    How the Bridge should be named (Default: Ruby Home)

Usage:

docker build -t klausmeyer/smarthome-bridge .
docker run --net=host --hostname=$(hostname -f) --volume $PWD/data:/app/data klausmeyer/smarthome-bridge