Tasmota: Transmitting command by mqtt.fx not succesfull

Created on 27 Sep 2018  ·  3Comments  ·  Source: arendst/Tasmota

I'm trying to send ON and OFF commands directly by using mqtt.fx but without success. For example:
Publishing of the statement "cmnd/S20neu/power" shows the result stat/S20neu/POWER = OFF at the S20neu console. But there is no way to give the command for ON. Everytime I tried to transmit one more character than the simple status query is quitted by {Command:Unknown}. Even a blank brings this messages. What is wrong with the publishing statement like cmnd/S20neu/power = "ON"?

question

Most helpful comment

Often make mistake when beginner using mqtt.fx:

The payload must be entered in the extra window below the topic and NOT as postfix of the topic.

This is correct:
2018-09-27 14-53-17

All 3 comments

Don't know about mqtt.fx, but mqtt is typically published as
cmnd/S20neu/POWER on
you might need to research mqtt.fx to find out how to publish a topic (cmnd/S20neu/POWER) and a payload for that topic (on)

Often make mistake when beginner using mqtt.fx:

The payload must be entered in the extra window below the topic and NOT as postfix of the topic.

This is correct:
2018-09-27 14-53-17

@curzon01
Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TylerDurden23 picture TylerDurden23  ·  3Comments

Joeyhza picture Joeyhza  ·  3Comments

esp32x picture esp32x  ·  3Comments

renne picture renne  ·  3Comments

luisfpinto picture luisfpinto  ·  3Comments