Search found 8 matches

by FourIdGeek
17 Nov 2022, 21:38
Forum: ESP Easy: Software
Topic: wifi problems, for the hundredth time
Replies: 103
Views: 64447

Re: wifi problems, for the hundredth time

*ouch*
Well, whenever Micro$oft decides to let you use your machine again will be soon enough. :shock: :lol:
I wasn't trying to rush you, just curious since the last 2 GitHub releases were ~3 months apart.
Thanks,
Chad.
by FourIdGeek
17 Nov 2022, 15:55
Forum: ESP Easy: Software
Topic: wifi problems, for the hundredth time
Replies: 103
Views: 64447

Re: wifi problems, for the hundredth time

Hi, I've been lurking in the background on this and was quite excited to see that a potential fix has been found. It's *really* appreciated in all the work and testing done (and I do try to help out, both $ and info), was just wondering when a new release with the "strict" options may be p...
by FourIdGeek
01 Mar 2019, 06:37
Forum: ESP Easy: Software
Topic: ESP_Easy_mega-minimal_ESP8266_1024_OTA
Replies: 6
Views: 6343

Re: ESP_Easy_mega-minimal_ESP8266_1024_OTA

I have now received a couple strips of 4MB Winbond flash chips and have replaced the 1MB chips on a few devices, so far it's been working well. The new chips are slightly larger but still match up with the solder pads close enough to get good connection, and the OTA updates have been working great o...
by FourIdGeek
12 Feb 2019, 17:32
Forum: ESP Easy: Software
Topic: ESP_Easy_mega-minimal_ESP8266_1024_OTA
Replies: 6
Views: 6343

Re: ESP_Easy_mega-minimal_ESP8266_1024_OTA

I've already been compiling my own using Platformio, that's not a problem. :-) You said "It's easy to reduce the size to 600k.", could you provide some detail? What I have done so far to create my own minimal OTA binary is: 1. update the define_plugin_sets.h to have #ifdef PLUGIN_BUILD_MIN...
by FourIdGeek
11 Feb 2019, 19:03
Forum: ESP Easy: Software
Topic: ESP_Easy_mega-minimal_ESP8266_1024_OTA
Replies: 6
Views: 6343

Re: ESP_Easy_mega-minimal_ESP8266_1024_OTA

I have also had some luck using older versions using the 2-step OTA process, but am now going to try replacing on some units the 1MB flash with 4MB flash now that I have some. It's not exactly convenient to re-flash an in-wall light switch using a physical connection :-) It would have been nice to h...
by FourIdGeek
11 Feb 2019, 18:41
Forum: ESP Easy: Software
Topic: Update button state from Node-Red
Replies: 10
Views: 8539

Re: Update button state from Node-Red

I have something similar using only a Sonoff basic flashed with ESP Easy, in the rules there are events to control the GPIO: on TurnRelayOn do if [ACRelay#state]=0 gpio,12,1 // turn Relay on gpio,13,0 // turn LED on timerSet,2,%eventvalue% Publish /%sysname%/RelayOnTime,%systm_hm% Publish /%sysname%...
by FourIdGeek
27 Jan 2019, 18:25
Forum: ESP Easy: Software
Topic: Remote pass variable to Dummy Device
Replies: 6
Views: 4368

Re: Remote pass variable to Dummy Device

Hi, on the https://www.letscontrolit.com/wiki/index.php/ESPEasy_Command_Reference page it says "If you want to use internal or rules commands using HTTP/MQTT, setup an event within the rules section and remotely launch the "event" command." Since the TaskValueSet is in the Rules ...
by FourIdGeek
26 Jan 2019, 23:51
Forum: ESP Easy: Software
Topic: ESP_Easy_mega-minimal_ESP8266_1024_OTA
Replies: 6
Views: 6343

ESP_Easy_mega-minimal_ESP8266_1024_OTA

Hi, I've been trying to get the OTA functionality working on some Sonoff Basic units and found that the 20190121 build is too large to allow the 2 step method. I noticed that the binary has increased slightly: minimal_ESP8266_1024_OTA (613,920 bytes) - 20190116 (614,432 bytes) - 20190121 2step binar...