Search found 8728 matches

by TD-er
15 Apr 2024, 16:32
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 3
Views: 63

Re: Monitoring health of ESP nodes within rules

Not yet, but I will think about what could be done to make this available.
It feels more like a system variable, so maybe we can do something like %u_age%(N) with N being the unit nr.
A bit like the standard conversions.
by TD-er
15 Apr 2024, 15:14
Forum: ESP Easy: Projects / Applications
Topic: Value with sensor unplugged
Replies: 2
Views: 53

Re: Value with sensor unplugged

What is the range of expected values of this sensor?
If it is an analog sensor, adding some pull-up or -down resistor will introduce an error in the reading.
Maybe if using some high resistance value, the error is not an issue.

How is the sensor connected to the ADS and which sensor do you use?
by TD-er
15 Apr 2024, 15:06
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 3
Views: 63

Re: Monitoring health of ESP nodes within rules

You could use the "sendto" command to send something to a specific node. See: https://espeasy.readthedocs.io/en/latest/Rules/Rules.html#sendto-and-publish For example a command like "event,fromnode=%unit%" sendto,N,"event,fromnode=%unit%" With N being the unit nr of the...
by TD-er
15 Apr 2024, 08:50
Forum: ESP Easy: Software
Topic: seeking a rule daytime light curve on aquarium
Replies: 5
Views: 187

Re: seeking a rule daytime light curve on aquarium

It shouldn't matter if you use logentry or not. Maybe adding this did remove some non-ASCII character? Or "endon" was not on a separate line? Oh and by the way, when setting the looptimer, you might want to set the [int#1] value to the correct value. After a boot, the variables are uniniti...
by TD-er
15 Apr 2024, 08:47
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Sometimes an OTA update fails due to timeouts. Temporary disable some tasks ("taskdisable,N" without save) will often help to successfully update the firmware. Transfer with the "FTD" is via serial? If via serial, you need the bin file with "factory" in the name as this...
by TD-er
14 Apr 2024, 21:42
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Does it fix stuff at your setup?
by TD-er
14 Apr 2024, 20:09
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

I made a new test build which has the option to disable IPv6 on the tools->Advanced page
See: https://td-er.nl/ESPEasy/latest/
by TD-er
14 Apr 2024, 16:32
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

ESPEasy isn't actually using IPv6. It does have it present as a testing feature and the webserver is accepting requests via IPv6 also. It might use IPv6 only if you're addressing something via a hostname which only has an AAAA record and no A record. And the reason we will need IPv6 in the near futu...
by TD-er
14 Apr 2024, 14:43
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Can you try the builds from here: https://td-er.nl/ESPEasy/latest/
Either flashed via serial via your browser, or you download the all.zip file and pick your bin (without "factory" in the name) and update firmware via the tools page.
by TD-er
14 Apr 2024, 14:42
Forum: ESP Easy: General Discussion
Topic: The basic web page with the results of the measurements on ESPEasy.
Replies: 3
Views: 77

Re: The basic web page with the results of the measurements on ESPEasy.

You're welcome and I guess the author of this great extension will probably also happy to tell you more about it as soon as he reads this :)
by TD-er
14 Apr 2024, 13:56
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

What was the reboot reason and last action before reboot? (can be seen on sysinfo page)
by TD-er
14 Apr 2024, 13:40
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Almost all powerbanks do turn off power every now and then to see if the device is still connected.
by TD-er
14 Apr 2024, 13:14
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 17
Views: 372

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Maybe already prepare some pinheader to put on a clamp where you're sure the voltages are OK
And maybe just to be sure, start with only 3V3
Unless you reverse polarity, 3V3 is unlikely to damage anything when applied to the wrong pin.
by TD-er
13 Apr 2024, 15:07
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 17
Views: 372

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Typically the ESP board(s) consume 80 - 120 mA when WiFi is active in STA mode (connected to another AP) When AP+STA is active you can add about 40 mA to this. Ethernet is also quite power hungry. About 50 mA when the Ethernet chip is powered and another 50 mA when it is connected to a switch. N.B. ...
by TD-er
13 Apr 2024, 14:55
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 165595

Re: WT32-ETH01

Currently ESPEasy does not allow for multiple active interfaces other than combinations with AP mode.
Packet forwarding is not enabled.

Maybe in future releases this could be added, but it has not yet been planned.
by TD-er
12 Apr 2024, 23:21
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: [SOLVED] pb ESP32 + W5500 lite

@Pieter,
As you may have seen, I have been working on fixing some issues first before I was ready to make you a build.
Had not forgotten about it, as I did discuss it this morning with Ton.
He now has made a build for you, linked in the post above this one.
Please let me know if that one is working.
by TD-er
12 Apr 2024, 13:09
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

Can you try the latest build I made: https://td-er.nl/ESPEasy/latest/
It should now be more nice about the SPI bus init and no longer throw errors.
by TD-er
12 Apr 2024, 00:28
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

That doc is about W5200, not W5500.

And if you have the RST and IRQ/INT available, please use them both.

Also it seems to have multiple pins for 3V3.
Maybe there is some part for different parts of the circuit, so make sure to connect them both.
by TD-er
11 Apr 2024, 23:38
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

In your initial post you didn't mention the RST would be connected.
Maybe set this one to "not selected" and leave it unconnected?
by TD-er
11 Apr 2024, 22:11
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

Hmm Ton messaged me that there might be a bug in the SPI handling, resulting in the error message in the logs.
So can you at least double check the SPI config?
by TD-er
11 Apr 2024, 22:07
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

"SPI not enabled" is clear, right? See: https://espeasy.readthedocs.io/en/latest/Hardware/Hardware.html#spi-ethernet And about the SPI bus configuration: https://espeasy.readthedocs.io/en/latest/Hardware/Hardware.html#spi-interface You need to select the "User-defined" option and...
by TD-er
11 Apr 2024, 22:03
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Yep I know all about "smart" meters dying. Over here the electricity grid company pushed out the wrong update to the meters here. So all meters in our street had to be replaced. This was mid october last year (meters were less than 2 years old). I had proof of my meter counts. The grid com...
by TD-er
11 Apr 2024, 20:50
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Hmm reminds me of the time I built a MythTV HTPC computer with 4 TV tuner cards as a VCR back in 2005 I think.
I guess scheduling downtime on the main control PC of a nuclear power plant was easier than scheduling downtime on that PC.

I get the same vibe from this setup.
by TD-er
11 Apr 2024, 15:45
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

You can have a second ESP connected via p2p which can also store the data. This one doesn't need to be close and you can even distribute the time via p2p so the GPS can be mounted elsewhere. Not sure how bullet proof it needs to be, but to me it sounds a lot more reliable compared to a SD card which...
by TD-er
11 Apr 2024, 13:30
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

ESP32 Builds with "LittleFS" in the name are based on ESP-IDF5.1
by TD-er
11 Apr 2024, 12:41
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Congratulations, you found something that hasn't been documented... or is a bug.
Ton has to decide which one applies and fix it :)
by TD-er
11 Apr 2024, 12:39
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

I still think we do not fully understand eachother. Either you don't understand me, or you do and then we don't understand you. Just consider all LEDs as a single string of LEDs which happens to be laid out in a specific pattern. When considering the specific pattern, you may think about 'rows'. But...
by TD-er
11 Apr 2024, 12:21
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Nah, must have been something we're missing here or else... you may have found a bug?

I think it is just missing documentation here :)

Assuming you didn't actually use GPIO-8 as that is connected to the flash
by TD-er
11 Apr 2024, 11:55
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 389

Re: pb ESP32 + W5500 lite

First of all, please double/triple check to see if you get the expected voltages to power the W5500 as there are ESP32 boards out there which do not have the correct silkscreen regarding the GND/5V Second, GPIO5 may not be the best choice here as it does have an internal pull-up resistor and I'm not...
by TD-er
11 Apr 2024, 11:44
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

You can give the commands "gps,sleep" and "gps,wake" to put the GPS to sleep and wake it up. This does reduce power consumption significantly and I think it will also cause the GPS to loose its fix. Or commands like "taskdisable,N" and "taskenable,N" which wil...
by TD-er
11 Apr 2024, 11:15
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

It is not needed to solder, just try the 16x8 (or 8x8) as setting.
by TD-er
11 Apr 2024, 09:03
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

But setting it to 32x16 isn't less pixels, or am I missing something?
16x8 is less than what you had and sure it will probably mess up your intended picture, but it will send less pixels in a burst.
by TD-er
11 Apr 2024, 09:01
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

The %ntp% variable is probably named poorly as it just indicates whether the time has been set. Why do you need to know whether NTP is ready? You do get an event when the time has been set (again). See: https://espeasy.readthedocs.io/en/latest/Reference/Events.html#internal-core-events There is Time...
by TD-er
11 Apr 2024, 08:56
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

What I meant is just a setting in the software. And sure the displayed image/text will be garbage, but it is a test to see whether this is a software issue. What I hope will happen is that you will at least see the correct color on each pixel instead of missing 'bits' and thus completely wrong color...
by TD-er
11 Apr 2024, 00:33
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

What do you mean by GPS event handling?

There are some events sent, like whether the time is set.
by TD-er
11 Apr 2024, 00:32
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

You might want to enter the WiFi lines again one line at a time. Or make sure you are connected to the "COM" or "UART" port and not the "USB" or "OTG" port. I have seen the "Native USB" port may sometimes drop some characters when entering commands i...
by TD-er
10 Apr 2024, 22:02
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Before you trash it, maybe you can either wipe it and start over, or give it the command to erase WiFi calibration data:

Code: Select all

erasesdkwifi
Then let it run for a few seconds (5+ sec) and power cycle the node.
by TD-er
10 Apr 2024, 14:41
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

And since the LEDs are forwarding their data to the next pixel, you will end up with the "unaddressed pixels" also being updated. At least that's the idea. Not sure if these LEDs will detect some 'timeout' and thus not forward their data after such a timeout. But if they do, then sending i...
by TD-er
10 Apr 2024, 14:06
Forum: ESP Easy: General Discussion
Topic: How to get the frame number of an oled frame device
Replies: 6
Views: 184

Re: How to get the frame number of an oled frame device

Also you're using quite a few spaces, like here: LogEntry, FrameNumber:[display#Frame], 1 Both a space and a comma (and a combination of both) will be considered as a separator for command arguments. If you need a space or comma in an argument, like with strings for logs or to put some text on a dis...
by TD-er
10 Apr 2024, 11:31
Forum: ESP Easy: General Discussion
Topic: How to get the frame number of an oled frame device
Replies: 6
Views: 184

Re: How to get the frame number of an oled frame device

Code: Select all

If display#Frame=1 Do OledFramedCmd,Frame 1 Endon
Should be:

Code: Select all

If [display#Frame]=1 
  OledFramedCmd,Frame,1
endif
Also not sure if the oneliner will work

Code: Select all

On System#Boot do 
  timerSet,1,5 
Endon
by TD-er
10 Apr 2024, 11:29
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

Since it is not intended to be used like this but just to check if you get corrupted colors, you can also try 16x8. Anything you will be sending to the display may be misaligned, but like I said it is just to check if sending the data in smaller chunks may be a fix. If it is, then we can implement t...
by TD-er
10 Apr 2024, 10:33
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 434

Re: NeoPixel Matrix doesn't work correctly

My intent of reducing the grid size is to see if it is a timing issue. Let's assume N pixels can be sent in a single burst. So if the chain is too long, it will be split into separate bursts which might be interrupted by background tasks like WiFi activity. Depending on the type of addressable LED a...
by TD-er
09 Apr 2024, 21:02
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Let's hope it didn't take you 40+ attempts to find it :)
by TD-er
09 Apr 2024, 18:04
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Just realize "great minds think alike" :)
And good it is working.
by TD-er
09 Apr 2024, 17:23
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

Already way ahead of you :) When multiple ESPEasy nodes can see eachother, they will announce what time they think it is, including some expected time wander. This is calculated based on the last time sync and their time source. For example the "RTC memory" is one of the least accurate one...
by TD-er
09 Apr 2024, 17:06
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

As soon as the GPS has a fix, then it will set the system time.
by TD-er
09 Apr 2024, 16:59
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 130
Views: 2097

Re: Counting time, calculate and display?

The pins labelled RX/TX on your board are the ones you also use to program the board. So better not use those. You can setup using just about any other pin as long as you don't use the pins mentioned here: https://espeasy.readthedocs.io/en/latest/Reference/GPIO.html#best-pins-to-use-on-esp32-s3 So t...