Here we go again. My last post was for the Qubino 3 Phase Smart Meter, this one is the same, but for the 1-phase meter, for the IKA-relay.
After configuration, I can turn on the binary switch for the external relay (IKA), but I cannot not turn it off. Status after turning off says it has turned off, but that is false information, the relay is still on.
I suspects it depens on the 1-phase meter firmware which is version 7.11. Have requested an OTA firmware update file from Qubino (shelly), if there is any.
Can anyone confirm or maybee give me a solution?
Log for turning on:
2024-06-24 10:36:40.663 INFO Z-WAVE: Calling api writeValue with args: [
{
nodeId: 35,
commandClass: 37,
endpoint: 2,
property: ‘targetValue’
},
true,
null,
[length]: 3
]
2024-06-24 10:36:40.665 INFO Z-WAVE: Writing true to 35-37-2-targetValue
2024-06-24 10:36:40.849 INFO Z-WAVE: [Node 035] Value added: 37-2-targetValue => true
2024-06-24 10:36:40.851 INFO Z-WAVE: [Node 035] Value added 35-37-2-targetValue => true
2024-06-24 10:36:40.854 INFO Z-WAVE: Success zwave api call writeValue {
status: 1,
remainingDuration: Duration { unit: ‘seconds’, _value: 16, [value]: [Getter/Setter] }
}
2024-06-24 10:36:43.654 INFO Z-WAVE: [Node 035] Value updated: 37-2-currentValue false => true
Log for turning off
2024-06-24 10:37:19.133 INFO Z-WAVE: Calling api writeValue with args: [
{
nodeId: 35,
commandClass: 37,
endpoint: 2,
property: ‘targetValue’
},
false,
null,
[length]: 3
]
2024-06-24 10:37:19.135 INFO Z-WAVE: Writing false to 35-37-2-targetValue
2024-06-24 10:37:19.320 INFO Z-WAVE: [Node 035] Value updated: 37-2-targetValue true => false
2024-06-24 10:37:19.322 INFO Z-WAVE: Success zwave api call writeValue {
status: 1,
remainingDuration: Duration { unit: ‘seconds’, _value: 16, [value]: [Getter/Setter] }
}
2024-06-24 10:37:22.324 INFO Z-WAVE: [Node 035] Value updated: 37-2-currentValue true => false