How to controll LOAD switch by MQTT #11
-
Hello, I want to ask how to controll LOAD switch by MQTT command with JSON output. I'm trying to controll switch with "IoT MQTT Panel" android app. Thank you for help and also this great project! Peter |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
just change the value of the LOAD_STATE |
Beta Was this translation helpful? Give feedback.
-
Sure, but command mosquitto_pub -t solar/epever/DATA -m {"LOAD_STATE":"false"} is not working. What's I'm missing? Thanks. |
Beta Was this translation helpful? Give feedback.
-
so first it is a bool value not a text, the "" not needed |
Beta Was this translation helpful? Give feedback.
-
Hallo, Bei MQTT Json Style also so |
Beta Was this translation helpful? Give feedback.
so first it is a bool value not a text, the "" not needed
{"LOAD_STATE": true}
have you more than one device connected or set in the settings?