AlexxIT / SonoffLAN

Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant
https://github.com/AlexxIT/Blog
MIT License
2.68k stars 414 forks source link

INCHING Duration Entity Unavailable #1281

Closed milandzuris closed 9 months ago

milandzuris commented 9 months ago

hi, why all INCHING Duration entities are Unavailable?, thx. image

AlexxIT commented 9 months ago

Show device diagnostics

yousaf465 commented 9 months ago

same issue with my S26 plug

image

image

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2024.1.0b2",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.11.6",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Asia/Karachi",
    "os_name": "Linux",
    "os_version": "6.1.63-haos-raspi",
    "supervisor": "2023.12.1",
    "host_os": "Home Assistant OS 11.3.rc1",
    "docker_version": "24.0.7",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "tuya_local": {
      "version": "2022.4.1",
      "requirements": [
        "pycryptodome~=3.17",
        "tinytuya==1.12.4"
      ]
    },
    "huawei_solar": {
      "version": "1.3.1",
      "requirements": [
        "huawei-solar==2.2.9"
      ]
    },
    "spook": {
      "version": "1.4.0",
      "requirements": []
    },
    "adaptive_lighting": {
      "version": "1.20.0",
      "requirements": [
        "ulid-transform"
      ]
    },
    "ble_monitor": {
      "version": "12.7.1",
      "requirements": [
        "pycryptodomex>=3.18.0",
        "janus>=1.0.0",
        "aioblescan>=0.2.14",
        "btsocket>=0.2.0",
        "pyric>=0.1.6.3"
      ]
    },
    "sonoff": {
      "version": "3.5.3",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    },
    "smartlife": {
      "version": "0.1.0",
      "requirements": [
        "tuya-device-sharing-sdk==0.1.9"
      ]
    },
    "thermal_comfort": {
      "version": "2.2.0",
      "requirements": []
    },
    "hacs": {
      "version": "1.33.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "solcast_solar": {
      "version": "4.0.13",
      "requirements": [
        "aiohttp>=3.8.5",
        "datetime>=4.3",
        "isodate>=0.6.1"
      ]
    },
    "openwrt": {
      "version": "0.0.2",
      "requirements": []
    },
    "webrtc": {
      "version": "v3.5.0",
      "requirements": []
    },
    "scheduler": {
      "version": "v0.0.0",
      "requirements": []
    },
    "spook_inverse": {
      "version": "1.4.0",
      "requirements": []
    },
    "tuya_ble": {
      "version": "0.1.8",
      "requirements": [
        "tuya-iot-py-sdk==0.6.6",
        "pycountry==22.3.5"
      ]
    },
    "worlds_air_quality_index": {
      "version": "1.0.4",
      "requirements": []
    },
    "smartthinq_sensors": {
      "version": "0.35.6",
      "requirements": [
        "pycountry>=20.7.3",
        "xmltodict>=0.12.0",
        "charset_normalizer>=2.0.0"
      ]
    },
    "localtuya": {
      "version": "5.2.1",
      "requirements": []
    },
    "auto_backup": {
      "version": "1.4.1",
      "requirements": []
    },
    "rpi_gpio": {
      "version": "2022.7.0",
      "requirements": [
        "RPi.GPIO==0.7.1"
      ]
    }
  },
  "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.5.3",
    "is_built_in": false
  },
  "data": {
    "version": "a8c6d45",
    "cloud_auth": true,
    "config": {
      "username": "***",
      "password": "***",
      "force_update": [
        "temperature",
        "power"
      ],
      "scan_interval": "00:05:00",
      "sun": null
    },
    "options": {
      "mode": "auto",
      "debug": false
    },
    "errors": [],
    "device": {
      "uiid": 1,
      "params": {
        "version": 8,
        "sledOnline": "on",
        "switch": "off",
        "fwVersion": "3.7.6",
        "rssi": -65,
        "staMac": "***",
        "startup": "stay",
        "init": 1,
        "pulse": "on",
        "pulseWidth": 500,
        "timers": "***",
        "bindInfos": "***",
        "only_device": {
          "ota": "success"
        },
        "ssid": "***",
        "bssid": "***",
        "rstReason": 0,
        "exccause": 0,
        "epc1": 0,
        "epc2": 0,
        "epc3": 0,
        "excvaddr": 0,
        "depc": 0,
        "longOffline": 1
      },
      "model": "S26",
      "online": true,
      "local": true,
      "localtype": "plug",
      "host": "192.168.xxxxxxxxx8081",
      "deviceid": "xxxxx"
    }
  }
}
milandzuris commented 9 months ago

Show device diagnostics

sonoff-f50f9f94515155ece9159f24a92a7368-Bedroom Light-d7fc93dade5aa4ca79a58ca716067671.json.txt

AlexxIT commented 9 months ago

This is Hass 2024.1 issue https://github.com/AlexxIT/SonoffLAN/releases/tag/v3.5.4