Search found 8736 matches

by TD-er
17 Apr 2024, 23:38
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

You can often also hear the difference as they really don't sound healthy.
by TD-er
17 Apr 2024, 23:27
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

Nah if you put SMR drives in some kind of RAID configuration you will end up loosing data.
Regardless of your NAS OS.
by TD-er
17 Apr 2024, 13:02
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

M*I*B wrote: 17 Apr 2024, 12:25 As far as I know, the WD-RED SMR is only used on the very large plates.
[...]
Nope, those were "just" 8 TB ones and are still being sold (at least 1 month ago)
by TD-er
17 Apr 2024, 11:59
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

Well I'm not that fond of how WD labels their drives. A few weeks ago I was at a friend's house and he mentioned he had lots of issues with his NAS. Like every week or so his RAID array was rebuilding and he already had replaced all his drives at least more than once. The drives were WD RED (not sur...
by TD-er
17 Apr 2024, 11:22
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

Well at least your setup had longer time to get tested, so no big deal :)
It has been merged so in a next build it will be included.
by TD-er
17 Apr 2024, 11:05
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 141
Views: 2297

Re: Counting time, calculate and display?

M*I*B wrote: 14 Apr 2024, 22:45 ... I let you know tomorrow (Monday) evening 8-)
And??? What is the verdict of the build with option to disable IPv6?
by TD-er
17 Apr 2024, 11:03
Forum: Introduce yourself
Topic: Een hallo uit Borger > Drenthe > Nederland
Replies: 1
Views: 25

Re: Een hallo uit Borger > Drenthe > Nederland

Welkom :) En ik ken Borger wel aangezien ik zelf opgegroeid ben in Buinen. Voor de volledigheid, mocht je een topic aanmaken of ergens reageren, dan graag in het Engels. De grote meerderheid van de gebruikers hier is het Nederlands namelijk niet machtig. Voor jezelf voorstellen is Nederlands geen pr...
by TD-er
16 Apr 2024, 13:46
Forum: ESP Easy: Projects / Applications
Topic: YALP (yet another LoRa/LoRaWAN project)
Replies: 5
Views: 106

Re: YALP (yet another LoRa/LoRaWAN project)

Looks really nice. Just wondering, do you just use LoRa or LoRaWAN? The SX12xx chip just does LoRa and LoRaWAN is adding some extra layers of authentication, encryption, etc. I do have support for the RN2483 module , which is essentially some ATmega + SX12xx chip in a module and a certified LoRaWAN ...
by TD-er
15 Apr 2024, 16:32
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 3
Views: 69

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: 65

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: 69

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: 191

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: 141
Views: 2297

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: 141
Views: 2297

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: 141
Views: 2297

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: 141
Views: 2297

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: 141
Views: 2297

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: 4
Views: 115

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: 141
Views: 2297

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: 141
Views: 2297

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: 381

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: 381

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: 166227

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: 425

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: 425

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: 425

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: 425

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: 425

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: 425

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: 141
Views: 2297

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: 141
Views: 2297

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: 141
Views: 2297

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: 425

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: 141
Views: 2297

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: 466

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: 141
Views: 2297

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: 425

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: 141
Views: 2297

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: 466

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: 466

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: 141
Views: 2297

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: 466

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: 141
Views: 2297

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: 141
Views: 2297

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: 141
Views: 2297

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: 466

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: 188

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...