Skip to content
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

Fritzbox does not show up since v4 #34

Closed
daberlin opened this issue May 21, 2019 · 6 comments
Closed

Fritzbox does not show up since v4 #34

daberlin opened this issue May 21, 2019 · 6 comments
Labels
question Further information is requested

Comments

@daberlin
Copy link
Contributor

Describe the bug
Before v4 my fritzbox showed up, since v4 is does not. Config checked and valid!

@seydx
Copy link
Owner

seydx commented May 21, 2019

@daberlin

Can u post your config pls

@daberlin
Copy link
Contributor Author

Currently I'm using this hand-tailored config, but tried with the automatic one as well.
When I disable "clearCache" my config gets overwritten with useless defaults on every start.
The setting of "disableAutoSearch" does not change anything: nothing shows up.
{
"platform": "FritzPlatform",
"name": "FritzBox",
"devices": {
"FritzBox": {
"active": true,
"host": "fritz.box",
"port": 49000,
"username": "xxxxx",
"password": "x",xxxx
"type": "cable",
"master": true,
"mesh": true,
"readOnly": false,
"options": {
"wifiGuest": [
true,
true
],
"wps": [
true,
true
]
}
},
"FritzRepeater-A": {
"active": false,
"host": "fritzrepeater-a",
"port": 49000,
"username": "",
"password": "",
"type": "repeater",
"master": false,
"mesh": true,
"readOnly": true,
"options": false
},
"FritzRepeater-B": {
"active": false,
"host": "fritzrepeater-b",
"port": 49000,
"username": "",
"password": "",
"type": "repeater",
"master": false,
"mesh": true,
"readOnly": true,
"options": false
}
},
"alarm": {
"active": false
},
"broadband": {
"active": false
},
"callmonitor": {
"active": false
},
"extReboot": {
"active": false
},
"presence": {
"user": [],
"anyone": false,
"onDelay": 15,
"offDelay": 90
},
"ringlock": {
"active": false
},
"smarthome": {},
"telegram": {
"active": false
},
"wakeup": {
"active": false
},
"wol": [],
"polling": 60,
"timeout": 10,
"clearCache": true,
"debug": false,
"disableAutoSearch": true
},

@seydx
Copy link
Owner

seydx commented May 21, 2019

@daberlin

clearCache MUST be disabled, otherwise the plugin will remove all accessories

The plugin offers a auto complete config feature

Show here

https://github.com/SeydX/homebridge-fritz-platform/blob/master/docs/FirstStart.md

@seydx
Copy link
Owner

seydx commented May 22, 2019

@daberlin

new function added

"disableAutoConfig"

@seydx seydx added the question Further information is requested label May 22, 2019
@seydx
Copy link
Owner

seydx commented May 24, 2019

@daberlin

Any news on this?

@daberlin
Copy link
Contributor Author

Works perfectly! Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants