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

Bandwidth of dsl connection not working #161

Closed
shinzan111 opened this issue Mar 6, 2021 · 1 comment
Closed

Bandwidth of dsl connection not working #161

shinzan111 opened this issue Mar 6, 2021 · 1 comment
Labels
question Further information is requested

Comments

@shinzan111
Copy link

Hello,

as I have seen you reworked somehow the DSL bandwidth connection feature, I still have to spot
that in my configuration it still does not work.

Once the bandwidth has been written it does not change it afterwards. Event not after several days.

Could you please rework that again?

Here is my config-File snipped:
I have a FritzBox 7590 as main and a 7530 as a repeater:

{
"name": "FritzPlatform",
"devices": [
{
"name": "FritzBox 7590",
"host": "xxx.xxx.xxx.xxx",
"port": 49000,
"username": "XXXXXXX",
"password": "xxxxxxxxxxxx",
"manufacturer": "Fritz Box",
"model": "7590",
"ssl": true,
"tr064": true,
"igd": true,
"master": true,
"readOnly": false,
"hide": false,
"connection": "dsl",
"options": {
"wifi_2ghz": "switch",
"wifi_5ghz": "switch",
"wifi_guest": "switch",
"wps": "switch",
"dect": "switch",
"aw": "switch",
"deflection": "switch",
"led": "switch",
"lock": "switch",
"broadband": "characteristic"
}
},
{
"name": "FritzBox 7530",
"host": "xxx.xxx.xxx.xxx",
"port": 49000,
"username": "XXXXXXXXXX",
"password": "XXXXXXXX",
"manufacturer": "Fritz Box",
"model": "7530",
"ssl": true,
"tr064": true,
"igd": false,
"master": false,
"readOnly": false,
"connection": "repeater",
"options": {
"wifi_2ghz": "switch",
"wifi_5ghz": "switch",
"wifi_guest": "characteristic",
"led": "switch",
"lock": "characteristic"
}
}
],
"presence": [
{
"active": true,
"blockTelegram": false,
"name": "XXXXX",
"address": "XXXXXXXX.…",
"accType": "motion",
"ping": true,
"threshold": 5
},
{
"active": true,
"blockTelegram": false,
"name": "XXXXX",
"address": "xxxxx",
"accType": "motion",
"ping": true,
"threshold": 4
}
],
"callmonitor": {
"active": true,
"ip": "xxxx.xxx.xxx.xxx",
"port": 1012,
"countryPrefix": "00xxx",
"cityPrefix": "xxxxx",
"incomingTo": [
"123456"
],
"outgoingFrom": [
"123456"
]
},
"extras": {
"alarm": {
"active": true,
"telNr": "XXXXX…",
"accType": "switch"
},
"wakeup": {
"active": false
},
"ringlock": {
"active": true,
"DECTphones": 6,
"start": "XX.XX",
"end": "XX.XX",
"accType": "switch"
},
"phoneBook": {
"active": false
}
},
"options": {
"presence": {
"anyone": true,
"accType": "motion"
},
"reboot": {
"on": "",
"off": ""
},
"polling": {
"timer": 10
}
},
"telegram": {
"active": true,
"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX…",
"chatID": "XXXXXXXXXX",
"messages": {
"callmonitor": {
"incoming": "Incoming call - @",
"outgoing": "Outgoing call - @",
"disconnected": "Call with @ disconnected"
},
"reboot": {
"start": "reboot started",
"finish": "reboot completed"
}
}
},
"platform": "FritzPlatform"
},

@seydx
Copy link
Owner

seydx commented Mar 6, 2021

@shinzan111

Broadband is not a real measurement. It only shows the dsl speed shown also on the fritz GUI

@seydx seydx added the question Further information is requested label Mar 6, 2021
@seydx seydx closed this as completed Mar 10, 2021
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