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
72.82k stars 30.51k forks source link

UPB repeat command if device doesn't ack command #129265

Open kenwiens opened 3 hours ago

kenwiens commented 3 hours ago

The problem

Coming from HCA, I was accustomed to having UPB commands sent repeatedly until the receiving device responded that it had received (acknowledged) the command. This helped if there was noise on the powerline. You could set, by device, the number of retries before throwing an error.

I cannot determine if the UPB integration in HA is doing any actions like this and if so, is it configurable?

I'm getting situations where I send commands to turn on a light, and HA shows the light is on, yet in reality it is still off. I suspect I have a noise issue, but without knowing what the UPB integration is doing, it is hard to determine exactly. (I use upstart to monitor noise).

Right now, my issue is more about documentation - what is the integration doing if it doesn't receive a positive ack from the device?

thanks, Ken

What version of Home Assistant Core has the issue?

core-2024.10.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

UPB

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 hours ago

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

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


upb documentation upb source (message by IssueLinks)