Search found 13 matches

by Goktytan
10 Dec 2019, 06:36
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Lan is most important but it is perhaps easiest to wan, I do not know but I have noticed on a couple of occasions that it does not have contact with lan because I have, for example, updated my network, then it will suffice with a restart to get it started again .
by Goktytan
09 Dec 2019, 17:54
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Is there anything to add that checks if it is connected to the network, otherwise it should restart.
by Goktytan
05 Feb 2019, 16:43
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Eureka, it works now !! On System#Boot do // When the ESP boots, do timerSet,1,150 // Set Timer 1 for the next event in 150 seconds endon On Rules#Timer=1 do // When Timer1 expires, do SendToHTTP,www.temperatur.nu,80,/rapportera.php?hash=XXXXXXXXXXXXXXXXXX&t=[DS1#Temp] timerSet,1,150 endon
by Goktytan
05 Feb 2019, 09:12
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

On System#Boot do // When the ESP boots, do timerSet,1,150 // Set Timer 1 for the next event in 150 seconds endon On Rules#Timer=1 do // When Timer1 expires, do SendToHTTP,www.temperatur.nu,80,/rapportera.php?hash=xxxxxxxxxxxxxxxxxxx&t=[DS1#Temp] timerSet,1,150 endon A comma is missing after th...
by Goktytan
04 Feb 2019, 22:03
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Now but it looks like it is a space at port: 80 but it may not have any significance. Still nothing that works unfortunately. 748: WD : Uptime 11 ConnectFailures 0 FreeMem 15904 658193: EVENT: Clock#Time=Mon,21:56 658208: EVENT: Clock#Time=Mon,21:56 Processing time:15 milliSeconds 718192: EVENT: Clo...
by Goktytan
04 Feb 2019, 21:08
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Hmm, I have no spaces in my Rule but on the other hand no come characters after Sendtohttp so it must have been so when I paste into the forum. Anyway, I run with your example and with the right "key" and it doesn't work anyway. when I paste http://www.temperatur.nu/rapportera.php?hash=xxx...
by Goktytan
04 Feb 2019, 18:18
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

I was probably a little too quick when I said it worked. It doesn't work yet but it feels like I'm on my way. I use the following in Rules: On System # Boot do // When the ESP boots, do   timerSet, 1,150 // Set Timer 1 for the next event in 150 seconds endon On Rules # Timer = 1 do // When Timer1 ex...
by Goktytan
02 Feb 2019, 17:04
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Edit: no i was wrong it won't work.

FYI
It works now with following rule:

SendToHTTP,www.temperatur.nu/rapportera.php?hash=XXXXXXXXXXXXXX&t=[ute#Temp-I]


Tnx for all help @grovkillen
by Goktytan
02 Feb 2019, 14:41
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Ok change it to ute and the url works if i change adress to: http://temperatur.nu/rapportera.php?hash=XXXXXXXXX&t=[0,5] 6122717: WD : Uptime 102 ConnectFailures 0 FreeMem 15616 6123607: LoopStats: shortestLoop: 109 longestLoop: 2133048 avgLoopDuration: 130.69 loopCounterMax: 275229 loopCounterLa...
by Goktytan
02 Feb 2019, 10:16
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Sorry to say it won't work, do I miss something?
by Goktytan
01 Feb 2019, 16:02
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Well that did not works. see my pictures.
by Goktytan
01 Feb 2019, 14:02
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Re: Report temp to temperatur.nu

Ok so Easy I Will try tonight
by Goktytan
01 Feb 2019, 07:03
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11491

Report temp to temperatur.nu

Hello I have a working Wemos mini with ESP Easy Mega which works with a temperature but then I try to get my ESPeasy to report a temperature to temperature.nu but I do not know how to do it. Is there anyone here who can help me? I want to report to https://www.temperatur.nu/orter.html using a hach k...