Search found 3 matches
- 25 Nov 2016, 17:58
- Forum: ESP Easy: Software
- Topic: How to create new plugin/protocol?
- Replies: 4
- Views: 4961
Re: How to create new plugin/protocol?
okay, I've found these two pages: http://www.letscontrolit.com/wiki/index.php/ESPEasyDevelopmentGuidelines http://www.letscontrolit.com/wiki/index.php/ESPEasyDevelopment but my questions still remain - can anybody give me a hint on this? BTW, the plugin should enable the device to connect to public ...
- 25 Nov 2016, 00:01
- Forum: ESP Easy: Software
- Topic: Time in Rules
- Replies: 2
- Views: 2270
Re: Time in Rules
According to this http://www.letscontrolit.com/wiki/index ... Rules#Time you should try it like:
Code: Select all
On Clock#Time>All,23:00 do
gpio, 16, 1
endon
- 18 Nov 2016, 08:37
- Forum: ESP Easy: Software
- Topic: How to create new plugin/protocol?
- Replies: 4
- Views: 4961
How to create new plugin/protocol?
Hi guys, I've found ESPEasy a few weeks ago and it's so great, I instantly got hooked on it! :) Now, I was playing around with it and asked myself if I could extend it with a certain type of MQTT message protocol. I'd like to transfer the data over MQTT in a special JSON format. I have the source co...