Search found 8 matches

by simkob
11 Jan 2022, 15:22
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

One more thing to check... Do you have Tools->Advanced "Periodical Scan WiFi" checked? If so, uncheck it. I already removed it in the latest code as it does cause a lot of strange issues. Also check "Send with max TX power" and "Periodical send Gratuitous ARP" Keep &qu...
by simkob
11 Jan 2022, 14:44
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Just to see if it "unfreezes", can you uncheck the "wait for ACK" on the tools->Advanced page (and/or ignore ack on the controller page) Sending to Thingspeak may not succeed, but if the unit responds after, we know where to look. (or at least know a bit more) Yes. If the "...
by simkob
11 Jan 2022, 10:12
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

I have tried to ping the ESP module continously while sending data to Thingspeak. The module responds to ping, there is no error in connection but the web interface stops. I also tried the module with shared internet connection from my mobile. The result is the same. After the first packet, the modu...
by simkob
04 Jan 2022, 14:50
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Hmm, maybe this is more like a DNS issue? Or the gateway cannot be reached? I also checked the serial output of the ESP. It behaves like the log on the web interface. This is the last line that I got from ESP: 60383 : Info : ACT : SendToHTTP api.thingspeak.com,80,/update?api_key=*******************...
by simkob
04 Jan 2022, 10:45
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Is it also not responding to ping anymore (this is done at a lower level) Can you also check with a "sensor" plugin like the sysinfo plugin? Just to make sure that the dummy plugin isn't doing something silly here as it is a rather special one not acting the same as all other plugins rega...
by simkob
03 Jan 2022, 15:42
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Is it also not responding to ping anymore (this is done at a lower level) Can you also check with a "sensor" plugin like the sysinfo plugin? Just to make sure that the dummy plugin isn't doing something silly here as it is a rather special one not acting the same as all other plugins rega...
by simkob
03 Jan 2022, 14:38
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Thank you for your quick reply! For testing I only installed one dummy sensor and one ThingSpeak controller with the settings bellow: espeasy_problem_1.png Unfortunately its not working... When it reach the send interval the ESP web interface is not working anymore. (I checked the connection in the ...
by simkob
03 Jan 2022, 13:52
Forum: ESP Easy: Software
Topic: Send data to thingspeak
Replies: 40
Views: 35643

Re: Send data to thingspeak

Dear All, I have problems with getting my ESP32 module and EspEasy work to send sensor data to ThingSpeak. I have tried a lot variations with the SW versions and ESP modules. The main problem is that when the ThingSpeak controller "Check Reply" parameter setted to "Ignore Ack." i...