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

Add S60TPF to documentation #1514

Open
SirTeddyBear opened this issue Oct 27, 2024 · 2 comments
Open

Add S60TPF to documentation #1514

SirTeddyBear opened this issue Oct 27, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@SirTeddyBear
Copy link

I tested this device for several months, it works perfectly in local and cloud mode.

@AlexxIT AlexxIT added question Further information is requested documentation Improvements or additions to documentation and removed question Further information is requested labels Oct 28, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 28, 2024

Can you share device diagnostics?

@SirTeddyBear
Copy link
Author

SirTeddyBear commented Oct 28, 2024

`{
  "home_assistant": {
    "installation_type": "Unknown",
    "version": "2024.10.4",
    "dev": false,
    "hassio": false,
    "virtualenv": false,
    "python_version": "3.12.4",
    "docker": false,
    "arch": "aarch64",
    "timezone": "Europe/Rome",
    "os_name": "private",
    "os_version": "rpt-rpi",
    "run_as_root": false
  },
  "custom_components": {
    "sonoff": {
      "documentation": "https://github.com/AlexxIT/SonoffLAN",
      "version": "3.8.1",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    }
  },
  "integration_manifest": {
    "domain": "sonoff",
    "name": "Sonoff",
    "codeowners": [
      "AlexxIT"
    ],
    "config_flow": true,
    "dependencies": [
      "http",
      "zeroconf"
    ],
    "documentation": "https://github.com/AlexxIT/SonoffLAN",
    "iot_class": "local_push",
    "issue_tracker": "https://github.com/AlexxIT/SonoffLAN/issues",
    "requirements": [
      "pycryptodome>=3.6.6"
    ],
    "version": "3.8.1",
    "is_built_in": false
  },
  "setup_times": {
    "null": {
      "setup": 0.0003785898443311453
    },
    "01J4Y5NNJ4NYSCKPVN0S2D0E6A": {
      "wait_import_platforms": -0.00025512720458209515,
      "wait_base_component": -0.0016903001815080643,
      "config_entry_setup": 1.242914950940758
    }
  },
  "data": {
    "version": "ffa7e22",
    "cloud_auth": true,
    "config": null,
    "options": {
      "mode": "auto",
      "debug": false
    },
    "errors": [
      {
        "name": "custom_components.sonoff.core.ewelink.cloud",
        "message": [
          "Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '*****', 'apikey': '*****', 'sequence': '1730066466762'}",
          "Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '*****', 'apikey': '*****', 'sequence': '1730071506925'}"
        ],
        "level": "WARNING",
        "source": [
          "custom_components/sonoff/core/ewelink/cloud.py",
          616
        ],
        "timestamp": 1730071511.971858,
        "exception": "",
        "count": 3,
        "first_occurred": 1730066471.80897
      }
    ],
    "device": {
      "uiid": 190,
      "params": {
        "bindInfos": "***",
        "version": 8,
        "demNextFetchTime": 1730070000000,
        "ssid": "*****",
        "bssid": "*****",
        "fwVersion": "1.1.1",
        "switches": [
          {
            "switch": "on",
            "outlet": 0
          }
        ],
        "configure": [
          {
            "startup": "off",
            "outlet": 0
          }
        ],
        "pulses": [
          {
            "pulse": "off",
            "switch": "off",
            "outlet": 0,
            "width": 500
          }
        ],
        "sledOnline": "on",
        "staMac": "***",
        "rssi": -42,
        "threshold": {
          "actPow": {
            "min": 10,
            "max": 400000
          },
          "voltage": {
            "min": 16500,
            "max": 27700
          },
          "current": {
            "min": 10,
            "max": 1700
          }
        },
        "overload_00": {
          "minAP": {
            "en": 0,
            "val": 10
          },
          "maxAP": {
            "en": 1,
            "val": 400000
          },
          "minV": {
            "en": 0,
            "val": 16500
          },
          "maxV": {
            "en": 0,
            "val": 27700
          },
          "maxC": {
            "en": 1,
            "val": 1700
          },
          "minC": {
            "en": 0,
            "val": 10
          }
        },
        "current": 5,
        "voltage": 23717,
        "power": 724,
        "uiActive": 60,
        "timeZone": 2,
        "dayKwh": 2,
        "monthKwh": 117,
        "operSide": 1,
        "getHoursKwh": {
          "start": 0,
          "end": 743
        },
        "password": "*****"
      },
      "model": "S60TPF",
      "online": true,
      "local": null,
      "localtype": null,
      "host": null,
      "deviceid": "*****"
    }
  }
}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants