Search found 20 matches

by petrho
07 Sep 2017, 14:04
Forum: ESP Easy: Projects / Applications
Topic: Soil Moisture deepsleep
Replies: 2
Views: 3692

Re: Soil Moisture deepsleep

I think max deep sleep time is limited to 71 minutes
by petrho
30 Aug 2016, 14:39
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 15545

Re: MQTT and Thingspeak at the same time

Unfortunately same problem... this should be ok :) (Currently, a single channel can only be updated once every 15 seconds.) On Clock#Time do SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field1=[Temp_Hum#Temperature]&field2=[Temp_Hum#Humidity]&field3=[System#Uptime] endon aha - you...
by petrho
30 Aug 2016, 00:29
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 15545

Re: MQTT and Thingspeak at the same time

But why cant I send multiple commands? only sent the first line... try to add empty line after "endon" and space before SendToHTTP :) On Clock#Time do SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field1=[Temp_Hum#Temperature] SendToHTTP 184.106.153.149,80,/update.html?key=xxx&am...
by petrho
29 Aug 2016, 21:12
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 15545

Re: MQTT and Thingspeak at the same time

But why cant I send multiple commands? On System#Uptime do SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field1=[Temp_Hum#Temperature] SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field2=[Temp_Hum#Humidity] SendToHTTP 184.106.153.149,80,/update.html?key=xxx&field3=[System#Upti...
by petrho
29 Aug 2016, 20:32
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 15545

Re: MQTT and Thingspeak at the same time

works fine here...
by petrho
22 Aug 2016, 12:42
Forum: ESP Easy: Software
Topic: ESP Easy reboots when using HC SR-04
Replies: 0
Views: 2675

ESP Easy reboots when using HC SR-04

Hi,

I have tested different versions (also latest) with HC SR-04. I have a delay of 15 and the ESPEasy reboots after ~30 minutes. My friend has exactly the same problem.
I am using a 2.4A USB power supply
by petrho
23 Jul 2016, 14:00
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 15545

MQTT and Thingspeak at the same time

I would like to have both MQTT and Thingspeak support at the same time. Is it possible to make it via the rule engine?

//Peter
by petrho
16 May 2016, 10:13
Forum: ESP Easy: Software
Topic: Is it possible to get IP address after boot (via serial monitor)?
Replies: 7
Views: 9283

Re: Is it possible to get IP address after boot (via serial monitor)?

Thanks - I didn't know that "trick". Is it more commands available?
by petrho
15 May 2016, 21:42
Forum: ESP Easy: Software
Topic: Is it possible to get IP address after boot (via serial monitor)?
Replies: 7
Views: 9283

Is it possible to get IP address after boot (via serial monitor)?

Is there an easy way to get the ip address when it boot?
by petrho
21 Apr 2016, 16:23
Forum: ESP Easy: Software
Topic: Max time for deep sleep?
Replies: 3
Views: 4960

Re: Max time for deep sleep?

When I set 600 sec it will be just 57 minutes
by petrho
19 Apr 2016, 13:15
Forum: ESP Easy: Software
Topic: How send MQTT Openhab command to switch on led?
Replies: 2
Views: 3091

How send MQTT Openhab command to switch on led?

I tried to send command via mqtt to switch on a led

Like
/NodeMCU1/gpio/0:command

and the message "1" or "0"
Nothing happened - It has worked earlier if I remember correct?

Tested with R78 and now also R101

Can't find a list of possible commands...

Thanks in advanced!
by petrho
17 Apr 2016, 22:33
Forum: ESP Easy: Software
Topic: Bug Report V101, autoconfig
Replies: 4
Views: 6246

Re: Bug Report V101, autoconfig

same problem! tested both R100 and R101
by petrho
17 Apr 2016, 21:59
Forum: ESP Easy: Software
Topic: Max time for deep sleep?
Replies: 3
Views: 4960

Max time for deep sleep?

I have a NodeMCU 12E and plan to use ESP Easy (now running R101) for deep sleep I have 3 questions: 1: which is the max time for deep sleep? 2: is deep sleep value the same value as Sensor Delay? And what happened if you have different values in Sensor Delay (config page) compared to Delay in device...
by petrho
16 Apr 2016, 22:07
Forum: ESP Easy: General Discussion
Topic: How to erase the NodeMCU from settings
Replies: 4
Views: 8156

Re: How to erase the NodeMCU from settings

Thanks I will test that
by petrho
14 Apr 2016, 22:10
Forum: ESP Easy: General Discussion
Topic: How to erase the NodeMCU from settings
Replies: 4
Views: 8156

How to erase the NodeMCU from settings

If I want to erase the NodeMCU totally - how can I do that. It seems like the settings is still there after a new upload
by petrho
14 Apr 2016, 22:07
Forum: ESP Easy: General Discussion
Topic: How compile/create image file for beta package?
Replies: 7
Views: 9062

Re: How compile/create image file for beta package?

Thanks for your quick reply. I have found two different problems. First it seems like PubSubClient was misspelled as pubsubclient. And then as you said - to let R78 work - downgrade the "esp8266 by ESP8266 Community" to version 2.0.0. For R100 I upgraded to 2.1.0. I am for the moment using...
by petrho
14 Apr 2016, 21:23
Forum: ESP Easy: General Discussion
Topic: How compile/create image file for beta package?
Replies: 7
Views: 9062

Re: How compile/create image file for beta package?

I tried to follow the wiki for compiling the R78 file. I have tested with Arduino 1.6.5, 1.6.8 and now nightly build 1.6.9. I got a lot of error messages. :-( Thanks for all help! --- Arduino: 1.6.9 Hourly Build 2016/04/13 03:33 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Serial...
by petrho
14 Apr 2016, 17:19
Forum: ESP Easy: General Discussion
Topic: How compile/create image file for beta package?
Replies: 7
Views: 9062

How compile/create image file for beta package?

Hi and thanks for the really nice ESPEasy. I just wondering how to create for example R100 firmware file?
I just downloaded the bunch of .ino files