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

Problem with "options" #71

Closed
MasterofKungfu9999 opened this issue Mar 27, 2020 · 2 comments
Closed

Problem with "options" #71

MasterofKungfu9999 opened this issue Mar 27, 2020 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@MasterofKungfu9999
Copy link

I have some problems with the "options" at "FRITZ!WLAN Repeater 1750E" and "FRITZ!Repeater oben".

There are no switches in "eve". With the "Fritz!Box" and the "FRITZ!Repeater 2400" it works fine and switches are shown. Can somebody help me?

Below my configuration:

{
"platform": "FritzPlatform",
"devices": {
"FRITZ!Box 7590": {
"active": true,
"host": "192.168.13.1",
"port": 49000,
"username": "xxxxxx",
"password": "xxxxxx",
"type": "dsl",
"master": true,
"mesh": true,
"readOnly": false,
"options": {
"reconnect": true,
"wifi2": [
true,
false
],
"wifi5": [
true,
false
],
"wifiGuest": [
true,
false
],
"wps": [
true,
false
],
"aw": [
true,
false
],
"deflection": [
true,
false
],
"led": [
true,
false
],
"lock": [
true,
false
]
}
},
"FRITZ!WLAN Repeater 1750E": {
"active": true,
"host": "192.168.13.23",
"port": 49000,
"username": "xxxxxxx",
"password": "xxxxxxxxxx",
"type": "repeater",
"readOnly": false,
"options": {
"wifi2": [
true,
false
],
"wifi5": [
true,
false
],
"wifiGuest": [
true,
false
],
"wps": [
true,
false
],
"led": [
true,
false
]
}
},
"FRITZ!Repeater oben": {
"active": true,
"host": "192.168.13.25",
"port": 49000,
"username": "xxxxx",
"password": "xxxxxxx",
"type": "repeater",
"readOnly": false,
"options": {
"wifi2": [
true,
false
],
"wifi5": [
true,
false
],
"wifiGuest": [
true,
false
],
"wps": [
true,
false
],
"led": [
true,
false
]
}
},
"FRITZ!Repeater 2400": {
"active": true,
"host": "192.168.13.54",
"port": 49000,
"username": "xxxx",
"password": "xxxxx",
"type": "repeater",
"readOnly": false,
"options": {
"wifi2": [
true,
false
],
"wifi5": [
true,
false
],
"wifiGuest": [
true,
false
],
"wps": [
true,
false
],
"led": [
true,
false
]
}
}
},
"smarthome": {
"Test Contact Sensor": {
"active": false,
"ain": "01234567890",
"devType": "contact"
},
"Test Thermostat Device": {
"active": false,
"ain": "01234567890",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false,
"devType": "thermostat"
},
"Test Outlet Device": {
"active": false,
"ain": "01234567890",
"tempSensor": false,
"devType": "switch"
}
},
"callmonitor": {
"active": false,
"ip": "0.0.0.0",
"port": 1012
},
"presence": {
"user": [
{
"active": true,
"name": "xxxxxxx",
"address": "192.168.13.39"
}
],
"anyone": true,
"offDelay": 10,
"onDelay": 10,
"ping": false
},
"wol": [
{
"active": false,
"name": "Test Device",
"address": "00:00:00:00:00:00"
}
],
"phoneBook": {
"active": false
},
"alarm": {
"active": false,
"duration": 30
},
"wakeup": {
"active": false,
"duration": 30
},
"ringlock": {
"active": false,
"DECTphones": 1,
"start": "11:00",
"end": "22:00"
},
"broadband": {
"active": false,
"measureTime": 5
},
"extReboot": {
"active": false
},
"telegram": {
"active": false
},
"polling": 10,
"timeout": 10,
"clearCache": false,
"debug": false,
"disableAutoSearch": true,
"disableAutoConfig": true
}

@BKrnk1337
Copy link

Can you describe your problem a bit more please. What do you mean with "eve"?

@seydx seydx added bug Something isn't working question Further information is requested labels May 4, 2020
@MasterofKungfu9999
Copy link
Author

the issue can be closed the fritz repeater shows up after restart.

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

No branches or pull requests

3 participants