-
-
Notifications
You must be signed in to change notification settings - Fork 97
MQTT receive command topic not working? #27
Comments
update: BTW: I don't use HA |
Yes, I did completely re-write all the mqtt, wifi and ota logic during the
holidays and probably rushed it and under the influence of alcohol slightly!
One change was to always use QoS 1. But that shouldn't make any difference.
I'll take a look again
The MQTT messages for heating active and tapwater active looks like a bug,
or perhaps a message was sent to MQTT with the retain flag set. I'll look
into that too.
…On Thu, Jan 3, 2019 at 9:57 AM SpaceTeddy ***@***.***> wrote:
update:
ok, if I activate the debug output in void MyESP::_mqttOnMessage
myDebug_P(PSTR("[MQTT] Received %s => %s"), topic, message);
I can clearly see that the thermostat command messages are received by the
ESP, but the system does not change the mode or temperature.
Strange is, that I receive also a lot of heating_active and
tapwater_active messages, but I do not send there messages 🧐
home/boiler/tapwater_active => 0
home/boiler/heating_active => 0`
[image: image]
<https://user-images.githubusercontent.com/9148964/50629391-a0b23a00-0f3c-11e9-8e90-d7fe2c9978ba.png>
BTW: I don't use HA
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLHePXvdLy843RwBF9fDuZyN25Jp7T0ks5u_cYXgaJpZM4Zns79>
.
|
well, or like V1.1.0 It is working then... For tapwater_active and heating_active I deactivated for testing I should also drink something ... because I really like your project. 👍 |
yes, I had already fixed the subscribe problem. I'll fix the CMD_MODE too and do a new build soon |
works in 1.2.3 |
dear proddy,
sry to issue a topic again, but since 1.2.x I've got trouble to "sent" MQTT messages to the ESP8266. receiving messages is not an issue at all.
With V. 1.1.x is was working well. As I see in the changelog, you have modified the MQTT client, therefore I would like to kindly as you if I have to do something different in V1.2.x to V1.1.x.
My test setup:
ESP8266 <-> mosquitto (rPi) <-> MQTT.fx (Mac)
User and PW is set on ESP8266 & MQTT.fx
any idea?
many thanks
chris
The text was updated successfully, but these errors were encountered: