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
I have successfully configured the plugin, allowing me to get switches for Fritzbox on/off, LED and reconnect besides others. All works as expected, switches appear in the Home app and also work.
However, when tryiing to configure the Option->Extras->Fallback Internet and select it to be a switch and corresponding states for on and off, such a switch NEVER shows up anywhere in homekit or the home app. I also tried different apps (Eve) to no avail.
Describe the bug
I have successfully configured the plugin, allowing me to get switches for Fritzbox on/off, LED and reconnect besides others. All works as expected, switches appear in the Home app and also work.
However, when tryiing to configure the Option->Extras->Fallback Internet and select it to be a switch and corresponding states for on and off, such a switch NEVER shows up anywhere in homekit or the home app. I also tried different apps (Eve) to no avail.
To Reproduce
Homebidge config extract:
"extras": {
"fallbackInternet": {
"active": true,
"provider": "DEUTSCHE TELEKOM",
"onState": "1",
"offState": "3",
"accType": "switch"
I tried various other values for on/off state (0,2) with no change, it just does not work for me, no switch is shown/coming up.
Expected behavior
A switch to be able to turn fallback internet on/off should be aviailable in the home app or homebridge.
AVM Device
-Homebridge: 1.6.0, Node.js: 18.14.2
Additional context
When making this Extras option a characteristic, I am able to get info on fallback internet status shown, but is read only.
The text was updated successfully, but these errors were encountered: