Search found 3 matches

by BigAndi
14 Jan 2018, 12:39
Forum: ESP Easy: General Discussion
Topic: 2.0/Mega not compiling on Platformio/OS X
Replies: 4
Views: 4172

Re: 2.0/Mega not compiling on Platformio/OS X

Yesterday i had the same issue. Fixing this is easy. lib/IRremoteESP8266/IRMitsubishiAC.cpp:80:44: note: mismatched types 'std::initializer_list<_Tp>' an d 'unsigned int' temp = max(MITSUBISHI_AC_MIN_TEMP, temp); ^ Change all the max() (or min())-calls in the code (lib/IRremoteESP8266/IRKelvinator.c...
by BigAndi
12 Jan 2018, 22:58
Forum: ESP Easy: General Discussion
Topic: %systime% not working in controller & NTP issue
Replies: 2
Views: 2326

Re: %systime% not working in controller & NTP issue

But I think I found your problem: In C008 (Generic HTTP) is the following source code, with a very clear comment ;) //TODO: move this to a generic replacement function? url.replace(F("%sysname%"), URLEncode(Settings.Name)); url.replace(F("%tskname%"), URLEncode(ExtraTaskSettings...
by BigAndi
12 Jan 2018, 19:45
Forum: ESP Easy: General Discussion
Topic: %systime% not working in controller & NTP issue
Replies: 2
Views: 2326

%systime% not working in controller & NTP issue

Hello all! (I'm using Release v2.0-20180112, same is with Release v2.0-20180111, not tried older versions) I use a Mini D1 ESP8266 module with two sensors, a BMP280 and a SI7021. The data is collected in a SQLite3 database on a Raspberry Pi3. Therefore i configured a controller with Generic HTTP. Th...