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.37k stars 30.29k forks source link

Jasco Z-Wave Switch Status not Updating properly #127729

Open jcat2 opened 4 days ago

jcat2 commented 4 days ago

The problem

I have a number of different Jasco Z-wave switched placed in my house. While the automation are Home Assistant control is working well I find the status as a result of a manual action such as pressing the switches is not. Status from a light going from off to on works well, however, from on to off does not. For all of my dimmer switches if I turn off the switch with a manual press of the device the Home Assistant status still shows that it is on.

What version of Home Assistant Core has the issue?

core-2024.10.1

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

Jasco

Link to integration documentation on our website

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

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 4 days ago

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

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


zwave_js documentation zwave_js source (message by IssueLinks)

kalto commented 3 days ago

I got the exact same issue. I'm using Z-Wave JS UI on a Raspberry PI and HA OS (VM) with the Z-Wave JS integration. It's a new setup freshly migrated from SmartThings during the weekend. So far, everything works fine except for my Jasco/GE switch that don't update their status in HA when you turn them off manually.

jcat2 commented 3 days ago

Issue appears to be due to the polling time for status after switch has been pressed and HA requests the status. The time delay between the switch sending a message that an event has occurred and HA requesting status of the switch is too short. This results in HA receiving a status while the switch is still in transition. Give that Jasco is now supporting HA I'm hoping that they can help