-
I am testing my Plate (having Dash UI) by sending this command Topic "hasp/plate35/command/p1b2.val %value%" using "MQTT Explorer", I get this error in my serial port: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The topic needs to be just |
Beta Was this translation helpful? Give feedback.
-
Thank you, it works fine.
I made a mistake in identifying Payload from Topic.
This is really a awesome project to learn.
Thanks again with best wishes and great regards.
…On Thu, Apr 21, 2022, 4:43 PM fvanroie ***@***.***> wrote:
The topic needs to be just hasp/plate35/command/p1b2.val with the value
in the payload of the MQTT message.
Equally, use topic hasp/plate35/command/p1b2.value_str with the value to
set in the payload.
—
Reply to this email directly, view it on GitHub
<#323 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOZMCR4LRHEFQURDJMAHO3VGG4VPANCNFSM5UAHU36Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
The topic needs to be just
hasp/plate35/command/p1b2.val
with the value in the payload of the MQTT message.Equally, use topic
hasp/plate35/command/p1b2.value_str
with the value to set in the payload.