#Published MQTT messages don't reach the device (Android Go)

1 messages · Page 1 of 1 (latest)

gleaming fog
#

I'm using WallPanel, which successfully publishes it's sensors to HA but when trying to talk back (eg to wake up the screen), nothing happens. I can see the messages going through in MQTT Explorer.
topic: wallpanel/wall #### same topic also in the WallPanel app
payload: "{"wake": true, "wakeTime": 180}"

naive grove
#

Hey, do you use automation to send the wake command?

gleaming fog
#

hi! i tried both automation and to send from developer tools

#

this code above is from dev tools

#

correction: this is from automations

naive grove
#

Humn

#

Can you share the yaml file?

#

if you not you may send me dm

gleaming fog
naive grove
#

Ive checked it

#

I am wondering the reason would be the double quotes are being escaped unnecessarily, which might cause issue when sending message

#
payload: '{"wake": true, "wakeTime": 180}'

this is corrected payload format

gleaming fog
#

doesnt work unfortunately:(

naive grove
#

what is this?
topic: wallpanel/mywallpanel/

#

give it a try again with removing trailing slash

#

like this :

topic: wallpanel/mywallpanel
gleaming fog
#

still no

naive grove
#

did you check the log for both WallPanel and HA?

#

Also you may change the value of qos.

#

qos: "0" for test

gleaming fog
#

tried QOS 0, nothing in HA logs as far as i can see, will see where i can find wallpanel logs

naive grove
#

ok

#

you could find any error msg

#

Ofc, you've confirmed MQTT configuration, havent you?

gleaming fog
#

yes i have

naive grove
#

havent you find out any error msg or something?

#

yet?

#

HA log

#

You may also try to test as manual

#

I mean test the payload manually

gleaming fog
#

HA Settings-System_logs there is nothing about this except a line about an error about formatting (which i messed up before) but nothing more..

#

brb need to drop food to kindergarten. kid has some charity festival

naive grove
#

Do u get this log after you changed qos?

#

Now what you had better is confirming connectivity

#

And restart it

gleaming fog
#

no i entered a value in wrong format i think. i'm just trying blindly.. been trying to fix this for like 8h total now

gleaming fog
#

Maybe it's because it's Android Go.. missing half of the features