Unable to turn off honeywell zwave outlet zw1002

I am using HA on raspberry pi 4 with HUSBZB-1 zwave/zigbee usb stick. I have added the honeywell outlet to the zwave network. It is reported as “entity: zwave.honeywell_unknown_type_4952_id_3133” and the switch is reported as switch.honeywell_unknown_type_4952_id_3133_switch". But the zwave graph reports as unconnected node.

In zwave integration configure panel, the node information shows ready and the switch shows off. When I test the node, OZW logs shows that node expected reply was received:

2020-11-30 15:00:43.063 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8                                                                      
2020-11-30 15:00:43.063 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack                                                                            
2020-11-30 15:00:43.604 Detail, Node004,   Received: 0x01, 0x05, 0x00, 0x13, 0x23, 0x00, 0xca                                                                
2020-11-30 15:00:43.604 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x23 received (expected 0x23)                                               
2020-11-30 15:00:43.604 Info, Node004, Request RTT 549 Average Request RTT 341                                                                               
2020-11-30 15:00:43.604 Detail,   Expected callbackId was received                                                                                           
2020-11-30 15:00:43.604 Detail,   Expected reply was received                                                                                                
2020-11-30 15:00:43.604 Detail,   Message transaction complete                                                                                               
2020-11-30 15:00:43.604 Detail,                                                                                                                              
2020-11-30 15:00:43.604 Detail, Node004, Removing current message                                                                                            
2020-11-30 15:00:43.604 Detail, Node004, Notification: Notification - NoOperation

When I turn on the switch, it turns on, the logs report this:

2020-11-30 15:11:29.543 Info, Node004, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True                                                     
2020-11-30 15:11:29.543 Info, Node004, SwitchBinary::Set - Setting node 4 to On                                                                             
2020-11-30 15:11:29.543 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0xff, 0x25, 0x24, 0x3b
2020-11-30 15:11:29.544 Detail, Node004, Queuing (Send) SwitchBinaryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x25, 0x02, 0x25, 0x25, 0xc4
2020-11-30 15:11:29.544 Detail,                                                                                                                             
2020-11-30 15:11:29.544 Info, Node004, Sending (Send) message (Callback ID=0x24, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x25, 0x01, 0xff, 0x25, 0x24, 0x3b                                                                                                              
2020-11-30 15:11:29.550 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8                                                                      
2020-11-30 15:11:29.550 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2020-11-30 15:11:33.788 Detail, Node004,   Received: 0x01, 0x05, 0x00, 0x13, 0x24, 0x01, 0xcc                                                                
2020-11-30 15:11:33.789 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x24 received (expected 0x24)
2020-11-30 15:11:33.789 Info, Node004, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.                                                 
2020-11-30 15:11:33.789 Warning, Node004, WARNING: Device is not a sleeping node.
2020-11-30 15:11:33.789 Error, Node004, ERROR: node presumed dead                                                                                            
2020-11-30 15:11:33.789 Detail, Node001,   Expected callbackId was received                                                                                  
2020-11-30 15:11:33.789 Detail, Node001,   Expected reply was received                                                                                       
2020-11-30 15:11:33.789 Detail, Node001,   Message transaction complete                                                                                      
2020-11-30 15:11:33.789 Detail,                                                                                                                              
2020-11-30 15:11:33.789 Detail, Node004, Removing current message                                                                                            
2020-11-30 15:11:33.789 Detail, Node004, Notification: Notification - Node Dead
2020-11-30 15:11:33.791 Error, Node004, ERROR: Dropping command because node is presumed dead
2020-11-30 15:11:33.791 Detail, Node004, Removing current message

I don’t understand why the received data stream 0x24 was received but was considered a warning/error ?

Any help is appreciated.

Thanks,