Difference between revisions of "OutputHelperDevice"
Jump to navigation
Jump to search
(Created page with "When using Domoticz MQTT protocol, we cannot configure direct commands to control output. Instead, a json message is send by Domoticz on the Domoticz/Out channel. We need to c...") |
|||
Line 1: | Line 1: | ||
When using Domoticz MQTT protocol, we cannot configure direct commands to control output. Instead, a json message is send by Domoticz on the Domoticz/Out channel. We need to configure the IDX value within ESP Easy and link this to a given output pin. We usage a special 'helper' device to link IDX to GPIO. | When using Domoticz MQTT protocol, we cannot configure direct commands to control output. Instead, a json message is send by Domoticz on the Domoticz/Out channel. We need to configure the IDX value within ESP Easy and link this to a given output pin. We usage a special 'helper' device to link IDX to GPIO. | ||
+ | |||
+ | You only need to set the IDX and the corresponding GPIO pin. |
Latest revision as of 16:23, 10 August 2016
When using Domoticz MQTT protocol, we cannot configure direct commands to control output. Instead, a json message is send by Domoticz on the Domoticz/Out channel. We need to configure the IDX value within ESP Easy and link this to a given output pin. We usage a special 'helper' device to link IDX to GPIO.
You only need to set the IDX and the corresponding GPIO pin.