Skip to content
New issue

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

setTimerM1* over mqtt not working - parsing error? #144

Open
SaulGoodman1337 opened this issue Dec 25, 2024 · 0 comments
Open

setTimerM1* over mqtt not working - parsing error? #144

SaulGoodman1337 opened this issue Dec 25, 2024 · 0 comments

Comments

@SaulGoodman1337
Copy link

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

  1. Send the following command via MQTT to OpenV:
    setTimerM1Mo 06:00 20:00
    
  2. Check the OpenV log.

Thank you for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant