Search found 42 matches

by nonflammable
21 Jun 2017, 11:08
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185065

Re: Feature Request collection/list

bump for GPIO toggle

Code: Select all

http://<ESP IP address>/control?cmd=GPIO,<pin>,TOGGLE
#57: https://www.letscontrolit.com/forum/vie ... ?f=2&t=736
by nonflammable
16 Dec 2016, 19:37
Forum: ESP Easy: General Discussion
Topic: Standalone AP mode
Replies: 0
Views: 1769

Standalone AP mode

is possible to use espeasy standalone (ap mode with dhcp) without external wifi router ?
by nonflammable
12 Nov 2016, 00:55
Forum: ESP Easy: General Discussion
Topic: reset ESP by command
Replies: 4
Views: 5691

Re: reset ESP by command

Yes,

Code: Select all

reset
by nonflammable
17 Oct 2016, 22:07
Forum: ESP Easy: General Discussion
Topic: Domoticz/ESPEasy: Wemos D1 not sending data
Replies: 4
Views: 5349

Re: Domoticz/ESPEasy: Wemos D1 not sending data

Try to add capacitor eg. 470uF between 3.3V and GND pins.
by nonflammable
10 Oct 2016, 16:26
Forum: ESP Easy: General Discussion
Topic: Multiple sensors, actuators - single board
Replies: 4
Views: 4620

Re: Multiple sensors, actuators - single board

Only one thing is different on boards - USB-UART chip.
V2 = CP2012
V3 = CH340G
some users have problems with CH340G ... especially with drivers
by nonflammable
10 Oct 2016, 16:06
Forum: ESP Easy: General Discussion
Topic: Multiple sensors, actuators - single board
Replies: 4
Views: 4620

Re: Multiple sensors, actuators - single board

Yes, You can ... but i think you should find V2 version ;)
by nonflammable
29 Sep 2016, 17:47
Forum: ESP Easy: General Discussion
Topic: How to publish something to Github?
Replies: 6
Views: 5501

Re: How to publish something to Github?

it seems as merged :) good job !
by nonflammable
21 Sep 2016, 07:23
Forum: ESP Easy: General Discussion
Topic: Remove Config
Replies: 2
Views: 4552

Re: Remove Config

Enter "reset" at Tools/Command ... or send it via serial port.

http://www.esp8266.nu/index.php/ESPEasy ... _Reference

PS. or short RX with TX pin and then connect power to esp for few seconds.
by nonflammable
14 Sep 2016, 22:17
Forum: ESP Easy: General Discussion
Topic: Network
Replies: 23
Views: 17803

Re: Network

VPN ?
by nonflammable
12 Sep 2016, 22:45
Forum: ESP Easy: General Discussion
Topic: Rule for Monday and Thursday???
Replies: 2
Views: 4528

Re: Rule for Monday and Thursday???

You can use "All" On Clock#Time=All,18:25 do // every day at 18:25 hours do ... gpio,14,0 endon or specified days separately eg. Mon, Tue, Fri: On Clock#Time=Mon,18:25 do // for Monday gpio,14,0 endon On Clock#Time=Tue,18:25 do // for Tuesday gpio,14,0 endon On Clock#Time=Fri,18:25 do // f...
by nonflammable
03 Sep 2016, 00:34
Forum: ESP Easy: General Discussion
Topic: Issue sending RC6 36bit code
Replies: 1
Views: 3969

Issue sending RC6 36bit code

MCE Remote dump: Encoding : RC6 Code : 800F8416 (36 bits) Timing[65]: +2650, - 850 + 450, - 450 + 400, - 450 + 450, - 850 + 450, - 900 +1300, - 900 + 450, - 400 + 450, - 450 + 450, - 400 + 450, - 450 + 400, - 450 + 450, - 450 + 400, - 450 + 450, - 450 + 450, - 400 + 450, - 450 + 850, - 450 + 450, - ...
by nonflammable
31 Aug 2016, 20:57
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 26861

Re: Some advise for compiling last releases?

1. Clean install Arduino IDE (zip) v1.6.11 2. http://arduino.esp8266.com/stable/package_esp8266com_index.json v2.3.0 (install: https://github.com/esp8266/Arduino#installing-with-boards-manager ) 3. Libraries copied from http://www.esp8266.nu/downloads/ESPEasy_R120.zip to Arduino IDE folder\libraries...
by nonflammable
31 Aug 2016, 15:39
Forum: ESP Easy: General Discussion
Topic: Serial output?
Replies: 10
Views: 12945

Re: Serial output?

You should have ESPEasy R124 or newer version to use IRTX plugin. Then configure it in Devices tab.
by nonflammable
31 Aug 2016, 00:16
Forum: ESP Easy: General Discussion
Topic: Serial to MQTT
Replies: 10
Views: 11836

Re: Serial to MQTT

be aware to use Serial.println or Serial.print/write with CR
Publish (and other commands) without CR may not work.
by nonflammable
31 Aug 2016, 00:07
Forum: ESP Easy: General Discussion
Topic: Serial to MQTT
Replies: 10
Views: 11836

Re: Serial to MQTT

sheppy wrote: I just need to send this command to the serial port and it will be sent to MQTT with no extra work? :D
Yes, it should work.
by nonflammable
31 Aug 2016, 00:05
Forum: ESP Easy: General Discussion
Topic: Serial to MQTT
Replies: 10
Views: 11836

Re: Serial to MQTT

Code: Select all

Publish TestValue, 10
?
You can send this on Tools tab. Write Publish with arguments in Command field and Submit.
by nonflammable
30 Aug 2016, 23:53
Forum: ESP Easy: General Discussion
Topic: Serial to MQTT
Replies: 10
Views: 11836

Re: Serial to MQTT

First configure MQTT on Config tab -> Protocol. Submit. On Tools tab write Publish with arguments in Command field and Submit. If it works then configure communication with Arduino - Tools tab -> Advanced. Enable serial port: - Yes Serial log Level: 2 or 1 or 0 Baud Rate: 9600 or your Arduino serial...
by nonflammable
30 Aug 2016, 23:44
Forum: ESP Easy: General Discussion
Topic: Serial to MQTT
Replies: 10
Views: 11836

Re: Serial to MQTT

just use serial command

Code: Select all

Publish <topic>, <value> 
by nonflammable
30 Aug 2016, 23:24
Forum: ESP Easy: General Discussion
Topic: Serial output?
Replies: 10
Views: 12945

Re: Serial output?

Hi. I have a setup consisting of two NodeMcu ESPs and a raspberrypi. I have migrated from other framework and I arrived at a problem: Is it possible to send commands to serial by command? I could use something like http://192.168.0.xxx/control?cmd=Serial,(string to send through serial com) to my pr...
by nonflammable
30 Aug 2016, 23:01
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 14288

Re: MQTT and Thingspeak at the same time

aha - you are right. Is it any delay command possible in the rule engine? Yes :) Delay <milliseconds> eg. 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] Delay 15000 SendToHTTP 184.106.15...
by nonflammable
30 Aug 2016, 12:57
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 14288

Re: MQTT and Thingspeak at the same time

petrho wrote: Unfortunately same problem...
this should be ok :) (Currently, a single channel can only be updated once every 15 seconds.)

Code: Select all

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

by nonflammable
30 Aug 2016, 00:09
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 14288

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 nonflammable
23 Aug 2016, 11:31
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 14288

Re: MQTT and Thingspeak at the same time

I cant get this to work SendToHTTP 184.106.153.149,80,/update.html?key=mykey&field1=[garaget#Humidity] Nothing gets updated on Thingspeak, any suggestion? i got this in the log 128939493 : EVENT: garaget#Humidity=68.00 http://www.esp8266.nu/index.php/Tutorial_Rules On garaget#Humidity do SendTo...
by nonflammable
19 Aug 2016, 18:41
Forum: ESP Easy: General Discussion
Topic: MQTT and Thingspeak at the same time
Replies: 14
Views: 14288

Re: MQTT and Thingspeak at the same time

i think it is possible temporarily with two esp8266 configured separately (first with MQTT, second with Thingspeak) and enabled synchronization between them :)
or use SendToHTTP in rules eg.
SendToHTTP 184.106.153.149,80,/update.html?key=YOURKEY&field1=[your#value]
by nonflammable
09 Aug 2016, 01:00
Forum: ESP Easy: General Discussion
Topic: [Solved] More Tasks
Replies: 3
Views: 6681

Re: More Tasks

https://github.com/ESP8266nu/ESPEasy/bl ... SPEasy.ino
line #144 (R118)
#define TASKS_MAX 12

edit this file and compile Your own version

instructions:
http://www.esp8266.nu/index.php/Tutoria ... are_Upload
and forum:
http://www.esp8266.nu/forum/search.php?keywords=compile
by nonflammable
28 Jul 2016, 00:49
Forum: ESP Easy: General Discussion
Topic: Reboot Loop
Replies: 21
Views: 19694

Re: Reboot Loop

My 3 devices are 2x ESP-1 and 1x Sonoff. I build the ESP's in a Lamp and AXA windowopener. Now i must remove them,connect them to a pc for updating. I like the OTA feature, but not for me working. I'm not sure if OTA feature works on 512k devices (eg. blue ESP-01) ;) Determine the size of the flash...
by nonflammable
23 Jul 2016, 00:34
Forum: ESP Easy: General Discussion
Topic: change the default port 80 in esp easy [SOLVED]
Replies: 3
Views: 6739

Re: esp-easy port 80

https://github.com/ESP8266nu/ESPEasy/blob/master/ESPEasy.ino line: 250 (R113) // WebServer ESP8266WebServer WebServer(80); edit this file and compile Your own version instructions: http://www.esp8266.nu/index.php/Tutorial_Arduino_Firmware_Upload and forum: http://www.esp8266.nu/forum/search.php?keyw...
by nonflammable
14 Jul 2016, 20:14
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185065

Re: Feature Request collection/list

add HT16K33 support eg. https://learn.adafruit.com/adafruit-led-backpack/0-dot-56-seven-segment-backpack or https://learn.adafruit.com/adafruit-led-backpack/0-8-8x8-matrix arduino library sources: https://github.com/adafruit/Adafruit_LED_Backpack https://github.com/adafruit/Adafruit-GFX-Library data...
by nonflammable
05 Jul 2016, 13:19
Forum: ESP Easy: Software
Topic: Reset to system defaults
Replies: 5
Views: 4217

Re: Reset to system defaults

It should be possible.
Just add Switch Input in Devices.
Eg.
Name: S1
GPIO 14
Value Name: Switch

then in rules add:
on S1#Switch=1.00 do
reset
endon

*for tests it's better change "reset" to "reboot" :)
by nonflammable
03 Jun 2016, 23:14
Forum: ESP Easy: General Discussion
Topic: ESPeasy factory reset option
Replies: 1
Views: 10203

Re: ESPeasy factory reset option

bottom of page: http://www.esp8266.nu/index.php/ESPEasy
send "reset" using the serial console
by nonflammable
01 Apr 2016, 19:52
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185065

Re: Feature Request collection/list

1) toggle - set selected GPIO to 0 when is 1 or set to 1 when is 0 http://<ESP IP address>/control?cmd=GPIO,<pin>,TOGGLE 2) read status of selected GPIO, and return 1, 0, PWM=xxxx, etc. http://<ESP IP address>/status?cmd=GPIO,<pin>,READ 3) timer switch (when NTP is enabled) (yes, I know it can be se...
by nonflammable
25 Mar 2016, 19:34
Forum: ESP Easy: Software
Topic: ESPeasy starts as ESP_D328D4 with password
Replies: 9
Views: 10882

Re: ESPeasy starts as ESP_D328D4 with password

Try to flash blank.bin to:
0x00000, 0x01000, 0x40000, 0x7c000, 0x7e000
or blank512/1024/4096.bin to
0x00000
by nonflammable
16 Mar 2016, 16:28
Forum: ESP Easy: General Discussion
Topic: pushbullet or pushover notifications
Replies: 1
Views: 4087

Re: pushbullet or pushover notifications

i'm using raspberry + php exec + sendxmpp (google hangouts)
but i thintk it is possible to do it on ESP directly ... with plugin.
just write your request here:
http://www.esp8266.nu/forum/viewtopic.php?f=4&t=731
by nonflammable
10 Mar 2016, 12:59
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185065

Re: Feature Request collection/list

WoL must be: "Wake on Wireless LAN" !!?? is this possible? https://technet.microsoft.com/de-de/library/ee851581(v=ws.10).aspx Wake on Lan: explained here: http://www.howtogeek.com/70374/how-to-geek-explains-what-is-wake-on-lan-and-how-do-i-enable-it/ WOL - i meen - receive magic packet wh...
by nonflammable
09 Mar 2016, 22:41
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185065

Re: Feature Request collection/list

WOL - receive magic packet and set selected GPIO to HIGH for defined time.