Hi @nayelyz
Again, intermittently, the events emitted in a driver for diferentes capabilities do not reach the platform, (app or we advanced users) and the app gives a network error and the value of the capability is not updated.
These are the driver logs, I try to change the value to 1, it is emitted and the app gives a network error and returns to the previous value.
connecting... connected
2024-10-22T17:23:23.932788778Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:23:23.934165778Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":1},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[1]}
2024-10-22T17:23:23.935800278Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:23:23.939990487Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 1
2024-10-22T17:23:23.940974737Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":1},"visibility":{"displayed":false}}
2024-10-22T17:23:23.959523612Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
2024-10-22T17:23:47.337063114Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:23:47.345918239Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":1},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[1]}
2024-10-22T17:23:47.347492698Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:23:47.348443114Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 1
2024-10-22T17:23:47.349354614Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":1},"visibility":{"displayed":false}}
2024-10-22T17:23:47.365656448Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
2024-10-22T17:24:13.301779951Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:24:13.352392909Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":1},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[1]}
2024-10-22T17:24:13.358960701Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:24:13.369995576Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 1
2024-10-22T17:24:13.383738784Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":1},"visibility":{"displayed":false}}
2024-10-22T17:24:13.456873492Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
I’ve already tried removing {visibility = false}
I’ve already tried adding {state_change = true}
Sometimes it works and other times it doesn’t work until a while passes and it works again.
Hub logs sent and permission given to my account
It’s really frustrating!
Thanks
EDIT:
Some minutes after value 1 is not received in app, but value= 11 works, and then value= 1 is emitted too.
What filters have smartthings set to not emit some events to the platform?
2024-10-22T17:41:19.263264545Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:41:19.270312045Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":1},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[1]}
2024-10-22T17:41:19.271887545Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:41:19.272922628Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 1
2024-10-22T17:41:19.276065628Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":1},"visibility":{"displayed":false}}
2024-10-22T17:41:19.291207003Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
2024-10-22T17:41:53.122975632Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:41:53.131378674Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":11},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[11]}
2024-10-22T17:41:53.133065257Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:41:53.134015965Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 11
2024-10-22T17:41:53.134908132Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":11},"visibility":{"displayed":false}}
2024-10-22T17:41:53.152204924Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
2024-10-22T17:44:33.823942052Z TRACE Z-Wave Switch and Child Mc Received event with handler capability
2024-10-22T17:44:33.832459094Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> received command: {"args":{"value":1},"capability":"legendabsolute60149.deviceParameter","command":"setDeviceParameter","component":"main","positional_args":[1]}
2024-10-22T17:44:33.834121177Z TRACE Z-Wave Switch and Child Mc Found CapabilityCommandDispatcher handler in zwave_switch -> Device Config subdriver
2024-10-22T17:44:33.835066219Z PRINT Z-Wave Switch and Child Mc <<< device_Parameter: 1
2024-10-22T17:44:33.835960511Z INFO Z-Wave Switch and Child Mc <ZwaveChildDevice: 0efe83ca-a955-4c3e-83f1-fa81f5960fa3 [bd5c15c7-76f5-4430-b95d-c8ea349e9f61][main] (Device Info-Luz Entrada)> emitting event: {"attribute_id":"deviceParameter","capability_id":"legendabsolute60149.deviceParameter","component_id":"main","state":{"value":1},"visibility":{"displayed":false}}
2024-10-22T17:44:33.853509552Z DEBUG Z-Wave Switch and Child Mc Device Info-Luz Entrada device thread event handled
2024-10-22T17:44:34.518235802Z TRACE Z-Wave Switch and Child Mc Received event with handler unnamed