gn0st1c
gn0st1c
@leseigneur : can you fork this repository and make the changes you've mentioned on your fork? i'd like to use yours, cheers,
just to make sure; you're using espurna-1.12.3-esp01-ech1560.bin and you've connected CLK to GPIO4 and MISO to GPIO5 right? are you getting any data at all?
afaik Xose never had the ech1560 version of the powermeter. i'll take out mine from the storage and give it a try this weekend, see if i can make it...
i can confirm that it does not work. in ECH1560Sensor.h, _sync is never called.
tip: _sync is not called when _dosync flag is set. (there is no if (_dosync) check)
back when i coded several versions of espurna scripting, overhead and memory was my concern too. so i settled for a simple linter. [basic.cpp.zip](https://github.com/xoseperez/espurna/files/2839411/basic.cpp.zip)
@yadavravi079 : not the thing you're looking for, but [Remote Debug](https://github.com/JoaoLopesF/RemoteDebug) may help. ` / /Debug.showProfiler(true); // To show profiler - time between messages of Debug `
any news on this issue? (i just run into this problem when i was coding for my sonoff dual, which has two onoff capability)
the problem is when you define a capability/action it creates a function and web endpoint with that name. since identifier can only consist of letters, digits or underscore, using anything...
@konradwalsh: sorry, i didn't get notice for the mention. (maybe because you edited the comment). i'll fork these repos and apply my patches. i'll let you know when i'm done....