core
core copied to clipboard
Integration:Hive does not support TVR groups
The problem
I have exactly the same issue described here: https://github.com/home-assistant/core/issues/85111
I don't seem to be able to comment or re-open this original issue. It is still affecting me in the current versions of everything.
I have tried, (from my simple automation script):
- Calling a service, Climate: Set temperature - groups or individual TRVs within the group are missing from the list of devices
- Device action, I am able to select the individual TRVs within the group, (the group itself is missing), but the actions list is then empty, whereas for other non-grouped TRVs the action list lets me do actions like set the hvac mode.
Both of these work for non-grouped single TRVs.
What version of Home Assistant Core has the issue?
core-2023.7.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Hive
Link to integration documentation on our website
https://www.home-assistant.io/integrations/hive/
Diagnostics information
No response
Example YAML snippet
Working examples from single TRVs:
- device_id: <x>
domain: climate
entity_id: <x>
type: set_hvac_mode
hvac_mode: heat
- service: climate.set_temperature
data:
temperature: 5
target:
device_id:
- <x>
Anything in the logs that might be useful for us?
No response
Additional information
No response
Hey there @rendili, @kjonline, mind taking a look at this issue as it has been labeled with an integration (hive
) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of hive
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 hive
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)
hive documentation hive source (message by IssueLinks)
Supposedly this was fixed as part of 2023.12.2 as per the release notes (https://www.home-assistant.io/blog/2023/12/06/release-202312/#release-2023122---december-13) but I have fully reloaded my integration since then on 2024.1.3 and still not getting the groups come through, just the individual TRVs with no sensors except the battery sensor.
Just for clarity groups haven't been officially supported. The change made was to allow trvs in a group to be created as individual devices with a view that controlling one individual device controls the group
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.