First to admit, I am a little out of my element when it comes to MQTT, even though I'm now running more than 50 devices running Tasmota. I have managed to get my "second" broker to bring data in to HS4, mostly without issue. I am struggling with getting a command to be published properly from the mcsMQTT plugin to the broker.
I've been successful in publishing the topic and payload using MQTT Explorer, as follows:
However, when I try to publish the same via HS, using mcsMQTT, the following is the result (this is pulled from the debug enabled logging, which has no affect on the inverter):
Here's a portion of the edit page:

Not sure what else to provide. I am using the latest update of the mcsMQTT plugin, and the values update from the device->broker->HS, without issue. After a couple days, I'm stumped. Thanks for any help.
I've been successful in publishing the topic and payload using MQTT Explorer, as follows:
Code:
Topic: W/###/settings/0/Settings/CGwacs/AcPowerSetPoint {"value": 1100.0}
Code:
Publish W/###/settings/0/Settings/CGwacs/AcPowerSetPoint={“value”: 1100.0}’
Not sure what else to provide. I am using the latest update of the mcsMQTT plugin, and the values update from the device->broker->HS, without issue. After a couple days, I'm stumped. Thanks for any help.
Comment