TheTimeWalker / wallpanel-android

WallPanel is an Android application for Web Based Dashboards and Home Automation Platforms
https://wallpanel.xyz
Apache License 2.0
414 stars 42 forks source link

MQTT not working #86

Open pickonedev opened 1 year ago

pickonedev commented 1 year ago

Hi!

There is any other specific setting which I should make in order to the functionality of MQTT commands? I see that the sensor it is ok, all good, but when I try to wake the device or speak or anything, the tablet does not do anything.

REST command it is working ok, but MQTT not

pickonedev commented 1 year ago

I solved it..

Seems that if you have the base topic like this "wallpanel/mydevice", the mqtt topic which you want to publish, should be like this "wallpanel/mydevicecommand" (without the dash)... which is very strange...

boergegrunicke commented 10 months ago

For me, it crashes all the time, as soon as MQTT is configured correctly. No matter what, I set for the base topic.

EmJay276 commented 9 months ago

I solved it..

Seems that if you have the base topic like this "wallpanel/mydevice", the mqtt topic which you want to publish, should be like this "wallpanel/mydevicecommand" (without the dash)... which is very strange...

I can confirm wallpanel/mydevice/command does NOT work, wallpanel/mydevicecommand does work,