Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

FritzBox user login #146

Open
Maze2Go opened this issue Aug 30, 2020 · 2 comments
Open

FritzBox user login #146

Maze2Go opened this issue Aug 30, 2020 · 2 comments

Comments

@Maze2Go
Copy link

Maze2Go commented Aug 30, 2020

I set up the the plugin for my homebridge on my raspberry. I was nearly ready but I got a issue that the login credentials are wrong. I tried very long to get this done. In the end I tried to change the fritzbox interface login from password to username and password. I hope you understand me. So, my question, is it possible to set the fritz.box interface to the "just password interface" and log the raspberry in with an username?

@andig
Copy link
Owner

andig commented Aug 30, 2020

Afaik you need username and passeord.

@Staubgeborener
Copy link

Staubgeborener commented Jan 3, 2021

just create a extra user for this plugin in your fritzbox:
Login to FritzBox: System -> FRITZ!Box-User -> add user
Create a user and a password for this use.

Your config.json need this combination like this:

            "platform": "FRITZ!Box",
            "name": "SSID of the FRITZ!Box",
            "username": "new_user",
            "password": "new_password",
            "url": "http://ipaddressoffritzbox",

You don't need to change the interface login password or anything else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants