Jasco 24770/ZW4006 driver does not track motion - possibly monitoring the wrong endpoint? #6537
Replies: 3 comments 4 replies
-
👋 Hey @nmpu! It looks like you attached a logfile, but its filename doesn't look like it a driver log that came from Z-Wave JS. Please double-check that you uploaded the correct logfile. If you did, disregard this comment. As a reminder, here's how to create one: |
Beta Was this translation helpful? Give feedback.
-
Here are sample reports for 24770 (broken) and 26931 (working). The only difference is the endpoint. |
Beta Was this translation helpful? Give feedback.
-
Any love for my Jasco 24770 devices? I'd be perfectly happy triggering off the raw Z-Wave motion messages, but the HA integration won't let me because they "can't be found". There is strict validation in place based on all known event types, so if you come across an event type that isn’t supported, please open a GitHub issue in the home-assistant/core repository. |
Beta Was this translation helpful? Give feedback.
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
I have multiple Jasco 24770/ZW4006 devices that were previously reporting motion under SmartThings. I have tried exclude/include multiple times with identical results on every device. The associated 'motion_detection' sensor entity does not update. I can see motion events in the Z-Wave JS debug window. The switch will automatically turn on with motion if so configured. I also have the similar Jasco 26931/ZW4006 which works as expected. I tried triggering directly on command class 113-1. That works for a while, but eventually stops triggering. At some point (including restart), HA starts reporting errors that -113-1 does not exist. It sure looks like something is getting confused in the driver.
What did you expect to happen instead?
I expect the motion_detection sensor entity to update with motion-- subject to the device configuration parameters.
Steps to reproduce the behavior:
Anything else we should know?
Looking at the Z-Wave JS debug window, the 24770 reports on endpoint 1, while the 26931 reports on endpoint 2. At one point while editing entity names, a second motion_detection entity appeared on a 24770 node and it was working! That was very short-lived.
When I attempt to edit a stalled 113-1 trigger, I see something like:
Message malformed: Value 70-113-1-Home Security-Motion sensor status can't be found on node Node(node_id=70)
Software versions
Driver (node-zwave-js): 12.3.0
Z-Wave JS UI: 9.3.2
Device information
Manufacturer: Jasco
Model name: 24770/ZW4006
Node ID: 74
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
node_74.json
interview_node_74.log
Beta Was this translation helpful? Give feedback.
All reactions