Z-Wave JS debug log shows manual switch inputs but not updating in Home Assistant

hey all, hoping for some help! I have a bunch of Eaton RF9540 dimmer switches - manual changes on the switch do not update in Home Assistant. I checked the group associations and noticed no group associations to the controller were present. In this case the debug log shows the controller still gets communication from the switch with manual on/off inputs but no communication with manual dimming changes.

If I add a group association to the controller in Group 1 the debug log shows more info coming from manual on/off changes and there is communication with dimming changes but dimming changes are having the messages dropped. In all these cases home assistant is not reporting the updated states of the dimmer switch.

Is there a way to fix this or maybe a way to force a node refresh based on the debug logs?

Screenshots of default group associations and manually adding a association.


Silly debug log of when I press on/off manually on the switch without any group association:

Subscribed to Z-Wave JS Log Messages…
2022-01-06T15:56:30.105Z SERIAL « 0x0116004984081004110426277586707185772b2c727387ad                  (24 bytes)
2022-01-06T15:56:30.107Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:56:30.109Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x081004110426277586707185772b2c727387
2022-01-06T15:56:30.112Z CNTRLR « [Node 008] Received updated node info
2022-01-06T15:56:38.356Z SERIAL « 0x0116004984081004110426277586707185772b2c727387ad                  (24 bytes)
2022-01-06T15:56:38.358Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:56:38.361Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x081004110426277586707185772b2c727387
2022-01-06T15:56:38.363Z CNTRLR « [Node 008] Received updated node info

Silly debug log of when I press on / change brightness / off manually on the switch with group association set:

Subscribed to Z-Wave JS Log Messages…
2022-01-06T15:57:43.582Z SERIAL « 0x0116004984081004110426277586707185772b2c727387ad                  (24 bytes)
2022-01-06T15:57:43.584Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:57:43.587Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x081004110426277586707185772b2c727387
2022-01-06T15:57:43.590Z CNTRLR « [Node 008] Received updated node info
2022-01-06T15:57:43.594Z SERIAL « 0x01090004000803200163bb                                            (11 bytes)
2022-01-06T15:57:43.596Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:57:43.598Z DRIVER « [Node 008] [REQ] [ApplicationCommand]
                                  └─[BasicCCSet]
                                      target value: 99
2022-01-06T15:57:43.601Z CNTRLR   [Node 008] treating BasicCC::Set as a report
2022-01-06T15:57:43.603Z CNTRLR   [Node 008] [+] [Basic] currentValue: 99                           [Endpoint 0]
2022-01-06T15:57:47.536Z SERIAL « 0x010a000400080426016204bc                                          (12 bytes)
2022-01-06T15:57:47.541Z DRIVER   Dropping message because it could not be deserialized: MultilevelSwitchCCSet: 
                                  deserialization not implemented (ZW0320)
2022-01-06T15:57:47.543Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:57:49.752Z SERIAL « 0x0116004984081004110426277586707185772b2c727387ad                  (24 bytes)
2022-01-06T15:57:49.755Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:57:49.757Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x081004110426277586707185772b2c727387
2022-01-06T15:57:49.762Z CNTRLR « [Node 008] Received updated node info
2022-01-06T15:57:49.766Z SERIAL « 0x01090004000803200100d8                                            (11 bytes)
2022-01-06T15:57:49.768Z SERIAL » [ACK]                                                                   (0x06)
2022-01-06T15:57:49.776Z DRIVER « [Node 008] [REQ] [ApplicationCommand]
                                  └─[BasicCCSet]
                                      target value: 0
2022-01-06T15:57:49.780Z CNTRLR   [Node 008] treating BasicCC::Set as a report
2022-01-06T15:57:49.782Z CNTRLR   [Node 008] [~] [Basic] currentValue: 99 => 0                      [Endpoint 0]