Search found 372 matches

by Micha_he
09 Mar 2018, 18:54
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11322

Re: MQTT-connect event

Is it possible, that the 'send to controller'-function from the device-categorie, fires the publish before the 'MQTT#Connected'-event ?
by Micha_he
09 Mar 2018, 14:18
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11322

Re: MQTT-connect event

Thanks for that. I'll look at the new version with the additinal events....
by Micha_he
08 Mar 2018, 15:44
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11322

Re: MQTT-connect event

Yes, that's maybe a way.
But I need the Vcc-option from the latest firmware for my project. That's the stalemate!
by Micha_he
08 Mar 2018, 14:21
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11322

Re: MQTT-connect event

Or alternatively an event like 'System#IsBooted' at the end of the boot-process ;)

I'd like to help and try to add it, but currently the self-compiled images do not work on my PUYA-ESP-01. So I can't test anything on it. :(
by Micha_he
08 Mar 2018, 13:03
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11322

MQTT-connect event

Is there an event like 'MQTT#Connected' or 'Controller#Connected' ?

I would like to publish a modified/logical-calculated state on boot, but with 'On System#Boot do' the publish is too early (MQTT connect is a moment later) and with a timer the solution is unhappy :(
by Micha_he
06 Mar 2018, 13:07
Forum: Staff Announcements forum
Topic: Certificate expired ?
Replies: 2
Views: 12101

Certificate expired ?

Since today FireFox criticizes the security of the LetsControlIt-website.
cert.jpg
cert.jpg (22.42 KiB) Viewed 12101 times
Is your certificate (supposedly valid until today 00:26:00) the problem or my browser ?
by Micha_he
05 Mar 2018, 10:05
Forum: ESP Easy: Software
Topic: Deep-Sleep in latest builds on ESP-01 not work !?
Replies: 3
Views: 3407

Deep-Sleep in latest builds on ESP-01 not work !?

I've flashed the PUYA_1024_VCC-image from 'Release v2.0-20180228' (20180227 has the same problem) on one of my (previously erased) ESP-01. Simple config, only name, unit#, MQTT-server and 'Sleep enable' ! No external connection, only power and CH_PD. But the ESP doesn't go to (deep-)sleep mode. Same...
by Micha_he
25 Feb 2018, 18:32
Forum: ESP Easy: General Discussion
Topic: Boot time very high
Replies: 5
Views: 7031

Re: Boot time very high

Maybe DHCP?
by Micha_he
25 Feb 2018, 08:24
Forum: ESP Easy: Software
Topic: rules problems with %systime% and %syshour%
Replies: 6
Views: 5070

Re: rules problems with %systime% and %syshour%

In my opinion, you can't use >= ! Instead use >21.
by Micha_he
19 Feb 2018, 14:34
Forum: ESP Easy: Hardware
Topic: ESP-01 V3 flashing issues
Replies: 53
Views: 52774

Re: ESP-01 V3 flashing issues

Thanks TD-er, but that doesn't explain the problem in my environment :|
by Micha_he
19 Feb 2018, 13:06
Forum: ESP Easy: Hardware
Topic: ESP-01 V3 flashing issues
Replies: 53
Views: 52774

Re: ESP-01 V3 flashing issues

TD-er wrote: 19 Feb 2018, 12:25 With Puya chips, you need a patched version of the Arduino ESP8266 core 2.3.0 library.
You mean, more than include the 'puya.patch' in the 'Esp.cpp' from the used '..\.platformio\packages\framework-arduinoespressif8266\cores\esp8266\'-folder ?
Then you're right, nothing beginners like me...
by Micha_he
19 Feb 2018, 11:38
Forum: ESP Easy: Hardware
Topic: ESP-01 V3 flashing issues
Replies: 53
Views: 52774

Re: ESP-01 V3 flashing issues

Look at my post #30... Prebuild PUYA works, but own build with Vcc-support enabled (with and without patched Esp.cpp like psy0rz's patchfile) shows the known config.dat write-error. I'll do some test today evening or tomorrow and announce the results here... Until today I thought, that it was the (w...
by Micha_he
18 Feb 2018, 15:25
Forum: ESP Easy: Hardware
Topic: ESP-01 V3 flashing issues
Replies: 53
Views: 52774

Re: ESP-01 V3 flashing issues

Any news, how I can compile a working V2.0 image, with Vcc-Support, for a PUYA-flash-ESP01 ? Here under PlatformIO (framework-arduinoespressif8266 V2.2.0) seems the patch results in a no working image... Edit: Correction... Framework is most probably V2.3.0, but the platform.txt contains a versionst...
by Micha_he
14 Feb 2018, 20:49
Forum: ESP Easy: Hardware
Topic: ESP-01 V3 flashing issues
Replies: 53
Views: 52774

Re: ESP-01 V3 flashing issues

I've tested the firmware "ESP_Easy_v2.0-20180214_dev_ESP8266PUYA_1024.bin" on my ESP-01 with PUYA-flash. It works ;-) But when I modify my "ESPEasy.ino" (set FEATURE_ADC_VCC to true) and compile the "dev_ESP8266PUYA_1024"-version, then the web-interface can't write the ...
by Micha_he
12 Feb 2018, 17:52
Forum: ESP Easy: Software
Topic: ESP Rules
Replies: 3
Views: 5373

Re: ESP Rules

add...

Code: Select all

On Fermenter_Temp#Fermenter_Temperature>6 do
	gpio,14,0
endon

On Fermenter_Temp#Fermenter_Temperature<7 do
	gpio,12,0
endon
by Micha_he
10 Feb 2018, 10:31
Forum: ESP Easy: Software
Topic: How to re-flash an ESP?
Replies: 7
Views: 4668

Re: How to re-flash an ESP?

Look at this post(s): http://letscontrolit.com/forum/viewtopic.php?p=24367#p24367 Maybe it's the same problem like many others. The flash-chip only works in DOUT-mode. Test the image from TD-er and flash it from commandline with this batch: @echo off set /p comport= Comport (example 3, 4, ..) : espt...
by Micha_he
09 Feb 2018, 15:18
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Re: Sonoff PN25F08B: Same problem like PUYA

@TD-er:

Yes, your image works (tested with esptool.exe from commndline with option '-bm dout' !!) and displays "Flash IDE mode: DOUT" in the last line of Tools/Info :D
by Micha_he
09 Feb 2018, 08:24
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Re: Sonoff PN25F08B: Same problem like PUYA

grovkillen wrote: 09 Feb 2018, 07:57 No, info found under the tools tab.
Aha, you're mean on ESPEasy-Web-Interface... ;)
by Micha_he
09 Feb 2018, 07:31
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Re: Sonoff PN25F08B: Same problem like PUYA

I just created a build to test: https://www.dropbox.com/s/5soy1jhoul9912e/ESPeasy_v2.0.0-2018-02-08_DOUT.rar?dl=0 Thanks for that test-image... But what is then the difference to the 8285-image from release-package ? Is it better for my 8266 on the Sonoff Basic ? In the info screen the flash speed ...
by Micha_he
08 Feb 2018, 20:07
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Re: Sonoff PN25F08B: Same problem like PUYA

Yes, it works with the actual 8285-firmware But only, when I flash the 8285-(DOUT)-firmware, with a flash-tool like 'NodeMCU ESP8266Flasher', which flash the firmware in DOUT-Mode. The 'FlashESP8266.exe'-tool that include with ESPEasy doesn't work ! A additional test with my PUYA-ESP-01 unfortunatel...
by Micha_he
07 Feb 2018, 20:40
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Re: Sonoff PN25F08B: Same problem like PUYA

You mean, setup DOUT here....
dout.jpg
dout.jpg (29.21 KiB) Viewed 11820 times
does not work !?

Can I download somewhere a DOUT-compiled ESPEasy firmware ?
Until now, I have flashed only binary firmwarefiles. Otherwise, I'll have to install an environment for a test.
by Micha_he
07 Feb 2018, 19:31
Forum: ESP Easy: Hardware
Topic: Sonoff PN25F08B: Same problem like PUYA
Replies: 15
Views: 12884

Sonoff PN25F08B: Same problem like PUYA

My Sonoff Basic/S20 arrived today. Both have a flash PN25F08B from XTX.

Flash the new ESPEasy V2.x on it, produce the same problem like the PUYA-flash.
Flashmode DOUT doesn't change anything...

ESPEasy (V1.x) R148 works fine (like on my PUYA-ESP-01)

Regards,
Micha