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
69.88k stars 28.98k forks source link

Additional entities for Gardena smart Gateway using HomeKit #114622

Closed nijel closed 2 days ago

nijel commented 3 months ago

The problem

Presently, Gardena watering works pretty well using HomeKit, but it misses several entities which would be useful:

What version of Home Assistant Core has the issue?

core-2024.3.3

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

HomeKit controller

Link to integration documentation on our website

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

Diagnostics information

homekit_controller-97ac1cc6c10dcd22a8aa26ed847324a6-Water Control 00093257-5348619d25366c9d843ca3d4e2fa8db4.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

These would be useful for valves (for multi-valve devices, the duration is available for each valve):

              {
                "type": "000000D3-0000-1000-8000-0026BB765291",
                "iid": 262,
                "perms": [
                  "pr",
                  "pw",
                  "ev"
                ],
                "format": "uint32",
                "value": 1200,
                "description": "Set Duration",
                "minValue": 0,
                "maxValue": 5400,
                "minStep": 60
              },
              {
                "type": "000000D4-0000-1000-8000-0026BB765291",
                "iid": 263,
                "perms": [
                  "pr",
                  "ev"
                ],
                "format": "uint32",
                "value": 0,
                "description": "Remaining Duration",
                "minValue": 0,
                "maxValue": 36000,
                "minStep": 1
              },
              {
                "type": "00000079-0000-1000-8000-0026BB765291",
                "iid": 264,
                "perms": [
                  "pr",
                  "ev"
                ],
                "format": "uint8",
                "value": 0,
                "description": "Status Low Battery",
                "minValue": 0,
                "maxValue": 1,
                "minStep": 1
              },
              {
                "type": "00000077-0000-1000-8000-0026BB765291",
                "iid": 265,
                "perms": [
                  "pr",
                  "ev"
                ],
                "format": "uint8",
                "value": 0,
                "description": "Status Fault",
                "minValue": 0,
                "maxValue": 1,
                "minStep": 1
              }

The battery status field is the same for sensor as well:

              {
                "type": "00000079-0000-1000-8000-0026BB765291",
                "iid": 261,
                "perms": [
                  "pr",
                  "ev"
                ],
                "format": "uint8",
                "value": 1,
                "description": "Status Low Battery",
                "minValue": 0,
                "maxValue": 1,
                "minStep": 1
              }
home-assistant[bot] commented 3 months ago

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

Code owner commands Code owners of `homekit_controller` 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 homekit_controller` 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)


homekit_controller documentation homekit_controller source (message by IssueLinks)

issue-triage-workflows[bot] commented 1 week ago

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.