Search found 20 matches
- 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
- 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...
- 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...
- 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...
- 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...
- 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
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
- 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
//Peter
- 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?
- 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?
- 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
- 19 Apr 2016, 22:25
- Forum: ESP Easy: Software
- Topic: How send MQTT Openhab command to switch on led?
- Replies: 2
- Views: 3091
Re: How send MQTT Openhab command to switch on led?
Perfect - helps a lot!
- 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!
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!
- 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
- 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...
- 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
- 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
- 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...
- 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...
- 14 Apr 2016, 17:41
- 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!tozett wrote:maybe you want to check the wiki ? ....
http://www.esp8266.nu/index.php/Tutoria ... are_Upload
- 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
I just downloaded the bunch of .ino files