-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing wifiGuestEnable Channel #9665
Comments
It's on the |
The things are configured via gui. The wifiGuestEnable item I tried with text file: |
There is no |
Then the Fritzbox reports it doesn’t support that. |
The old "Fritzbox Binding" supported this on my Fritzbox, but it isn't available for OpenHab 3.0. |
I think I found the issue. But it may be difficult to work around that. Your FB does not support 5 GHz, correct? The WLAN Interfaces are numbered, on my FB there are three: #1 = 2.4 GHz, #2 = 5 GHz and #3 = Guest. If you don't have 5 GHz, Guest is probably #2, which is why it works for you with the 5GHz channel. Unfortunately it is not reported if #2 is Guest or 5 GHz. |
Yes , this is correct. My FB doesn't support 5GHz. It would be nice if your binding decides per FB model the offered channels, but I think this wouldn't be easy to implement! |
I'm using this binding to enable WiFi Guest Wlan. Since upgrading to OpenHab 3.1.0 Snapshot and the must to have migrate from "Fritzbox Binding" to "TR-064 Binding" the "wifiGuestEnable" channel isn't seen anymore in "fritzbox","subdevice","subdeviceLan" things. It's a "FRITZ!Box Fon WLAN 7360". The TR064 communication is enabled.
Update:
I observed when I switch on/of the WiFi Guest via FritzBox Web Gui I receive a "LANDeviceFRITZBoxFonWLAN7360_wifi5GHzEnable" change event. Hence I try to switch WiFi Guest via "LANDeviceFRITZBoxFonWLAN7360_wifi5GHzEnable" channel and this works!. It seems the channels wifi5GHzEnable and wifiGuestEnable are reversed.
The text was updated successfully, but these errors were encountered: