ESP32-Radio icon indicating copy to clipboard operation
ESP32-Radio copied to clipboard

no remote control via mqtt

Open Heiner1967 opened this issue 5 years ago • 2 comments

Hi, first of all, this is a great project and works super.

I do have it working, the webpage is fine as well and in mqtt the status messages are recieved.

However i stugle to put via mqtt a comand in to stop/unstop or mute unmute. From the documentation I understand it should be possible.

How exactly shall it work?

I use fhem to publish mqtt mesaages but tried as well to do so via MQTT.fx and via MQTT Explorer.

Shall the code acccept Mqtt comands?

Thanks for letting me know.

Heiner1967 avatar Mar 14 '21 19:03 Heiner1967

There is a typo in the src defaultprefs.h on line "mqqprefix = xxx" , change it to "mqttprefix = xxx", it works for me after modify this typo, fyi !

ahome-wugu avatar Jul 11 '21 04:07 ahome-wugu

Fixed.

Edzelf avatar Jul 12 '21 08:07 Edzelf