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

[BUG] #163

Open
daknightuk opened this issue Dec 26, 2024 · 0 comments
Open

[BUG] #163

daknightuk opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@daknightuk
Copy link

Describe the bug
When turning multiple lights or radiator valves on \ off using "groups" the integration seems to get blocked by the hive server and an error is presented within home assistant stating "Failed to perform the action homeassistant/turn_off. unknown error".
I believe this is caused by all the requests hitting the hive server simultaneously. I note that a lot of hive entities go offline when this is executed.

To Reproduce

  1. Create a group of lights in the groups.yaml file

upstairs_lights:
name: Upstairs Lights
entities:
- light.office_bulb
- light.office_lamp
- light.bedroom_bulb_1
- light.bedroom_bulb_2
- light.bedroom_lights
- light.bedroom_led
- light.bathroom_lights
- light.spare_room_bulb

Turn on and off multiple times until the error "Failed to perform the action homeassistant/turn_off. unknown error". comes up

Expected behaviour
Expect to be able to control lights as part of a group

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows PC
  • Browser Firefox
  • Version 133.0.3

Additional context
I seem to lose the majority of hive devices for a couple of minutes they come up unavailable or are just not controllable this includes the heating controls too. Note that Spare Lamp is NOT hive.

hive.video.mp4

I am having the same issue with the https://github.com/acdcnow/climate_group integration which links all my TRV's to a master temperature.

@daknightuk daknightuk added the bug Something isn't working label Dec 26, 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