Search found 18 matches

by 2007-i
01 Oct 2021, 18:08
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Hi, I had same issue with your plugin as user 2007-i, but I've resolved it. Please look on my code for modified functions: For time: Old: void P168_display_time() { String dtime = "%systime%"; String newString = parseTemplate(dtime, 10); P168_display->setTextAlignment(TEXT_ALIGN_LEFT); P1...
by 2007-i
01 Oct 2021, 10:10
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Please tell me how you can change the thermostat control to PID regulation?
I have powerful semistors so that I do not use mechanical relays that quickly fail. And I want a smoother heating.
by 2007-i
31 Oct 2020, 13:52
Forum: ESP Easy: Projects / Applications
Topic: PV Monitor project
Replies: 14
Views: 28425

Re: PV Monitor project

Thanks.
Tell me how the module itself works, gestures and approximation work adequately? Did they write that in the beginning there were problems with him as well as id?
I tested my module but with a different firmware, it worked more or less normally, the distance is about 10 cm.
by 2007-i
30 Oct 2020, 23:11
Forum: ESP Easy: Projects / Applications
Topic: PV Monitor project
Replies: 14
Views: 28425

Re: PV Monitor project

Well done!
Could you tell me how you catch signals in the settings, how do you debug? Where in ESP Easy is the APDS-9960 gesture module setting in the device? I did not find it there, although this module is included in plugins.
by 2007-i
29 Oct 2020, 11:32
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

OK I understood. These plugins worked fine with the ESPEasy_Thermo_4M_c241.bin version. When building with new versions (ESPEasy_ESP82xx_mega-20201009 and ESPEasy_ESP82xx_mega-20201022), the errors that I described here https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=7607&p=47529#p47...
by 2007-i
29 Oct 2020, 11:08
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Do you mean submit plugins for upload to the repository?
Only these plugins are not mine, I just added them to define_plugin_sets.h and compiled.
by 2007-i
29 Oct 2020, 00:42
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

I compiled the firmware with your plugin and the new version of ESPEasy_ESP82xx_mega-20201009, the compilation was successful except for the points described here: https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=7607&p=47529#p47521 After the corrections indicated by the respected TD-...
by 2007-i
18 Oct 2020, 22:11
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

'SENSOR_TYPE_DUAL' was not declared in this scope
In event->sensorType = SENSOR_TYPE_DUAL;
add too
event->sensorType = Sensor_VType::SENSOR_TYPE_DUAL; ?
by 2007-i
18 Oct 2020, 21:53
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

TD-er wrote: 18 Oct 2020, 21:47 I think that's also a more recent change in the ESPEasy core source code.


Add: #include src/DataStructs/DeviceStruct.h
This add to define_plugin_sets.h or in 159_Pushbutton?
by 2007-i
18 Oct 2020, 21:42
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

And now the error, commented out #ifdef PLUGIN_BUILD_TESTING и #endif exit status 1 'SENSOR_TYPE_SWITCH' was not declared in this scope When I added _P168_ThermOLED there was this error too, but I replaced Device [deviceCount] .VType = SENSOR_TYPE_QUAD; on Device [deviceCount] .VType = Sensor_VType ...
by 2007-i
18 Oct 2020, 21:36
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

Did you get that source from the Plugin PlayGround? Then it will only be included if PLUGIN_BUILD_TESTING is #defined, you might want to comment out the #ifdef PLUGIN_BUILD_TESTING line at the start of the _P159 source, and also the corresponding #endif at the end of that file. I thought enough to ...
by 2007-i
18 Oct 2020, 21:14
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

So tnank you. Updated to the latest version.
But for some reason, the latest version does not add the _P159_Pushbutton plugin. The rest after being added to define_plugin_sets.h are displayed normally. And _P159_Pushbutton is not visible after adding.
by 2007-i
15 Oct 2020, 21:18
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

Please tell me how to get clean data from a json request?
If possible

Code: Select all

/ json? View = sensorupdate & taskrun = 2
by 2007-i
15 Oct 2020, 00:13
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Rename WebServer to web_server. Thanks a lot! It's help me. All compiled ok. Building .pio\build\normal_ESP8266_4M1M\ESP_Easy_mega_20200722_normal_ESP8266_4M1M.bin Retrieving maximum program size .pio\build\normal_ESP8266_4M1M\ESP_Easy_mega_20200722_normal_ESP8266_4M1M.elf Checking size .pio\build\...
by 2007-i
14 Oct 2020, 23:55
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

Have you tested the csv option as suggested here: https://espeasy.readthedocs.io/en/latest/Reference/URLs.html?highlight=csv#csv ??? Yes, but I have an old version and is not supported csv. I can not install the new version because the plug-in for the thermostat from here is used. https://github.co...
by 2007-i
14 Oct 2020, 22:07
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 40067

Re: HTTP get command for sensor value

Please tell me how to convert data from / json? View = sensorupdate & taskrun = 2 into a readable view, for example from: {"Sensors": [ { "TaskValues": [ {"ValueNumber": 1, "Name": "Temperature", "NrDecimals": 2, "Value": 23.5...
by 2007-i
12 Oct 2020, 18:58
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Tell me what is the PID controller? :) https://en.wikipedia.org/wiki/PID_controller and library https://github.com/br3ttb/Arduino-PID-Library It is highly discouraged to use electromechanical relays in the pid-controller, they will fail from frequent switching. The correct solution would be to use ...
by 2007-i
10 Oct 2020, 22:53
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 86027

Re: ESP8266 Thermostat

Tell me how to add a PID controller to control the heater using SSR relay?
Thanks!