Hi,
I'm having a go at using Tasmota to create a power meter reader - (see my other post showing what I've done and what issues I've hit here: Creating a power meter by counting pulses with LM393 and Tasmota - #2 by jamesxheath)
It requires me to compile Tasmota with the following compile options:
#ifndef USE_SCRIPT
#define USE_SCRIPT
#endif
#ifndef USE_SML_M
#define USE_SML_M
#endif
#ifdef USE_RULES
#undef USE_RULES
#endif
I've realised that (of course I now realise)) I have to use firmware with httphooks in.
I can't find the modified source for Tasmota for anything higher than 8.3.1 - I did find a bin with script included for 9.4, but I think that something else is missing.
Could someone point me to the modified source (or if it's easy, compile a vn for me with the defs above!!)
Or alternatively point me in the direction of a better way to use an LM393 and wemosD1 to make a power meter reader
Thanks,
James