-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Description of the Issue
I am using OpenV and sending the following command via MQTT:
setTimerM1Mo 06:00 20:00
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:
setTimerM1Mo 06:00 20:00 - Check the OpenV log.
Thank you for your support!
Metadata
Metadata
Assignees
Labels
No labels