softypit / esp32_mqtt_eq3

esp32-based mqtt node to control EQ-3 BLE TRVs
145 stars 48 forks source link

MQTT doesn't want to work #31

Closed satrik closed 5 years ago

satrik commented 5 years ago

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

satrik commented 5 years ago

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!