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
73.81k stars 30.9k forks source link

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

Open MNeubauer72 opened 3 months ago

MNeubauer72 commented 3 months 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 months 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 months 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 months 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.

trust11 commented 2 months ago

Same Issue here

JuliusHerrmann commented 2 months ago

+1

Emdro-sys commented 1 month ago

+1

bribi77 commented 1 month ago

+1

Alive1984 commented 1 month ago

idem

Xalfen commented 4 weeks ago

If anyone is interested, I managed a kinda workaround, inspired by this video. Found the ID of by Zengge device, and managed to identify codes related to triggers I needed (turn on, turn off). Saved this as a Python script, and calling it with me HA automation.

Alive1984 commented 1 week ago

@Xalfen i'm interested. no news about zengge?

MNeubauer72 commented 1 week ago

I found information that this project will not continue. Zengge should be forgotten and other controllers should be found.

MNeubauer72 commented 4 days ago

LEDnetWF BLE - this integration in Home Assistant supports my 3 Zengge controllers. All the effects as in the mobile app, dynamic and static modes are available, and you can also change the colors at will. Everything works properly. Keep in mind, however, that these controllers work on Bluetooth and therefore you must have BT transmitters available with a good signal. I have some ESP32-WROOM-32D boards at my place.