Description of the Issue
I am using OpenV and sending the following command via MQTT:
However, the OpenV log shows only the following:
[73] Wed Dec 25 21:30:11 2024 : >SENT: 04
setTimerM1Mo 06:00:
OK
It seems that the second time value ("20:00") is being truncated. As a result, the command is not processed correctly.
Expected Behavior
The full command should appear in the log and be processed correctly, as follows:
[73] Wed Dec 25 21:30:11 2024 : >SENT: 04
setTimerM1Mo 06:00 20:00:
OK
Actual Behavior
The log entry ends after the first time value, and the second time value is missing:
[73] Wed Dec 25 21:30:11 2024 : >SENT: 04
setTimerM1Mo 06:00:
OK
Steps to Reproduce
- Send the following command via MQTT to OpenV:
- Check the OpenV log.
Thank you for your support!
Description of the Issue
I am using OpenV and sending the following command via MQTT:
However, the OpenV log shows only the following:
It seems that the second time value ("20:00") is being truncated. As a result, the command is not processed correctly.
Expected Behavior
The full command should appear in the log and be processed correctly, as follows:
Actual Behavior
The log entry ends after the first time value, and the second time value is missing:
Steps to Reproduce
Thank you for your support!