timsson wrote: on <event> do
publish /ESP1/aaa/bbb,1
endon
Search found 3 matches
- 03 Nov 2016, 22:21
- Forum: ESP Easy: Software
- Topic: Newbie Rules Question
- Replies: 7
- Views: 7772
Re: Newbie Rules Question
Thanks timsson. However, I need to subscribe rather than publish as the publishing is done by Openhab. Based on the content of the topic subscribed in the ESPEasy device, I want to process a rule.
- 28 Oct 2016, 09:15
- Forum: ESP Easy: Software
- Topic: Newbie Rules Question
- Replies: 7
- Views: 7772
Re: Newbie Rules Question
Tried a few things and found that "MQTT Import" provided the best solution.
- 21 Oct 2016, 18:14
- Forum: ESP Easy: Software
- Topic: Newbie Rules Question
- Replies: 7
- Views: 7772
Newbie Rules Question
I have a setup running with Openhab, MQTT and multiple ESP nodes. One of the ESPEasy nodes running R120 is named "ESP1" and is configured with Subscribe Template "/ESP1/#". Through Openhab, user action generates a MQTT message "/ESP1/aaa/bbb 1". What is the event syntax...