Search found 17 matches

by morle
21 Oct 2016, 19:09
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121248

Re: ESP Easy next stable... (release candidates)

Hi Martinus,
It looks like the rules are not saved when doing settings save.
Would be good to have the rules also in the settings save.
Regards
Hubert
by morle
15 May 2016, 19:22
Forum: ESP Easy: General Discussion
Topic: Arduino core for ESP8266 Version 2.2.0
Replies: 1
Views: 4594

Arduino core for ESP8266 Version 2.2.0

Hi, I have seen there is Arduino core for ESP8266 Version 2.2.0 available. I downloaded this version changed define ESP_CORE 210 to define ESP_CORE 220 in espeasy. Compiling works well and i uploaded ESPeasy it to on of my nodemcu. Working well so i guess change to version 2.2.0 could be done. Regar...
by morle
03 May 2016, 23:18
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

Hi,
You made my day. With these rules my sonoff works also.
Thanks.
Hubert
by morle
29 Apr 2016, 11:28
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

No i can't.
The http-call is not working, the event soneinaus is not working.
However the log states both is executed, but the LED/relais do not react.
Only when i press the button on the sonoff the first rule is executed.
Hope it is clear now.
Regards
Hubert
by morle
29 Apr 2016, 10:51
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

Hi, There is no hardware wiring. It is a sonoff. When i push the button on the sonoff the led and the relais goes on/off as defined in the first rule. But when i do it via the event soneinaus simply nothing happens. Same for the other rules they are not executed. Bug in ESPeasy? Don't know what to d...
by morle
29 Apr 2016, 06:27
Forum: ESP Easy: Software
Topic: Publish Systeminfo?
Replies: 1
Views: 2308

Publish Systeminfo?

Hi,
Is there any way to publish additional System Info like IP etc. mainly what is seen in the Main tab ?
Regards
Hubert
by morle
29 Apr 2016, 06:19
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

Hi, I upgraded my sonoff successfully to R105, but still my rules are not working. I have the following in my rule section: on SW_1#switch do if [SW_1#switch]=0 gpio,12,0 gpio,13,1 else gpio,12,1 gpio,13,0 endif endon on Soneinaus do if [SW_1#switch]=0 gpio,12,0 gpio,13,1 else gpio,12,1 gpio,13,0 en...
by morle
25 Apr 2016, 15:36
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

Http call does also not work. May be you are right, i remember it working with R101. I flashed 2 sonoff with R103, couldn't get the third one to work wit OTA flashing with R103. And i do not want to downgrade these, because they are working nicely except of the rule. By the way is there any way to k...
by morle
25 Apr 2016, 09:33
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Re: Rule not working

On the IR code difference, this is also not clear for me. But as we can see in the log the EVENT: IR#Code=4294967295 is there when i push the button on my remote. But for the second rule in my sonoff there is actually nothing happening even it is in the log. The LED and the relais should go on/off a...
by morle
25 Apr 2016, 07:36
Forum: ESP Easy: Software
Topic: Rule not working
Replies: 14
Views: 12079

Rule not working

Hi, The following setup is not working on R103: I have 1 nodemcu(Unit 1) with the following rule: on IR#Code=4294967295 do sendTo 4,event,sonoff endon when i press the button on my remote control i can see in the log: 66236634 : IR : Code ffffffff 66236635 : EVENT: IR#Code=4294967295 66236660 : ACT ...
by morle
19 Apr 2016, 07:25
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 689406

Re: New ESP gadget

Hi, I did the same, but after the next OTA update it makes my sonoff unusable. It worked with R78 which i flashed with the flash tool and then with R99, but flashing R100 OTA makes it unusable. Can't get it to work again. My guess is because off this: http://tech.scargill.net/even-more-sonoff/ Hubert
by morle
13 Apr 2016, 14:12
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 689406

Re: New ESP gadget

Hi,
I have done it this way. In advance i created a R99 Release file with my IDE and flashed it as described here:
https://www.domoticz.com/forum/viewtopi ... 670#p78420
sonoff1.jpg
sonoff1.jpg (44.72 KiB) Viewed 134540 times

Regards
Hubert
by morle
12 Apr 2016, 11:39
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 689406

Re: New ESP gadget

Hi, I managed to flash the ESPEasy_R78_1024.bin image. But now i am not able to flash a newer version OTA. Not even to do a config with the R78. I can see in the log that the config is saved into the Flash, but when i reboot my sonoff, it starts again in AP mode with the initial setup. What to do he...
by morle
08 Apr 2016, 11:08
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 689406

Re: New ESP gadget

It looks like in the wiki explaned here:
http://wiki.iteadstudio.com/Sonoff_TH
Regards
Hubert
by morle
08 Apr 2016, 00:41
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 689406

Re: New ESP gadget

Hi,
I got 3 sonoff with 5 pin, tried to flash one with espeasy.
Always get this error:

Code: Select all


warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
Can anybody help here?
Regards
Hubert
by morle
04 Apr 2016, 07:49
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 173387

Re: OLED Scrolling Display

Hi, I am able to control the Display with these commands: http://<ESP IP address>/control?cmd=oledcmd,on http://<ESP IP address>/control?cmd=oledcmd,off But displaying some text seems different. With this command for example: http://<ESP IP address>/control?cmd=oled,4,1,Test When using 4 lines i see...
by morle
02 Apr 2016, 11:26
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 173387

Re: OLED Scrolling Display

That's what i was looking for.
After some trouble in compiling and flshing it's working great.
Thanks.

Hubert