You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: