Search found 344 matches

by riker1
17 Jan 2021, 18:07
Forum: ESP Easy: Hardware
Topic: INA219 chinese
Replies: 3
Views: 13312

Re: INA219 chinese

same for me.
but even with adafruit

no correct voltage messurements
by riker1
28 Dec 2020, 16:46
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

I will have a look at the source code of Tasmota to see if they use special tricks for the wifi. Things we still may try to do (as in not yet implemented in ESPEasy): - Use lower TX power - Wait a bit longer after boot before starting WiFi (to stabilize power before drawing higher current) great
by riker1
28 Dec 2020, 12:01
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Ath wrote: 28 Dec 2020, 10:06 There are a few builds with 'alt_wifi' and/or 'beta' in their name, that use alternative wifi settings and/or beta Arduino firmware, you could try one of these to see if the wifi performance improves.
hi same error for : o not working with ESP_Easy_mega_20201227_test_alt_wifi_ESP8266_4M1M_VCC
by riker1
28 Dec 2020, 10:17
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Ath wrote: 28 Dec 2020, 10:06 There are a few builds with 'alt_wifi' and/or 'beta' in their name, that use alternative wifi settings and/or beta Arduino firmware, you could try one of these to see if the wifi performance improves.

will check
by riker1
28 Dec 2020, 09:53
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Sounds like a voltage regulator which may be underpowered. Please try to find what voltage regulator is used on the board by searching for the markings on the chip. Also what kind of antenna is used? PCB or Ceramic antenna? Is it on a module with or without a metal shield covering the ESP? I actual...
by riker1
28 Dec 2020, 09:41
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

All of these solutions don't work. I had three such modules. One of them had previously worked with espeasy. After some firmware this problem appears. These modules work well with other firmware. I just applied them in other projects (not espeasy). Now I always buy ESP32 - this problem is never wit...
by riker1
27 Dec 2020, 18:01
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Have you tried using another Wemos? This one seems to be broken in some way. What kind of Wifi antenna is on the Wemos? There are 3 types, AFAICS: PCB Antenna, Ceramic antenna and external antenna (often combined with a ceramic antenna, but needs a 0 ohm resistor soldered on another connection to w...
by riker1
27 Dec 2020, 18:00
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45899

Re: ILI9341 seems to work in new firmware

Pinout seems to be OK as you suggest. (The text on the PCB is not always exact the same, so a little interpretation is required) Reset pin is usually not needed, but some devices like it to be used when the device is getting a soft-reset (sorry, a bit vague, but it is hardware dependent). If you ha...
by riker1
27 Dec 2020, 17:36
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

I think we need a bit more info. How often does this occur? What have you tried to mitigate this issue? - Switch to B/G Wifi - Fix channel on Access point (preferred to use ch 1, 6 or 11) - Disable 'Eco' mode - Use access point exclusively for ESP nodes (not shared with other devices) - Try other o...
by riker1
27 Dec 2020, 16:53
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45899

Re: ILI9341 seems to work in new firmware

Well, the documentation is quite easy to find using standard Google fu, this page is pretty clear: https://petergodwin.wordpress.com/2016/02/25/ili9341-on-wemos-d1-esp8266-board/ I just hope you haven't waited (or held your breath) for an answer all these days... :D Hi I tried to fiollow this but u...
by riker1
27 Dec 2020, 16:35
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129332

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Hi
having the same issue with an wemosd1

Code: Select all

reason: '(200) Beacon timeout' Connected for 8466 ms
I did try anything.
Erase flash, flashed 4mb blank
reset
factory reset
fix ip
ip with dhcp

how to solve this?

Thanks T
by riker1
29 Sep 2020, 12:38
Forum: ESP Easy: General Discussion
Topic: Set Variable on Remote ESPEasy
Replies: 9
Views: 10816

Re: Set Variable on Remote ESPEasy

I think it can be done also without the variable, as you can also create your own event and act on it via the rules. An event can have upto 4 values, which you can access via the %eventvalue1% (I guess the others can be guessed) in the rules block. This way you have near instant reaction on your ev...
by riker1
15 Sep 2020, 10:27
Forum: ESP Easy: General Discussion
Topic: (solved)user and password http command
Replies: 4
Views: 6251

Re: user and password http command

TD-er wrote: 15 Sep 2020, 09:50 Have you tried something like this?

Code: Select all

curl --user username:password http://<espeasyip>/control?cmd=<command>
It is just the "basic authorization". Nothing fancy.
working thanks
by riker1
15 Sep 2020, 06:40
Forum: ESP Easy: General Discussion
Topic: (solved)user and password http command
Replies: 4
Views: 6251

Re: user and password http command

Hi
Use http-request App which ist using curl
http Shortcuts

Thx
by riker1
14 Sep 2020, 21:57
Forum: ESP Easy: General Discussion
Topic: (solved)user and password http command
Replies: 4
Views: 6251

(solved)user and password http command

Hi

I was looking , but did not find it....
how to send user and password in http command

http://<espeasyip>/control?cmd=<command>

thanks for support

BR T
by riker1
13 Sep 2020, 10:54
Forum: ESP Easy: Hardware
Topic: Connect camera via ESP Easy
Replies: 3
Views: 6605

Re: Connect camera via ESP Easy

any update here?

Thanks
by riker1
01 May 2020, 12:21
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960360

Re: Serial MCU controlled relay/switch

Hi

anyone knows how to identify if :LC Tech has:
LC Technology WiFi Relay X2 with Nuvoton N76E003AT20

build on?

Thanks
by riker1
17 Jan 2020, 09:05
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32344

Re: Mega (V2.0.0) OTA firmware updates on 1MB modules

Current releases are too big for OTA (2 step procedure for 1Mb units). We need to rethink how to support those units. They need to be physically attached using cable and serial programming to be updated. Sorry for any inconveniences but hopefully we can think of something. Hi is this still valid? S...
by riker1
12 Dec 2019, 18:29
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960360

Re: Serial MCU controlled relay/switch

thanks
by riker1
12 Dec 2019, 10:21
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960360

Re: Serial MCU controlled relay/switch

Hi having a problem running the latest firmware on ESP01 1M both versions from 20191028. 10:19:48.228 -> 10:19:48.228 -> ets Jan 8 2013,rst cause:2, boot mode:(3,7) 10:19:48.228 -> 10:19:48.228 -> load 0x4010f000, len 1384, room 16 10:19:48.228 -> tail 8 10:19:48.228 -> chksum 0x2d 10:19:48.228 -> c...
by riker1
12 Dec 2019, 09:45
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960360

Re: Serial MCU controlled relay/switch

I call e.g. control?cmd=relay,1,2 it switches relay from 1 to 0 and vice-versa? I've added this simple code to the relay block, i guess it will be enough. if (event->Par2 == 2) { // toggle rcmd = 1-UserVar[(varIndex + rnum)]; } Hi what is the difference between 2 firmware verions? what dows 128kS s...
by riker1
12 Dec 2019, 07:59
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960360

Re: Serial MCU controlled relay/switch

_Cyber_ wrote: 11 Dec 2019, 23:13 just to have it said: rock-stable since one month now, working flawless - thank you! :-)
...which version are you using?

thanks
by riker1
10 Dec 2019, 07:40
Forum: ESP Easy: Software
Topic: reset admin password without gui webserver
Replies: 3
Views: 5637

Re: reset admin password without gui webserver

Hi

I am using a special firmware for the lctech

viewtopic.php?p=37729#p37284

do get serial output but no response when doing

command like

password
save

any idea?
by riker1
09 Dec 2019, 18:10
Forum: ESP Easy: Software
Topic: reset admin password without gui webserver
Replies: 3
Views: 5637

reset admin password without gui webserver

Hi

is there a way to reset the password.

I lost mine.....

I tried it via serial port : password command.....no success.....

it is an ESP01

only the hard reset way left?
by riker1
06 Dec 2019, 15:03
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

Re: strange characters while submitting rules

Just for curiosity

is it a problem having more open tabs per ESP website at the same time?

I do logging and editing rules in parallel ?
by riker1
06 Dec 2019, 14:59
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

Re: strange characters while submitting rules

Hi just experienced the same problem under chrome with ESP_Easy_mega-20191119_normal_core_241_ESP8266_4M1M.bin sometime strange char will be stored now just those in the beginning of the ruleset: oFile: free stack: 3440 .... ... No sure where they are coming from looks like you have an idea Thanks T
by riker1
06 Dec 2019, 13:48
Forum: ESP Easy: Software
Topic: Send file to ESPeasy
Replies: 11
Views: 13059

Re: Send file to ESPeasy

Hi

of course you are right:

Code: Select all

[curl -v -F upload=@"/path/filename"  http://<IP>/upload/[code]
by riker1
06 Dec 2019, 13:40
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

Re: strange characters while submitting rules

And also: If it is an official ESPEasy release then what is the bin file name? Or if it's self compiled then what are the core and ESPEasy versions? - Thomas It was ESP_Easy_mega-20190305_normal_ESP8266_4M.bin I assume it was related to the browser are you aware of any brower history while writing ...
by riker1
06 Dec 2019, 13:37
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

Re: strange characters while submitting rules

TD-er wrote: 29 Nov 2019, 14:00 And also, how big is your rules file? (or actually was your file, as it now seems damaged)
It happens also with small rules sets, just 200 characters

Uploading via file solved it
by riker1
06 Dec 2019, 13:36
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

Re: strange characters while submitting rules

Hi I am using Chrome
by riker1
29 Nov 2019, 09:29
Forum: ESP Easy: Software
Topic: strange characters while submitting rules
Replies: 12
Views: 10469

strange characters while submitting rules

Hi

I experienced strange characters while submitting rules.

Is flash corrupt?
Would totally format / flash solve this?

Thanks


strange characters on start of rules after submitting :

Code: Select all

I 

��

by riker1
14 Nov 2019, 09:08
Forum: ESP Easy: Software
Topic: Send file to ESPeasy
Replies: 11
Views: 13059

Re: Send file to ESPeasy

same for rules....

you can upload rules with curl

for rule 1 filename has to be rules1.txt and so on....

Code: Select all

[curl -v -F upload=@"/path/filename"  http:<IP>/upload/[code]
by riker1
14 Nov 2019, 09:06
Forum: ESP Easy: Software
Topic: question: device values now stored in eeprom?
Replies: 5
Views: 7055

Re: question: device values now stored in eeprom?

TD-er wrote: 13 Nov 2019, 15:39 Nope, they are stored in RTC memory.
So they can survive a crash/reboot, but not a power cycle.
Hi great,

but would a eeprom.put() be possible?
by riker1
13 Nov 2019, 17:57
Forum: ESP Easy: Software
Topic: (solved)rule and event within rule syntax
Replies: 4
Views: 6125

(solved)rule and event within rule syntax

New doku linked: https://espeasy.readthedocs.io/en/latest/Rules/Rules.html Hi I am consued as I do see different syntax in the wiki itself and rules tutorial, want to trigger an event with https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules on <trigger> do if <test1> event <EventName1> endif...
by riker1
13 Nov 2019, 15:27
Forum: ESP Easy: Software
Topic: question: device values now stored in eeprom?
Replies: 5
Views: 7055

question: device values now stored in eeprom?

Hi

did I miss something?

Are the device values now stored in eeprom and persistent?

which release did this happen, looks like I missed the comms.....

thanks T
by riker1
13 Nov 2019, 09:55
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210754

Re: Hardware Watchdog Reboots

Hi yes mainly, clients connected to unifi ap do not always can be connected. even sometimesI can only ping them from the compiuter where unifi controller is hosted. I also checked from ssh into unifi ap and con not ping other connected devices on different APs. really strange still waiting from answ...
by riker1
12 Nov 2019, 20:45
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210754

Re: Hardware Watchdog Reboots

I believe that's a request that's personal to his account. I have Unifi APs as well, I'll be interested to see what this is about... Hi request is mainly that due to some acl rules clients do not communicate correct. Had a support engineer with teamviewer logged to record the issue as they did not ...
by riker1
12 Nov 2019, 20:31
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210754

Re: Hardware Watchdog Reboots

Sasch600xt wrote: 11 Nov 2019, 12:18 The link is gone ?

oops
The page you were looking for doesn't exist
You may have mistyped the address or the page may have moved

Take me back to the home page

sorry, I forgot, yes it is a support ticket work in progress....unfortunaltely unifi is very slow in solving problems.....very sad
by riker1
11 Nov 2019, 08:17
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210754

Re: Hardware Watchdog Reboots

i have 2 enviroments: 1: Home / Fritzbox Wifi 2: Company / Unifi Wifi I have a big different between wd reboots between the 2 enviroments. A few days ago i swaped 2 devices from home to company and visa vers. So the one wich was stable at home runs only 100 - 500 minutes untill reboot. The one wich...
by riker1
08 Oct 2019, 13:47
Forum: ESP Easy: Software
Topic: new firmware with new ui and curl commands
Replies: 5
Views: 6886

Re: new firmware with new ui and curl commands

In addition,

is there a command to change ui back to old view.

having the issue that new ui is not coming up.

Thanks T
by riker1
08 Oct 2019, 13:29
Forum: ESP Easy: Software
Topic: new firmware with new ui and curl commands
Replies: 5
Views: 6886

new firmware with new ui and curl commands

Hi

just curious to know which curl commands work with the new firmware.

Code: Select all

curl -v -F upload=@/00_ESPEASY/01_Firmware_latest/ESP_Easy_mega_normal_ESP8266_4M.bin  http://<ip>/update
this does not work .

please update me

thanks a lot
T
by riker1
26 Jun 2019, 15:00
Forum: ESP Easy: Software
Topic: completely erase flash esp01s
Replies: 2
Views: 10024

completely erase flash esp01s

Hi

I did a flash bith blank 1MB but still wifi , config and rules are on the ESP stored.
How to completely erase the flash?

btw: is the SPIFFS inside the 1MB?

Thanks
by riker1
25 Jun 2019, 13:33
Forum: ESP Easy: Hardware
Topic: esp easy arp table not reachable
Replies: 2
Views: 11415

Re: esp easy arp table not reachable

Hi

ok activated it.

but still have no arp response when running arp-scan from ESP

deployed latest firmware

Code: Select all

Build:⋄ 20103 - Mega 
System Libraries:⋄ ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support 
Git Build:⋄ mega-20190607 
Plugins:⋄ 47 [Normal] 
by riker1
24 Jun 2019, 14:07
Forum: ESP Easy: Hardware
Topic: esp easy arp table not reachable
Replies: 2
Views: 11415

esp easy arp table not reachable

Hi

I experienced that esps are not reachable
- after a period
- at all

looking into arp there are not arp entries for the esp devices.

anyone knowing this issue?

found this:

Code: Select all

https://github.com/esp8266/Arduino/issues/3095
Thanks T
by riker1
27 May 2019, 06:52
Forum: ESP Easy: Software
Topic: EspEasy: HTTP : connection failed
Replies: 6
Views: 10758

Re: EspEasy: HTTP : connection failed

perfect thanks

Will investigate further

T
by riker1
26 May 2019, 22:46
Forum: ESP Easy: Software
Topic: EspEasy: HTTP : connection failed
Replies: 6
Views: 10758

Re: EspEasy: HTTP : connection failed

Hi Thomas for instance I am having Build:⋄ 20103 - Mega Libraries:⋄ ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support GIT version:⋄ mega-20190212 Plugins:⋄ 74 [Normal] [Testing] log example : 4442013: Command: event 4442015: EVENT: var_kt=-31.0 4442073: ACT : taskvalueset,5,3,-3...
by riker1
26 May 2019, 20:13
Forum: ESP Easy: Software
Topic: unifi AP and ESPEasy access problems with mobile
Replies: 0
Views: 7024

unifi AP and ESPEasy access problems with mobile

Hi anyone having problems with unifi AP connections? I experienced that I often can not connect t ESPEasy device from my mobile, which is connected to the same SSID on Unifi AP. Can ping and launch web via lan computer , but not via other mobile devices in same Unifi SSID, or even other Unifi networ...
by riker1
26 May 2019, 19:59
Forum: ESP Easy: Software
Topic: EspEasy: HTTP : connection failed
Replies: 6
Views: 10758

Re: EspEasy: HTTP : connection failed

Hi Thomas, I am running different version - lastest firmware (Test, normal, etc) , some december fw which I found more stable, on different ESPs: ESP01, NodeMCU, Always having 2 controllers: - fhem - mqtt concerning : What conditions provoke the error? And any other info that better describes your i...