How to control boneIO Black over MQTT
Many people asks how to control boneIO Black app over MQTT.
It’s pretty simple with any tool using MQTT.
Screenshot¶
MQTT message¶
You need to fill in:
- topic, which is
{boneIONAME}/cmd/{switchType}/{switchName}/set
- boneIONAME is name of your node
- switchType is type of your switch, eg cover, light, switch
- switchName is name/id you set
- payload: ON/OFF/TOGGLE