Search found 11 matches

by scaevola
20 Mar 2020, 08:40
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Re: Simple rule does not work, why?

Hi there,
mine is ESP_Easy_mega-20200310_normal_ESP8266_1M.bin

Today I tried to clean the code in notepad++, converted enters to unix ones. Still nothing.
The timer workaround works.
by scaevola
19 Mar 2020, 20:11
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Re: Simple rule does not work, why?

Yes, I used exactly this formula.
Maybe it's important or maybe not, but it's ESP 01 with 1 MB only.
The bin file is taken from latest release from github, esp8266 1mb.
ESP_Easy_mega-20200310_normal_ESP8266_1M.bin
Greetings
Scaevola
by scaevola
19 Mar 2020, 16:17
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Re: Simple rule does not work, why?

Tried that, does not work, unfortunately.
by scaevola
19 Mar 2020, 15:06
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Re: Simple rule does not work, why?

The values stored in dummy are sent to ThingSpeak server. I have a controller coupled with dummy and it works - the data are sent to the server. But this single variable from dallas does not copy to dummy. I don't need any taskrun, since the controller works every minute. EDIT: Allright, I know what...
by scaevola
19 Mar 2020, 14:08
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Re: Simple rule does not work, why?

Hi,
no, I just have only one dummy task. Moreover it is copied from previous version (I saved the settings and loaded them again after update).
by scaevola
19 Mar 2020, 13:52
Forum: ESP Easy: Software
Topic: Simple rule does not work, why?
Replies: 11
Views: 6997

Simple rule does not work, why?

Hi, Today I updated my ESP01 that gathers temperature from all house sensors and sends it to ThingSpeak. This device also has its own Dallas sensor and measures the temperature of central heating. In previous version I had a simple rule that was rewriting the value of Dallas to dummy sensor, and nex...
by scaevola
07 Jun 2019, 11:46
Forum: ESP Easy: General Discussion
Topic: EspEasy sends data to Thingspeak in odd time intervals
Replies: 9
Views: 13465

Re: EspEasy sends data to Thingspeak in odd time intervals

That is the exact solution that I have. The dummy device sends data to thingspeak. When I set the variable type of "quad" only one value is sent. But the funny thing is, setting this variable to "temp/humidity/pressure" causes sending all three variables at once, as it should be....
by scaevola
06 Jun 2019, 11:10
Forum: ESP Easy: General Discussion
Topic: EspEasy sends data to Thingspeak in odd time intervals
Replies: 9
Views: 13465

Re: EspEasy sends data to Thingspeak in odd time intervals

Allright, I updated the firmware to the latest release (23.05.2019), but this changed nothing. What is more interesting, till yesterday I used ESPEasy with Thingspeak in some ancient version from 2017 and it worked flaweless. I changed the firmware to add a node and send all data in one batch. It ha...
by scaevola
05 Jun 2019, 15:20
Forum: ESP Easy: General Discussion
Topic: EspEasy sends data to Thingspeak in odd time intervals
Replies: 9
Views: 13465

Re: EspEasy sends data to Thingspeak in odd time intervals

Hmm, ok, I turned off the thingspeak inbuilt controller and added to rules: On Clock#Time do // this event comes in every minute TaskValueSet 2,3,[Temperatura_CO#Temperatura_CO] SendToHTTP api.thingspeak.com,80,/update?key=blahblah&field1=[Wrapitup#Temperatura_wewnetrzna]&field2=[Wrapitup#Te...
by scaevola
05 Jun 2019, 13:59
Forum: ESP Easy: General Discussion
Topic: EspEasy sends data to Thingspeak in odd time intervals
Replies: 9
Views: 13465

EspEasy sends data to Thingspeak in odd time intervals

Hello, I have a problem with the ESP Easy mega configuration. I have three sensors DS18b20, two connected via a p2p network. The values of all 3 are copied to the dummy device every minute. Then I try to send data to the thingspeak server, but the server usually does not get it. Sometimes, once ever...
by scaevola
18 Jul 2017, 07:54
Forum: ESP Easy: General Discussion
Topic: ESP8266 sends data alternately
Replies: 1
Views: 1730

ESP8266 sends data alternately

Hi there, I have an ESP8266 with two DS18b20 thermometers connected. I configured ESPeasy to send data from the DS's to Thingspeak. Everything would be ok (data is received by the server), but ESP sends data alternately, this means, only one temperature per connection, the second value is empty. Onc...