Search found 18 matches

by nogin
12 Nov 2019, 15:24
Forum: ESP Easy: Software
Topic: Generic HTTP advanced does not pass values
Replies: 1
Views: 4376

Generic HTTP advanced does not pass values

Noticed that when configuring the Generic HTTP advanced controller (_C11) example: Host: open-monitoring.online Controller Publish: get? ____ & key = ____ & p1 =%value% in the request, "%value%" is passed instead of a numeric value. Here is the log: 195187: EVENT: T # Temp = 22.00 ...
by nogin
12 Nov 2019, 14:18
Forum: ESP Easy: Software
Topic: Test_core compilation error
Replies: 2
Views: 4705

Re: Test_core compilation error

Thank you very much! Edited custom.h, in ESPEasy-Globals.h added #define USE_CUSTOM_H, compiled in the Arduino IDE - it worked! Adding and removing plugins is easy!
by nogin
11 Nov 2019, 22:07
Forum: ESP Easy: Software
Topic: Test_core compilation error
Replies: 2
Views: 4705

Test_core compilation error

Hello! When trying to compile a test assembly all the time an error occurs:

Image

Could there be a reason for the plague?
by nogin
11 Nov 2019, 17:10
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Image[/url]
[/img]
by nogin
11 Nov 2019, 15:34
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Cannot compile test_core_1M. In ArduinIDE compiles, but after loading it cannot write the configuration file to FS, it does not compile in Platformio: fatal error.
by nogin
10 Nov 2019, 18:03
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Unfortunately, there is no ready-made test_core assembly for ESP8266 1Mb in releases. Will have to collect yourself.
by nogin
10 Nov 2019, 17:42
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

No, I tested only Generic HTTP, because I used the normal_core assembly. Is Advanced HTTP available in test_core? I'll try to flash it when I get to the workplace. Thank!
by nogin
10 Nov 2019, 12:17
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Did not help. I looked at the _C008 plugin code, it’s installed there

Protocol [protocolCount] .usesAccount = true;
Protocol [protocolCount] .usesPassword = true;

If you change these values to false and rebuild the firmware in the Arduino IDE, will that help?
by nogin
10 Nov 2019, 11:51
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Sorry, forgot to enable translation into English
by nogin
10 Nov 2019, 11:48
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Я настроил контроллер таким образом:
Image

Это не работает :(
by nogin
10 Nov 2019, 11:09
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Thank! Using a Dummy device is a good idea. But what about the second question, so that the "user" and "pass" fields in the request body are not passed?
by nogin
10 Nov 2019, 11:05
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

In addition, the Generic HTTP controller, if I understood correctly, must include the "user" and "password" fields in the query string, but for open-monitoring.online this is unacceptable, it must be "cid" and "key"
by nogin
10 Nov 2019, 10:50
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

Re: SendToHTTP problem

Thank you for the quick response. I wanted to use an HTTP controller, but I don’t know how to make a different period for sending values via MQTT and HTTP. I need the data to be updated 18b20 every 10 seconds and sent via MQTT, and every 1.5 to 2 minutes there should be an additional sending via HTT...
by nogin
10 Nov 2019, 09:36
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 16
Views: 6981

SendToHTTP problem

Hello! There was a problem sending a Get request with the SendToHTTP command. I created a rule to send temperature data every 1.5 minutes to the site (Device Name = T; Values = Temperature): On system # boot do timerSet,1,90 endon On Rules # Timer = 1 do SendToHTTP open-monitoring.online,80,/get?Cid...
by nogin
24 Mar 2019, 11:26
Forum: ESP Easy: General Discussion
Topic: WiFi does not start after firmware upgrade
Replies: 7
Views: 3614

Re: WiFi does not start after firmware upgrade

No, I wanted to try flashing through the Arduino IDE, since other sketches are stitched normally.
by nogin
24 Mar 2019, 09:50
Forum: ESP Easy: General Discussion
Topic: WiFi does not start after firmware upgrade
Replies: 7
Views: 3614

Re: WiFi does not start after firmware upgrade

I thought that the board was faulty, but I tried to download many different sketches through the Arduino IDE - everything works fine, both in AP mode and in STA mode. Unfortunately, I can not compile ESP Easy via Arduino IDE v.1.8.7 - it gives a huge number of errors, I can not figure it out.
by nogin
24 Mar 2019, 09:36
Forum: ESP Easy: General Discussion
Topic: WiFi does not start after firmware upgrade
Replies: 7
Views: 3614

Re: WiFi does not start after firmware upgrade

I was flashing blank_4MB.bin before each update. :(
by nogin
24 Mar 2019, 08:26
Forum: ESP Easy: General Discussion
Topic: WiFi does not start after firmware upgrade
Replies: 7
Views: 3614

WiFi does not start after firmware upgrade

Hello to all! There is a problem with the NodeMCU v.1.0 board. I tried to flash versions: ESP_Easy_mega-20181117_dev_ESP8266_4096, ESP_Easy_mega-20181117_normal_core_241_ESP8266_4096, as well as versions 20190301, 20190311. For loading, I used ESP.Easy.Flasher and Nodemcu-flasher. After the reboot, ...