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 code of the stable 120 version. Copied _C005.ino to _C010.ino and made the changes to my certain expectations - all compiled well. But I am not sure if my changes were even considered by the compiler, as my new protocol doesn't show up on the config page. The max number of plugins was limited to 16 so I suppose the code will automaticall check _C001 up to _C016?
Code: Select all
#define CPLUGIN_MAX 16
Code: Select all
#include
Also, when I am using the
Code: Select all
#define FEATURE_TIME
Thanks a lot in advance!
Cheers