Got the payload …
Receive Message = 01 1B 00 04 00 3B 15 53 05 01 00 FF 30 00 00 3F 3F 00 07 00 01 06 43 01 01 22 01 18 2E
2019-09-10 10:42:56.393 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=59, callback=0, payload=00 3B 15 53 05 01 00 FF 30 00 00 3F 3F 00 07 00 01 06 43 01 01 22 01 18
2019-09-10 10:42:56.397 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=59, callback=0, payload=00 3B 15 53 05 01 00 FF 30 00 00 3F 3F 00 07 00 01 06 43 01 01 22 01 18
Findings:
payload=00 3B 15 53 05 01 00 FF 30 00 00 3F 3F 00 07 00 01 06 43 01 01 22 01 18
only three bytes are changing for this “schedule”:
-
06
= this is the hours for how long the overwritten schedule shall be used…06
= 6 hours -
01 18
= this is the setpoint times 10
01 18
= 280 -> 28 deg
00 C8
= 200 -> 20deg
00 FF
= 255 -> 25.5 deg
so maybe there’s someone with an idea how to process these in openhab? or maybe @chris could give me a hint how to get this message for further processing?