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
Describe the bug
The datapoint 'wlan' for global switching of all activated WLAN frequency bands cannot be operated, although it is writable.
To Reproduce
Steps to reproduce the behavior:
Go to 'objects'
Click on 'tr-064.0.states.wlan'
Set wlan to 'false'
Nothing happens
Expected behavior
I expect that changing the datapoint 'tr-064.0.states.wlan' from true to false will turn off all frequency bands enabled in the FritzBox. This reaction should correspond to pressing the physical WLAN button on the FritzBox.
Screenshots & Logfiles
According to the published AVM documentation regarding the API for TR-064 Support-WLANConfiguration, with version 23 (23.03.2018, wlanconfigSCPD.pdf) the new interface X_AVM-DE_SetWLANGlobalEnable was implemented.
Versions:
Adapter version: 4.2.16
JS-Controller version: 4.0.23
Node version: v16.15.1
Operating system: linux debian, Release 11 (bullseye)
Additional context
The action 'X_AVM-DE_SetWLANGlobalEnable' specified by AVM reacts analogous to the FritzBox WLAN button operation and switches the globally enabled WLAN (2.4 GHz or 5.0 GHz).
With the following command according to the AVM specification, the MainWLAN can be switched off:
Describe the bug
The datapoint 'wlan' for global switching of all activated WLAN frequency bands cannot be operated, although it is writable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that changing the datapoint 'tr-064.0.states.wlan' from true to false will turn off all frequency bands enabled in the FritzBox. This reaction should correspond to pressing the physical WLAN button on the FritzBox.
Screenshots & Logfiles
According to the published AVM documentation regarding the API for TR-064 Support-WLANConfiguration, with version 23 (23.03.2018, wlanconfigSCPD.pdf) the new interface X_AVM-DE_SetWLANGlobalEnable was implemented.
Versions:
Additional context
The action 'X_AVM-DE_SetWLANGlobalEnable' specified by AVM reacts analogous to the FritzBox WLAN button operation and switches the globally enabled WLAN (2.4 GHz or 5.0 GHz).
With the following command according to the AVM specification, the MainWLAN can be switched off:
command:
setState('tr-064.0.states.command', '{"service": "urn:dslforum-org:service:WLANConfiguration:1","action": "X_AVM-DE_SetWLANGlobalEnable","params": {"NewX_AVM-DE_WLANGlobalEnable": 0}');
commandResult:
{}
With the following command according to the AVM specification, the MainWLAN can be switched on:
command:
setState('tr-064.0.states.command', '{"service": "urn:dslforum-org:service:WLANConfiguration:1","action": "X_AVM-DE_SetWLANGlobalEnable","params": {"NewX_AVM-DE_WLANGlobalEnable": 1}');
commandResult:
{}
The text was updated successfully, but these errors were encountered: