Skip to content

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

@SaulGoodman1337

Description

@SaulGoodman1337

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions