disable "fritzbox switch" #321
sadden3194
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I am using thos plugin and I would like to see only the switch for my guest wifi.
But there is also an switch "Fritzbox":
my config:
{ "name": "FritzPlatform", "warn": true, "error": true, "extendedError": true, "devices": [ { "active": true, "name": "Fritzbox", "host": "192.168.108.1", "username": "XXX", "password": "XXX", "ssl": true, "tr064": true, "igd": false, "wifiUnits": 2, "master": true, "connection": "cable", "options": { "wifi_guest": "switch" } } ], "options": { "polling": { "timer": 15 } }, "platform": "FritzPlatform" }
How can I disable the "Fritzbox switch"?
Beta Was this translation helpful? Give feedback.
All reactions