softypit / esp32_mqtt_eq3

esp32-based mqtt node to control EQ-3 BLE TRVs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT doesn't want to work

satrik opened this issue · comments

Hello,

i've configured my esp32 and i'm able to control my eq3's over the web interface. Till this point everything works fine.
I've also configured my raspberry pi with mosquitto as a MQTT broker. The esp shows on the web interface that the status is connected. But no command shows any effect.
I've tried pub/sub between 2 raspberrys and that works fine. I've tried all commands you have listed in the README, but nothing happens.

Can you explain in more detail how to execute the commands or how to setup the broker on the raspberry side? I try it for 2 days now and do not get it to work -.-

Greetings from Germany
satrik

I've found the/my problem.

I've used your sample commands at the end of the README, and these commands are without the leading slash... So it was my mistake, but maybe you could update this commands.

Thank you!