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

B05-B lamps stopped working after the HA Core update. #1408

Open
gugamc opened this issue May 4, 2024 · 2 comments
Open

B05-B lamps stopped working after the HA Core update. #1408

gugamc opened this issue May 4, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gugamc
Copy link

gugamc commented May 4, 2024

The lamps B05-B became unavailable after the update.

They are connected and work normally through the Ewelink application, but are not being recognized within the integration.

@AlexxIT AlexxIT added the invalid This doesn't seem right label May 5, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 5, 2024

@gugamc
Copy link
Author

gugamc commented May 8, 2024

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2024.5.2",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.12.2",
    "docker": true,
    "arch": "x86_64",
    "timezone": "America/Sao_Paulo",
    "os_name": "Linux",
    "os_version": "6.6.29-haos",
    "supervisor": "2024.05.1",
    "host_os": "Home Assistant OS 12.3",
    "docker_version": "25.0.5",
    "chassis": "vm",
    "run_as_root": true
  },
  "custom_components": {
    "moonraker": {
      "documentation": "https://moonraker-home-assistant.readthedocs.io/en/latest/",
      "version": "1.2.0",
      "requirements": [
        "moonraker-api==2.0.5"
      ]
    },
    "tapo_control": {
      "documentation": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control",
      "version": "5.4.13",
      "requirements": [
        "pytapo==3.3.19"
      ]
    },
    "hacs": {
      "documentation": "https://hacs.xyz/docs/configuration/start",
      "version": "1.34.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "sonoff": {
      "documentation": "https://github.com/AlexxIT/SonoffLAN",
      "version": "3.7.3",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    },
    "smartir": {
      "documentation": "https://github.com/smartHomeHub/SmartIR",
      "version": "1.17.9",
      "requirements": [
        "aiofiles>=0.6.0"
      ]
    },
    "alexa_media": {
      "documentation": "https://github.com/alandtse/alexa_media_player/wiki",
      "version": "4.10.0",
      "requirements": [
        "alexapy==1.27.10",
        "packaging>=20.3",
        "wrapt>=1.14.0"
      ]
    }
  },
  "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": "/api/sonoff/1115318a-8f8f-414d-9551-12e0b3e04836",
    "requirements": [
      "pycryptodome>=3.6.6"
    ],
    "version": "3.7.3",
    "is_built_in": false
  },
  "data": {
    "version": "78eb050",
    "cloud_auth": false,
    "config": {
      "username": "***",
      "password": "***",
      "reload": "always"
    },
    "options": {
      "mode": "auto",
      "debug": true
    },
    "errors": [
      {
        "name": "custom_components.sonoff",
        "message": [
          "Can't login in auto mode: TimeoutError()"
        ],
        "level": "WARNING",
        "source": [
          "custom_components/sonoff/__init__.py",
          184
        ],
        "timestamp": 1715211012.1353228,
        "exception": "",
        "count": 1,
        "first_occurred": 1715211012.1353228
      }
    ],
    "device": {
      "uiid": 104,
      "params": {
        "bindInfos": "***",
        "version": 7,
        "switch": "off",
        "fwVersion": "1.3.2",
        "ltype": "white",
        "white": {
          "br": 12,
          "ct": 254
        },
        "sequence": "123456789",
        "selfApikey": ""
      },
      "model": "B05-B",
      "online": true,
      "local": null,
      "localtype": null,
      "host": null,
      "deviceid": "10010b01f5"
    }
  }
}

@AlexxIT AlexxIT added bug Something isn't working and removed invalid This doesn't seem right labels May 12, 2024
@AlexxIT AlexxIT self-assigned this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants