We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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
The log entry ends after the first time value, and the second time value is missing:
Thank you for your support!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: