Coder Social home page Coder Social logo

fritzplatform-util's People

Contributors

seydx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

fritzplatform-util's Issues

cannot resolve "error": "ESOCKETTIMEDOUT", "errorCode": "ESOCKETTIMEDOUT",

Hi.

My apologies if creating an issue here is a slight over-reaction.
I constantly keep getting the following errors:

[3/28/2019, 8:57:24 AM] [FritzPlatform] [ERROR] FritzBox: An error occured while getting device state, trying again...
[3/28/2019, 8:57:24 AM] [FritzPlatform] [ERROR] {
"error": "ESOCKETTIMEDOUT",
"errorCode": "ESOCKETTIMEDOUT",
"serviceType": "urn:dslforum-org:service:WANIPConnection:1",
"action": "GetInfo"
}
[3/28/2019, 8:57:36 AM] [FritzPlatform] [ERROR] FritzBox: An error occured while fetching SID, trying again in 30 seconds...
[3/28/2019, 8:57:36 AM] [FritzPlatform] [ERROR] {
"error": "ESOCKETTIMEDOUT",
"errorCode": "ESOCKETTIMEDOUT",
"serviceType": "urn:dslforum-org:service:DeviceConfig:1",
"action": "X_AVM-DE_CreateUrlSID"
}
[3/28/2019, 8:57:46 AM] [FritzPlatform] [ERROR] smarthome: An error occured while getting device state, trying again...
[3/28/2019, 8:57:46 AM] [FritzPlatform] [ERROR] {
"error": "ESOCKETTIMEDOUT",
"errorCode": "ESOCKETTIMEDOUT",
"serviceType": "urn:dslforum-org:service:WANPPPConnection:1",
"action": "GetInfo"
}
[3/28/2019, 8:57:47 AM] [FritzPlatform] [ERROR] broadband: An error occured while getting device state, trying again...
[3/28/2019, 8:57:47 AM] [FritzPlatform] [ERROR] {
"error": "ESOCKETTIMEDOUT",
"errorCode": "ESOCKETTIMEDOUT",
"serviceType": "urn:dslforum-org:service:WANPPPConnection:1",
"action": "GetInfo"

I have created the following config, playing with enabling and disabling different options and changing the polling and timeout :

{
    "accessories": [],
    "bridge": {
[...]
    },
    "platforms": [
[...]
        {
            "platform": "FritzPlatform",
            "devices": {
                "FritzBox": {
                    "master": true,
                    "host": "fritz.box",
                    "port": 49000,
                    "username": "admin",
                    "password": "not-the-password",
                    "type": "cable",
                    "wifi2": false,
                    "wifi5": false,
                    "wifiGuest": false,
                    "phoneBook": false,
                    "wps": false,
                    "aw": false,
                    "deflection": false,
                    "led": false,
                    "lock": false,
                    "beta": false,
                    "mesh": true
                },
                "broadband": {
                    "active": false,
                    "measureTime": 5,
                    "polling": 30
                },
                "smarthome": {
                    "Klimaanlage": {
                        "ain": "0876101XXXXX",
                        "type": "switch",
                        "tempSensor": true,
                        "unit": "celsius"
                    },
                    "Waschmaschine": {
                        "ain": "0876101XXXXX",
                        "type": "switch",
                        "tempSensor": true,
                        "unit": "celsius"
                    }
                }
            },
            "readOnlySwitches": false,
            "anyone": true,
            "delay": 60,
            "onDelay": 15,
            "polling": 5,
            "timeout": 20
        }
    ]
}

Can you please help me?

Best, GG

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.