MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
Hello there.
I have a lora esp32 LILYGO® TTGO V2.1-1.6 pair which i have successfully using them to have a reed switch’s state reported to me.
The issue is that i have is that i am unable to control a relay switch by using the actuator commands as written here : Actuators | OpenMQTTGateway v1.6.0 1
I have the relay at gpio 13 (obviously also vcc and ground at the correct pins) and i am using the command:
lora/OpenMQTTGateway/commands/MQTTtoONOFF` and as payload the{"gpio":13,"cmd":"high_pulse"} I also tried the{"gpio":13,"cmd":1}payload but with no success. When i try thelora/OpenMQTTGateway/commands/MQTTtoSYS/configand{"cmd":"restart"},` the esp is indeed restarting, as such i know that my communication is correct.
Hello there. I have a lora esp32 LILYGO® TTGO V2.1-1.6 pair which i have successfully using them to have a reed switch’s state reported to me. The issue is that i have is that i am unable to control a relay switch by using the actuator commands as written here : Actuators | OpenMQTTGateway v1.6.0 1 I have the relay at gpio 13 (obviously also vcc and ground at the correct pins) and i am using the command:
lora/OpenMQTTGateway/commands/MQTTtoONOFF` and as payload the
{"gpio":13,"cmd":"high_pulse"}I also tried the
{"gpio":13,"cmd":1}payload but with no success. When i try the
lora/OpenMQTTGateway/commands/MQTTtoSYS/configand
{"cmd":"restart"},` the esp is indeed restarting, as such i know that my communication is correct.Thanks