thehookup / Motorized_MQTT_Blinds

Motorized_MQTT_Blinds
299 stars 75 forks source link

Test Option with Mqqt commands [ Domoticz ] #42

Open Dylantje opened 4 years ago

Dylantje commented 4 years ago

Perhaps some one that has this working in Domoticz? Or is there a way i can test with some mqtt commands? I know mqtt expaloer perhaps some thing like that for the test? My topic config: #define USER_MQTT_CLIENT_NAME "Ryan-Rolgordijn" // Used to define MQTT topics, MQTT Client ID, and ArduinoOTA

I see the mqtt login.. image

What are test commands?

binaryn3xus commented 3 years ago

So you would need to send a MQTT command with the following:

Remember, MQTT can be case-sensitive in some situations.

Topic: Ryan-Rolgordijn/blindsCommand Payload: CLOSE --OR-- Topic: Ryan-Rolgordijn/blindsCommand Payload: OPEN