Its node info is fine and if I control it from an automation it works fine.
However, when just turning it on from the front end, it immediately turns off alone. Here it is the ozwave log:
"2018-09-14 17:56:48.999 Info, Node019, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 2 - True
2018-09-14 17:56:49.000 Info, Node019, SwitchBinary::Set - Setting node 19 to On
2018-09-14 17:56:49.000 Detail, Node019, Queuing (Send) MultiInstance Encapsulated (instance=2): SwitchBinaryCmd_Set (Node=19): 0x01, 0x0d, 0x00, 0x13, 0x13, 0x06, 0x60, 0x06, 0x02, 0x25, 0x01, 0xff, 0x25, 0x9f, 0xf1
2018-09-14 17:56:49.000 Detail, Node019, Queuing (Send) MultiInstance Encapsulated (instance=2): SwitchBinaryCmd_Get (Node=19): 0x01, 0x0c, 0x00, 0x13, 0x13, 0x05, 0x60, 0x06, 0x02, 0x25, 0x02, 0x25, 0xa0, 0x30
2018-09-14 17:56:49.001 Detail,
2018-09-14 17:56:49.006 Info, Node019, Sending (Send) message (Callback ID=0x9f, Expected Reply=0x13) - MultiInstance Encapsulated (instance=2): SwitchBinaryCmd_Set (Node=19): 0x01, 0x0d, 0x00, 0x13, 0x13, 0x06, 0x60, 0x06, 0x02, 0x25, 0x01, 0xff, 0x25, 0x9f, 0xf1
2018-09-14 17:56:49.015 Detail, Node019, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-09-14 17:56:49.015 Detail, Node019, ZW_SEND_DATA delivered to Z-Wave stack
2018-09-14 17:56:49.075 Detail, Node019, Received: 0x01, 0x07, 0x00, 0x13, 0x9f, 0x00, 0x00, 0x07, 0x73
2018-09-14 17:56:49.075 Detail, Node019, ZW_SEND_DATA Request with callback ID 0x9f received (expected 0x9f)
2018-09-14 17:56:49.075 Info, Node019, Request RTT 68 Average Request RTT 48
2018-09-14 17:56:49.076 Detail, Expected callbackId was received
2018-09-14 17:56:49.076 Detail, Expected reply was received
2018-09-14 17:56:49.076 Detail, Message transaction complete
2018-09-14 17:56:49.076 Detail,
2018-09-14 17:56:49.076 Detail, Node019, Removing current message
2018-09-14 17:56:49.076 Detail,
2018-09-14 17:56:49.076 Info, Node019, Sending (Send) message (Callback ID=0xa0, Expected Reply=0x04) - MultiInstance Encapsulated (instance=2): SwitchBinaryCmd_Get (Node=19): 0x01, 0x0c, 0x00, 0x13, 0x13, 0x05, 0x60, 0x06, 0x02, 0x25, 0x02, 0x25, 0xa0, 0x30
2018-09-14 17:56:49.086 Detail, Node019, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-09-14 17:56:49.086 Detail, Node019, ZW_SEND_DATA delivered to Z-Wave stack
2018-09-14 17:56:49.369 Detail, Node042, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x2a, 0x06, 0x31, 0x05, 0x03, 0x0a, 0x06, 0x60, 0x80
2018-09-14 17:56:49.369 Detail,
2018-09-14 17:56:49.369 Info, Node042, Received SensorMultiLevel report from node 42, instance 1, Luminance: value=1632lux
2018-09-14 17:56:49.369 Detail, Node042, Refreshed Value: old value=1853, new value=1632, type=decimal
2018-09-14 17:56:49.369 Detail, Node042, Changes to this value are not verified
2018-09-14 17:56:49.369 Detail, Node042, Notification: ValueChanged
2018-09-14 17:56:49.402 Detail, Node019, Received: 0x01, 0x07, 0x00, 0x13, 0xa0, 0x00, 0x00, 0x1e, 0x55
2018-09-14 17:56:49.402 Detail, Node019, ZW_SEND_DATA Request with callback ID 0xa0 received (expected 0xa0)
2018-09-14 17:56:49.402 Info, Node019, Request RTT 325 Average Request RTT 186
2018-09-14 17:56:49.402 Detail, Expected callbackId was received
2018-09-14 17:56:59.077 Error, Node019, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-09-14 17:56:59.078 Detail, Node019, Removing current message
2018-09-14 17:56:59.078 Detail, Node019, Notification: Notification - TimeOut
"
It seems like a communication TIMEOUT, but then why is it working fine from automation but not the front end?? I don’t get it, please help me if you have any idea. All my other z-wave devices are working fine.