Thanks.
Just baffling, that the factory reset would not reset the energy meter. I don’t really need to reset them, but I thought it would be a way to see if the factory reset succeeded. Guess it’s not
The main problem is, that I can’t set parameter 90 to 1, so that the thresholds actually trigger a report. Unfortunately, that still doesn’t work, even like this:
zwave.set_config_parameter
node_id: 89
parameter: 90
value: 1
I get value=0 in the log:
2020-10-11 20:05:44.985 Info, Node089, Value::Set - COMMAND_CLASS_CONFIGURATION - Enables/disables parameter 91/92 - 90 - 1 - False
2020-10-11 20:05:44.985 Info, Node089, Configuration::Set - Parameter=90, Value=0 Size=1
2020-10-11 20:05:44.985 Detail, Node089, Queuing (Send) ConfigurationCmd_Set (Node=89): 0x01, 0x0c, 0x00, 0x13, 0x59, 0x05, 0x70, 0x04, 0x5a, 0x01, 0x00, 0x25, 0x4a, 0xfc
2020-10-11 20:05:44.985 Detail, Node089, Queuing (Send) ConfigurationCmd_Get (Node=89): 0x01, 0x0a, 0x00, 0x13, 0x59, 0x03, 0x70, 0x05, 0x5a, 0x25, 0x4b, 0xfd
2020-10-11 20:05:44.985 Detail,
2020-10-11 20:05:44.985 Info, Node089, Sending (Send) message (Callback ID=0x4a, Expected Reply=0x13) - ConfigurationCmd_Set (Node=89): 0x01, 0x0c, 0x00, 0x13, 0x59, 0x05, 0x70, 0x04, 0x5a, 0x01, 0x00, 0x25, 0x4a, 0xfc
2020-10-11 20:05:44.993 Detail, Node089, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-10-11 20:05:44.993 Detail, Node089, ZW_SEND_DATA delivered to Z-Wave stack
2020-10-11 20:05:45.010 Detail, Node089, Received: 0x01, 0x07, 0x00, 0x13, 0x4a, 0x00, 0x00, 0x02, 0xa3
2020-10-11 20:05:45.010 Detail, Node089, ZW_SEND_DATA Request with callback ID 0x4a received (expected 0x4a)
2020-10-11 20:05:45.010 Info, Node089, Request RTT 25 Average Request RTT 26
2020-10-11 20:05:45.010 Detail, Expected callbackId was received
2020-10-11 20:05:45.010 Detail, Expected reply was received
2020-10-11 20:05:45.010 Detail, Message transaction complete
2020-10-11 20:05:45.010 Detail,
2020-10-11 20:05:45.010 Detail, Node089, Removing current message
2020-10-11 20:05:45.010 Detail,
2020-10-11 20:05:45.010 Info, Node089, Sending (Send) message (Callback ID=0x4b, Expected Reply=0x04) - ConfigurationCmd_Get (Node=89): 0x01, 0x0a, 0x00, 0x13, 0x59, 0x03, 0x70, 0x05, 0x5a, 0x25, 0x4b, 0xfd
2020-10-11 20:05:45.018 Detail, Node089, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-10-11 20:0