How to send a string in an input channel through MQTT

Forum Home Forums Understanding the Software How to send a string in an input channel through MQTT

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15927
    38368423
    Participant

    How to send a string in an input channel through MQTT

    #15934
    Mikhail
    Moderator

    Hello,
    Currently, the MQTT client driver supports only numbers. You can convert incoming strings int numbers with JavaScript, and transmit numbers to Server as channel values.

    #15936
    38368423
    Participant

    How can I implement it? Can you give me a demonstration

    #15937
    38368423
    Participant

    Do you have any suggestions for extending MQTT driver support for strings

    #15960
    Mikhail
    Moderator

    If you are a software develop, you can get the source code of the driver from GitHub and add the required feature.
    We can do that by a contract, however it may be expensive.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.