#Published MQTT messages don't reach the device (Android Go)
1 messages · Page 1 of 1 (latest)
Hey, do you use automation to send the wake command?
hi! i tried both automation and to send from developer tools
this code above is from dev tools
correction: this is from automations
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
what is this?
topic: wallpanel/mywallpanel/
give it a try again with removing trailing slash
like this :
topic: wallpanel/mywallpanel
still no
did you check the log for both WallPanel and HA?
Also you may change the value of qos.
qos: "0" for test
tried QOS 0, nothing in HA logs as far as i can see, will see where i can find wallpanel logs
ok
you could find any error msg
Ofc, you've confirmed MQTT configuration, havent you?
yes i have
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
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
Do u get this log after you changed qos?
Now what you had better is confirming connectivity
And restart it
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
how to do that? i tried the payload from MQTT Explorer PC app also. i could see it coming in also. i have restarted the addon, HA, multiple times during trial
Maybe it's because it's Android Go.. missing half of the features