Search found 8 matches

by jchuchla
20 Apr 2022, 19:13
Forum: ESP Easy: General Discussion
Topic: Very slow UI on sonoff
Replies: 12
Views: 5961

Re: Very slow UI on sonoff

After i was having the trouble with ESPEasy on this unit, i switched over and installed tasmota on it. Tasmota seems to be working just fine. It's a bit curious that tasmota works fine but espeasy does not. I think ESPEasy would have been simpler to configure, but after a ton of googling tasmota is ...
by jchuchla
20 Apr 2022, 06:40
Forum: ESP Easy: General Discussion
Topic: Very slow UI on sonoff
Replies: 12
Views: 5961

Re: Very slow UI on sonoff

So try the old firmware or resistor?
by jchuchla
20 Apr 2022, 04:34
Forum: ESP Easy: General Discussion
Topic: Very slow UI on sonoff
Replies: 12
Views: 5961

Re: Very slow UI on sonoff

Thanks guys for the responses. Evidentally i don't get notifications from replies on this forum. Sorry for the delay. There's only one AP with this SSID, and when I was testing, the Sonoff was within 15' clear line of sight from the AP. Signal strength is good. Not sure how to tell which chip versio...
by jchuchla
16 Apr 2022, 03:10
Forum: ESP Easy: General Discussion
Topic: Very slow UI on sonoff
Replies: 12
Views: 5961

Very slow UI on sonoff

I just flashed an older Sonoff unit I had laying around (V1 I think) with ESPEasy. Build: ESP_Easy_mega_20220328_normal_ESP8266_1M Mar 28 2022 This is the first time i've put it on a sonoff. And it's been years since the last ESPEasy device I configured. The web UI on this one is dog slow. And many ...
by jchuchla
12 Apr 2018, 17:26
Forum: ESP Easy: Hardware
Topic: EspEasy support Sonoff RF with 433MHZ control?
Replies: 11
Views: 18597

Re: EspEasy support Sonoff RF with 433MHZ control?

I would also like to know the paring process. I have so far been unsuccessful. I have a Sonoff 4ch Pro with Espeasy Mega. I tried the 2 button press to pair. Not only does the remote not work, but that button no longer works locally either. Also, 3 button press does not restore the button to working.
by jchuchla
16 Feb 2018, 16:22
Forum: ESP Easy: General Discussion
Topic: How to send serial string with nonprintable chars?
Replies: 0
Views: 1664

How to send serial string with nonprintable chars?

What is the proper syntax for an action in a rule to send a string out the serial port with non-printable characters? I can use "serialsend this is my text" and on the port, i see "this is my text" But what if I need to send a series of bytes that aren't necessarily printable ASC...
by jchuchla
13 Feb 2018, 17:54
Forum: ESP Easy: Software
Topic: how to escape serial characters in serialsend
Replies: 3
Views: 3079

Re: how to escape serial characters in serialsend

does that work in a rule? I could have sworn i tried that syntax without success. I tried all of the common escape methods i could think of. e.g. 0x01, \x01 01h \01 etc...
by jchuchla
12 Feb 2018, 04:14
Forum: ESP Easy: Software
Topic: how to escape serial characters in serialsend
Replies: 3
Views: 3079

how to escape serial characters in serialsend

I'm using serialsend in a rule and need it to send nonprintable chars. How do I escape them to insert in what I'm sending. I've scoured the examples in the wiki and searched here on the forum but I'm not finding anything.

Thanks in advance.