Skip to content

tommasomarchionni/homebridge-FRITZBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-FRITZBox (WORK IN PROGRESS)

Homebridge plugin for FRITZ!Box, for now you can only enable/disable Guest WiFi.

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-fritzbox

Update your config.json file. See config.json in this repository for a sample.

Configuration

Configuration sample:

"platforms": [
    {
        "platform": "FRITZ!Box",
        "name": "FRITZ!Box",
        "host": "192.168.0.1",
        "user": "adminuser",
        "password": "password"
    }
]

Fields:

  • "platform" - Must be set to FRITZ!Box
  • "name" - Name of FRITZ!Box, default FRITZ!Box
  • "host" - IP address of the FRITZ!Box
  • "user" - Admin user of the FRITZ!Box
  • "password" - Password of the FRITZ!Box

About

Homebridge plugin for FRITZ!Box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •