HiveMQ learning (How to publish?)

Attempting to add MQTT to my HA. I have added a ESP8266 and I can see the updates from the device running OpenMQTTGateway.

I want to publish to the device from the HiveMQ panel but I am not clear how?

for Topic I enter

home/OpenMQTTGateway/commands/MQTTtoIR

and for message to OMG I put

-m '{"value":551489775}'

No flashing led or indication that the message is received?

Thanks for any insight!

I don’t know HiveMq, but since this is the HA forum. Your topic seems correct, in HA go to developer tools -> MQTT, enter home/OpenMQTTGateway/commands/MQTTtoIR under topic and 551489775 as payload. Then click publish.

Does this error mean something? I guess it would indicate that I can’t get messages back?

How do I fix this issue?

Logs below…

1575578392: New client connected from 192.168.1.100 as OpenMQTTGateway (p2, c1, k15, u’MOSQTO’).
1575578498: Socket error on client hassio-mqtt-client, disconnecting.

Using the ardunio IDE I see some transmissions

15:45:54.087 -> OpenMQTTGateway ip:
15:45:54.087 -> 192.168.1.225
15:45:54.087 -> 1883
15:45:54.087 -> Connecting to MQTT by IP adress
15:45:54.087 -> 192.168.1.219
15:45:55.587 -> IR_EMITTER_PIN
15:45:55.587 -> 16
15:45:55.587 -> IR_RECEIVER_PIN
15:45:55.587 -> 2
15:45:55.587 -> ZgatewayIR setup done
15:45:55.587 -> MQTT_MAX_PACKET_SIZE
15:45:55.587 -> 1024
15:45:55.587 -> Setup OpenMQTTGateway end
15:45:55.587 -> MQTT connection…
15:45:55.587 -> Connected to broker
15:45:55.587 -> Subscription OK to the subjects
15:46:33.538 -> Hey I got a callback
15:46:33.538 -> -m ‘{“value”:551489775}’
15:46:33.538 -> SendId prt
15:46:33.867 -> Hey I got a callback
15:46:33.867 -> -m ‘{“value”:551489775}’
15:46:33.867 -> SendId prt

15:46:33.538 -> Hey I got a callback
15:46:33.538 -> -m ‘{“value”:551489775}’
15:46:33.538 -> SendId prt

This indicated OpenMQTTGateway received 551489775, but it does not show where it is coming from.

1575578498: Socket error on client hassio-mqtt-client, disconnecting.

This seems to indicate that hassio is unable to connect to your mqtt broker. How did you configure hassio ?