Search found 4330 matches
- 30 Apr 2025, 22:02
- Forum: ESP Easy: General Discussion
- Topic: Random choise mp3 playlist
- Replies: 41
- Views: 18760
Re: Random choise mp3 playlist
For reference, the use of Internal variables is documented here
- 29 Apr 2025, 22:18
- Forum: ESP Easy: General Discussion
- Topic: Random choise mp3 playlist
- Replies: 41
- Views: 18760
Re: Random choise mp3 playlist
With the few tests I was able to perform, I couldn't find any errors in the random function. 👍 For my application, I don't need any decimal places. However, I can round them with [int#1] However, this only seems to work with the number variables. The name variables are spitting out incorrect values...
- 28 Apr 2025, 23:21
- Forum: ESP Easy: General Discussion
- Topic: Random choise mp3 playlist
- Replies: 41
- Views: 18760
Re: Random choise mp3 playlist
It would then be something like:
Or in old-style notation:
Note: The conversion %c_random%(min,max) doesn't yet exist!
Code: Select all
let,random,%c_random%(%v_min%,%v_max%)
Code: Select all
let,1,%c_random%(1,100)
- 28 Apr 2025, 20:08
- Forum: ESP Easy: Projects / Applications
- Topic: 7 digit display
- Replies: 5
- Views: 244
- 28 Apr 2025, 16:28
- Forum: ESP Easy: Projects / Applications
- Topic: 7 digit display
- Replies: 5
- Views: 244
Re: 7 digit display
In Rules you can put something like this:
Code: Select all
On temp#All do
7dt,%eventvalue1% // First argument is the first temperature from the task, because 'Single event with all values' is enabled.
Endon
- 26 Apr 2025, 20:36
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
how can I translate this into this? genI2C,cmd,<i2c-command-sequence>[,<value-index>][,<cache-name>] I guess I need a rule for that ? An example would be very nice, maybe for the readme two, thanks! As promised, here's the suggested method for setting the calibration (untested... :?). I've been wor...
- 26 Apr 2025, 13:52
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
- 25 Apr 2025, 22:12
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
To see if the sign is actually the cause for these strange/unexpected values, you can replace "u16le" by "16le" to get a signed value from the device.
- 25 Apr 2025, 22:06
- Forum: ESP Easy: Software
- Topic: Which Bin for flashing ESP32-C3 ETH01 evo
- Replies: 66
- Views: 19185
Re: Which Bin for flashing ESP32-C3 ETH01 evo
What is the difference between those versions? This page shows what's included in each build: https://espeasy.readthedocs.io/en/latest/Plugin/_Plugin.html (Custom is not listed there, though there is a 'default' set but that may change over time, it's actually a user-defined set of plugins and feat...
- 25 Apr 2025, 15:19
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
In future I will use different boards than s2, but this firmware only works with s2 or not ? The firmware I posted above is for ESP32-S2 only, if you have other boards available for testing, I can build a matching binary, just say what board you have (ESP32 model and flash size). I can read the fir...
- 24 Apr 2025, 14:55
- Forum: ESP Easy: General Discussion
- Topic: ESP32 s2 mini P2P networking
- Replies: 23
- Views: 1295
Re: ESP32 s2 mini P2P networking
You may have done too many saves on a single day. Power-cycling the unit should solve it for now. Or there isn't enough free space to save the file. If that doesn't solve it, then you may have found the end of life for the flash chip



- 23 Apr 2025, 08:11
- Forum: ESP Easy: General Discussion
- Topic: ESP32 s2 mini P2P networking
- Replies: 23
- Views: 1295
Re: ESP32 s2 mini P2P networking
I turned it on, but I don't understand much here. I'll attach a screenshot below. https://i.postimg.cc/pVwmmRF3/del.jpg Can you attach images like that in the Forum Attachment tab? (Below the message edit area) External image hosters tend to remove these images after a couple of weeks/months, makin...
- 21 Apr 2025, 22:45
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
I've fixed some issues, one of which explains why you didn't get a value from your device... (you could call that a bug, in fact). Here's a new ESP32-S2 Collection A build for you to test: ESP_Easy_mega_20250421_collection_A_ESP32s2_4M316k_CDC.zip To get the result available, the I2C Commands should...
- 21 Apr 2025, 22:40
- Forum: ESP Easy: Software
- Topic: custom_IR_ESP8266_1M builds help needed
- Replies: 18
- Views: 4908
Re: custom_IR_ESP8266_1M builds help needed
We have a Starter guide for developing your own plugin for ESPEasy, and for building a Custom build, many steps are the same: https://espeasy.readthedocs.io/en/lates ... ormIO.html
A lot of reading, and mainly aimed at Windows, but most of it should work on Linux or Mac too.
A lot of reading, and mainly aimed at Windows, but most of it should work on Linux or Mac too.
- 21 Apr 2025, 21:10
- Forum: ESP Easy: Software
- Topic: custom_IR_ESP8266_1M builds help needed
- Replies: 18
- Views: 4908
Re: custom_IR_ESP8266_1M builds help needed
Ah, that's excluded from nearly all ESP8266 builds except Normal, as most of the builds won't fit otherwise.
This Custom build should have Notifiers included (untested):
This Custom build should have Notifiers included (untested):
- 21 Apr 2025, 19:56
- Forum: ESP Easy: Software
- Topic: custom_IR_ESP8266_1M builds help needed
- Replies: 18
- Views: 4908
Re: custom_IR_ESP8266_1M builds help needed
I just need a normal build with rule, notifications and IR Receive (TSOP4838) on esp01s because I can't compile it. If it's not a problem, please help me. You can download the Custom_IR_ESP8266_1M build from the Github Releases page , it has all the features you mention. (Download file ESPEasy_mega...
- 21 Apr 2025, 11:57
- Forum: ESP Easy: Projects / Applications
- Topic: Hydreon RG-15
- Replies: 4
- Views: 826
Re: Hydreon RG-15
For receiving less small 'chunky' parts of data from a serial device, you can set the RX Receive Timeout to ~5 msec, to make the plugin wait a little longer for incoming data, especially on a slower rate like 9600 baud.
- 21 Apr 2025, 10:23
- Forum: ESP Easy: General Discussion
- Topic: ESP32 s2 mini P2P networking
- Replies: 23
- Views: 1295
Re: ESP32 s2 mini P2P networking
A question for the developers - Is it possible to implement adding sensors from P2P network devices using the Unit Name-Unit Number bunch, as is done, for example, when adding several D18B20 on OneWire. So we could use, for example, channel 29 of the S2 mini to add channel 2 from the ESP01 That is ...
- 20 Apr 2025, 17:17
- Forum: ESP Easy: General Discussion
- Topic: named variables wont work
- Replies: 12
- Views: 524
Re: named variables wont work
I use this release: ESP_Easy_mega_20250402_normal_ESP8266_4M1M I've fixed a bug, found in the pre-release build from yesterday, and created a test-build for you for validation. Can you please test your rules (and possibly somewhat more complex calculations) using this build? ESP_Easy_mega_20250420_...
- 19 Apr 2025, 22:05
- Forum: ESP Easy: Projects / Applications
- Topic: Hydreon RG-15
- Replies: 4
- Views: 826
Re: Hydreon RG-15
To be able to see all data in the log and events, it's needed to either connect to the configured TCP (or since recently UDP) port, OR check the "Process events without client" checkbox. That'll help a lot in the logging. And, watching the log via the USB-serial port of the ESP has a clear...
- 14 Apr 2025, 23:31
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
Would be better not to order ESP32-S2 (or C2) boards, as that's somewhat of an 'in between' model, better opt for ESP32, ESP32-C3, ESP32-C6 or ESP32-S3 boards, as that are the most stable ESP32 MCUs. And when selecting a board, the ones with 8MB or 16MB Flash are preferred, so you can use a MAX buil...
- 13 Apr 2025, 23:17
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
The log you show is the normal WatchDog (WD) INFO level log that is output every 30 seconds, that's been there since forever... Not an indication of a bad connection or whatever, the WiFi status info in that log isn't accurate, though :shock: nothing to worry about, work is underway to have that fix...
- 13 Apr 2025, 20:46
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
Commands and data format options are described in the PR #5296, and also some examples are shown
- 13 Apr 2025, 17:42
- Forum: ESP Easy: General Discussion
- Topic: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
- Replies: 85
- Views: 6167
Re: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
This sounds right. Keep GPIO-0 connected to ground, then power-up or reset (EN to GND) the unit. Then it's in Flash-mode, and GPIO-0 can be disconnected. After flashing the unit will most likely be software-reset, so the flasher is expecting to be able to connect to the ESP, but that requires GPIO-0...
- 13 Apr 2025, 17:04
- Forum: ESP Easy: General Discussion
- Topic: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
- Replies: 85
- Views: 6167
Re: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
Most likely the serial adapter doesn't deliver enough power to start up the ESP. Better use a separate 5V power supply to the 5V pin of the ESP. The GND must be shared with the GND coming from the serial adapter, and 3V3 from the serial adapter must be disconnected from the ESP board.
- 13 Apr 2025, 13:45
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
There is currently no support for u8le, as little endian doesn't apply to a single-byte value :? Using u8 there will probably work better. When never set, and there's no real reason to change, it might return 0 though. Alternatively you could read the firmware version at register 0xFE using the comm...
- 12 Apr 2025, 22:38
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
For flashing via an external tool, the .factory.bin file must be uploaded. For flashing from the Tools page (Firmware Update button) you can use the 'regular' .bin file. If ESPEasy is still usable from the browser, please use the Firmware Update button to upload the .bin file (without .factory in th...
- 12 Apr 2025, 11:41
- Forum: ESP Easy: General Discussion
- Topic: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
- Replies: 85
- Views: 6167
Re: [Help Needed] ESP Easy Rule for Automatic Pool Filtration Management
I have a question: This project must manage my pool but also that of my father-in-law. Only how do I proceed to make a copy of my esp32? I make a backup of my espeasy, I go back here https://td-er.nl/ESPEasy/latest/ for a new installation and then I restore or is there faster? Once the new installa...
- 11 Apr 2025, 21:56
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
I'm thinking of adding this plugin to all ESP32 Collection builds (including Climate, Display, Energy and Neopixel), so I've built an ESP32-S2 Collection_A build for testing: ESP_Easy_mega_20250411_collection_A_ESP32s2_4M316k_CDC.zip You can add the Generic - I2C Generic plugin to an available task ...
- 10 Apr 2025, 23:38
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
... how can I get the plugin to test it ? I've created PR #5296 to add P180 - Generic - I2C Generic to enable to read I2C devices 'manually', by getting the required command sequence from the data sheet. I'll add a command sequence for your M5Stack sensor soon, and also a binary to upload to your E...
- 10 Apr 2025, 17:18
- Forum: ESP Easy: Software
- Topic: MAX7219 dot matrix with big text broken?
- Replies: 19
- Views: 2099
Re: MAX7219 dot matrix with big text broken?
Thanks for the feedback 

- 10 Apr 2025, 12:13
- Forum: ESP Easy: Software
- Topic: Rule to calculate Windspeed
- Replies: 3
- Views: 6491
Re: Rule to calculate Windspeed
And to make these rules portable to other devices, you can set a Dummy Device using its name/valuename:
NB: These names are not case-sensitive.
Code: Select all
// Ergebnis in einer Variablen speichern (angenommen, Dummy-Device in Task 7, Feld 1)
TaskValueSet ThingSpeak_2,Windgeschwindigkeit,[var#1]
- 09 Apr 2025, 22:57
- Forum: ESP Easy: General Discussion
- Topic: ESPEasy to control two DALI LED tube driver
- Replies: 4
- Views: 422
Re: ESPEasy to control two DALI LED tube driver
NB: Though not compatible, in this category we already have a DMX plugin available, that might be of interest when working with lighting equipment.
- 09 Apr 2025, 21:19
- Forum: ESP Easy: General Discussion
- Topic: ESPEasy to control two DALI LED tube driver
- Replies: 4
- Views: 422
Re: ESPEasy to control two DALI LED tube driver
Here is the link to the planned driver: https://www.ledvance.co.uk/professional/products/lamps/led-tubes/ledvance-led-tubes/led-tube-and-driver-for-external-system/constant-current-led-driver-external-for-led-tube-external-t5t8-c216563?productId=210121 Here, for example, is the link to an Arduino l...
- 09 Apr 2025, 19:46
- Forum: ESP Easy: General Discussion
- Topic: ESPEasy to control two DALI LED tube driver
- Replies: 4
- Views: 422
Re: ESPEasy to control two DALI LED tube driver
Hello, I need your help. I would like to use an ESP8266 with ESPEasy to control two DALI LED tube drivers (on/off/dimming). Unfortunately, my research has not turned up much. Can anyone tell me if this is possible and if so, how? Do you have any information (links) about "DALI LED tube" h...
- 08 Apr 2025, 20:07
- Forum: ESP Easy: Projects / Applications
- Topic: The ESP32-C3 (supermini) does not create AP
- Replies: 14
- Views: 3295
Re: The ESP32-C3 (supermini) does not create AP
Today, Hackaday published an item on a cheap and simple antenna-hack for boards with poor antenna-performance. It might be worth a try
- 06 Apr 2025, 19:30
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
Ser2Net has support for sending data to the connected TCP device/port using the plugin command ser2netclientsend,<content>. This doesn't have support for the 'mix' type of content. SendToHTTP, PostToHTTP and PutToHTTP commands use the GET, POST and PUT verbs of the HTTP protocol to transport data to...
- 03 Apr 2025, 22:07
- Forum: ESP Easy: Software
- Topic: MAX7219 dot matrix with big text broken?
- Replies: 19
- Views: 2099
Re: MAX7219 dot matrix with big text broken?
I've fixed the issue in PR #5293, and made an ESP32 Display build for testing:
Please report your findings here 

- 03 Apr 2025, 09:40
- Forum: ESP Easy: Software
- Topic: MAX7219 dot matrix with big text broken?
- Replies: 19
- Views: 2099
Re: MAX7219 dot matrix with big text broken?
Ah, the explanation is clear. I'll see if I can fix that later today (in the evening
)

- 02 Apr 2025, 23:08
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
Both features (P020 with UDP receiver support and SendToUDPMix command) have been merged into the mega branch, and will be included in the next release. A new beta release, using IDF 5.4 pre-release framework, will be made available tomorrow at https://td-er.nl/ESPEasy/latest/ (The Flash page, can u...
- 02 Apr 2025, 22:12
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
Ah, great, thanks for the quick response 

- 02 Apr 2025, 21:44
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
... if the cause is found it will be better. I think I found the cause for UDP not starting at cold boot. At plugin start-time, rather quick after the ESP is started, WiFi is not initialized yet, and causes the UDP listener not to be initialized. There was already a check every second for the TCP s...
- 02 Apr 2025, 20:28
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
- 02 Apr 2025, 12:49
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
The serial port for the plugin should not be using HWSerial0 if you have the logging enabled in the Tools/Advanced page, so setting that at HWSerial1 is at least a configuration improvement. In ESP32 the serial ports are kind of virtual, but they can only be used for a single purpose, and the last i...
- 01 Apr 2025, 23:37
- Forum: ESP Easy: General Discussion
- Topic: espeasy gui needs double click on iMac safari
- Replies: 20
- Views: 1958
Re: espeasy gui needs double click on iMac safari
Hmm, if what ESPEasy, with the help of the Arduino Webserver, does, would be a HTML protocol implementation fault, then I'd expect other browsers to also fail on it. So this seems most likely to be Safari-specific. Haven't been able to find any reference to 'referrer' in the ESPEasy sources, and I h...
- 01 Apr 2025, 22:19
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
An alternative could be to configure only for the UDP port, to free a handle of a very limited pool of handles (5). Or disable the P2P UDP port (if you don't need it) by setting the port number there (Tools/Advanced) to 0.
- 01 Apr 2025, 21:47
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
@Ath I'll add some info I think it will be a problem that it doesn't load new settings after a restart. I set Protocol: TCP&UDP and I send both TCP and UDP. After restarting, only TCP works, UDP doesn't work. If I press Submit on Ser2net devices, both TCP and UDP start to pass. How is your seri...
- 31 Mar 2025, 22:43
- Forum: ESP Easy: Software
- Topic: VL53L0X Plugin Questions
- Replies: 62
- Views: 28491
Re: VL53L0X Plugin Questions
You seem to have the Range set to Normal, meaning the max expected distance is 800 mm (the highest peaks in your graph). For measuring up to 2 meter, Range should be set to Long. This might improve the behavior for the longer distances. For more accurate measurements you could consider a VL53L1X, as...
- 31 Mar 2025, 21:39
- Forum: ESP Easy: Software
- Topic: Send command to ESPEasy via UDP.
- Replies: 101
- Views: 14361
Re: Send command to ESPEasy via UDP.
Made 2 changes to the code: - When the eventname starts with ! the variables %eventname% and %eventpar% are processed as well, just like %eventvalue% - The function {substring:<start>:<end>:<string>} now allows <end> to be empty, to get the part of the string from <start> up to the end of the string...
- 31 Mar 2025, 11:09
- Forum: ESP Easy: Hardware
- Topic: Unknown i2c device - 4-20 mA measurement M5stack
- Replies: 39
- Views: 4136
Re: Unknown i2c device - 4-20 mA measurement M5stack
Do you need it to be wired, or are the ESPs both connected to the same WiFi network? As in the case of single-network, you can easily pass data via the P2P network (via SendTo command and optionally using the P2P Controller ). P2P is enabled by default on ESPEasy (using the IANA-registered UDP port ...