home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

Platform error 'light' from integration 'zengge' - Requirements for zengge not found: ['bluepy==1.3.0'] #124083

Open MNeubauer72 opened 3 weeks ago

MNeubauer72 commented 3 weeks ago

The problem

Adding the configuration in the configuration.yaml file according to the https://www.home-assistant.io/integrations/zengge documentation, I get a warning when trying to run Home Assistant: Platform error 'light' from integration 'zengge' - Requirements for zengge not found: ['bluepy==1.3.0']. It seems that the component 'bluepy==1.3.0' is missing. How to install it? Unfortunately, despite searching various groups where I have encountered the same problem I have not found a solution.

What version of Home Assistant Core has the issue?

core-2024.8.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zengee

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zengge

Diagnostics information

No response

Example YAML snippet

/homeassistant/configuration.yaml

# Example configuration.yaml entry for Zengge
light:
  - platform: zengge
    devices:
      "08:65:F0:43:EA:20":
        name: Zengge

Anything in the logs that might be useful for us?

Platform error 'light' from integration 'zengge' - Requirements for zengge not found: ['bluepy==1.3.0']

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @emontnemery, mind taking a look at this issue as it has been labeled with an integration (zengge) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zengge` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zengge` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zengge documentation zengge source (message by IssueLinks)

Xalfen commented 3 weeks ago

Following this issue, I'm having the same trouble with Zengge integration. Tried to manually install bluepy, but still not working.

MNeubauer72 commented 3 weeks ago

I originally reported the problem to the Zengge project, but they said it was a Home Assistant Core integration problem and sent me back here. It seems that no one wants to take on the problem, apparently not enough users are reporting it.