Search found 8784 matches

by TD-er
16 May 2024, 22:33
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 9
Views: 97

Re: Seeed i2c water level sensor

Yep, that's indeed what I meant. But also about ESPEasy specifics. I do have some block diagrams to explain concepts and naming schemas, but is this sufficient for someone who isn't used to think in logical blocks? Ton also made some tutorials on how to start implementing some functionality. But can...
by TD-er
16 May 2024, 22:25
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 41
Views: 1405

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Just a few checks: - A/B not swapped? - GND wire connected between Modbus device and MAX485 board? - DE/RE pin on the MAX485 board both connected to the DE/RE signal on the ESP? - Collision detection disabled/unchecked? (For collision detection to work, you need to have the /RE pin connected to GND ...
by TD-er
16 May 2024, 22:17
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 9
Views: 97

Re: Seeed i2c water level sensor

Can you give some concrete examples of what you're missing? Also it is really really hard to write documentation for devs to start developing on some platform as you don't know what level of experience someone has. If you try things too verbose, people won't read it. If you turn the verbosity a bit ...
by TD-er
16 May 2024, 14:57
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 41
Views: 1405

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Oh and one other tip... Whenever you're using a MQTT controller and are still debugging on low level issues like which pinout to use, it is best to disable the controller until you found out which pins to use. The reason is that any MQTT controller may cause some blocking calls when (re)connecting a...
by TD-er
16 May 2024, 14:53
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 41
Views: 1405

Re: Which Bin for flashing ESP32-C3 ETH01 evo

You should set the serial port to "HW Serial1", not 0 On serial0 there is the ESPEasy console. The chosen pins should not be a problem as far as I can see: https://espeasy.readthedocs.io/en/latest/Reference/GPIO.html#best-pins-to-use-on-esp32-c3 Also not used for Ethernet: https://espeasy....
by TD-er
15 May 2024, 22:43
Forum: ESP Easy: Software
Topic: which firmware / pio settings for Xiao S3?
Replies: 3
Views: 44

Re: which firmware / pio settings for Xiao S3?

8M1M is about flash size (8 MB) and file system size (1 MB) LittleFS is the file system and since about half a year this also implies it is using the latest ESP-IDF5.1 SDK code OPI PSRAM means the PSRAM is connected using 8 lanes (currently "OPI" wiring is only possible for ESP32-S3). For ...
by TD-er
13 May 2024, 23:01
Forum: ESP Easy: Software
Topic: Publishing Environment - 1-Wire Temperature Statistics
Replies: 14
Views: 295

Re: Publishing Environment - 1-Wire Temperature Statistics

since a comma (,) is an argument separator, you may need to add quotes to the 2nd arument Publish esppool/read,"[Pool#sensorstats,1,success]" No idea if the rest is OK as this doesn't look like ESPEasy syntax. Do you try to access these kind of stats? https://espeasy.readthedocs.io/en/late...
by TD-er
13 May 2024, 20:42
Forum: ESP Easy: Hardware
Topic: HX711
Replies: 12
Views: 253

Re: HX711

Also found this remark:
There are boards out there without a bottom ground plane, where E- is not connected to ground.
That can be corrected by soldering a wire between E- and gnd of the HX711.
Source: https://forum.arduino.cc/t/random-value ... /1072007/5
by TD-er
13 May 2024, 20:30
Forum: ESP Easy: Hardware
Topic: HX711
Replies: 12
Views: 253

Re: HX711

Just some other idea... I have not yet seen fake chips of this one, but since every successful chip will appear as fake one if you wait long enough, it is a possibility. Can you take a close-up of the chip and board of the working one and the not working one? N.B. also any resistor values if possibl...
by TD-er
13 May 2024, 20:17
Forum: ESP Easy: Hardware
Topic: HX711
Replies: 12
Views: 253

Re: HX711

Are you 100% sure the pinout on the new boards is the same?
Can you test with 1 strain-loadcell to see if it is acting expected?
I have the feeling the pins might not be connected the same way to the HX711.
by TD-er
13 May 2024, 12:04
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 8
Views: 528

Re: Add new sensor (Ambient Light Sensor - VEML6030)

What kind of flaws? Is it something we can work around in software? For some sensors I added some "overdrive" mode where I detect 'clipping' of the IR channel and then just assume the same ratio as before the clipping and then extend the calculations for high Lux values like today. Today i...
by TD-er
13 May 2024, 08:56
Forum: ESP Easy: General Discussion
Topic: accuracy dht22 sensor
Replies: 4
Views: 88

Re: accuracy dht22 sensor

I know some DHTxx sensors (not sure which) could get "locked" into some bogus state when they get saturated. You then need to keep them in a warm and extremely dry place for a while to get working again. (e.g. in uncooked rise in the sun or near some food dehydration device) BME280 is prob...
by TD-er
09 May 2024, 11:00
Forum: ESP Easy: Hardware
Topic: Switch to other ESP what do you Prefer?
Replies: 8
Views: 284

Re: Switch to other ESP what do you Prefer?

Please note that Zigbee/Thread is not yet supported in ESPEasy.

WiFi 6 is supported in ESPEasy, but not yet the "let the AP know I will be away for N minutes/hours and still remain connected" feature.
by TD-er
08 May 2024, 12:29
Forum: ESP Easy: Hardware
Topic: HX711
Replies: 12
Views: 253

Re: HX711

The HX711 does use extremely low voltage signals, so it is quite sensitive to noise. Try eliminating any noise on the power. e.g. add some 100 nF capacitor close to the power lines of the HX711. Also make sure there is no strange current flowing so inspect the ground of the connection between the bo...
by TD-er
04 May 2024, 23:00
Forum: Experimental
Topic: ESP32-PHY RL8201FI Receive Problem
Replies: 2
Views: 76

Re: ESP32-PHY RL8201FI Receive Problem

Which exact ESPEasy build are you using? (see for exact filename the sysinfo page)
I assume you're using a recent build with "LittleFS" in the name as those use the recently refactored Arduino network code.
by TD-er
04 May 2024, 22:58
Forum: ESP Easy: Hardware
Topic: Switch to other ESP what do you Prefer?
Replies: 8
Views: 284

Re: Switch to other ESP what do you Prefer?

On ESP32-xx builds, the suggested text might be reviewed.
I think the LED is even on ESP32-classic on a lot of boards connected to GPIO-2

Problem with some purple ESP32-S2 boards is that those can be a hit-or-miss regarding stability.
But when it works, it is quite responsive indeed.
by TD-er
03 May 2024, 22:33
Forum: ESP Easy: General Discussion
Topic: Extend wifi range - again
Replies: 3
Views: 161

Re: Extend wifi range - again

You can try to open up some of those really cheap WiFi repeaters and see what these use internally. So maybe just add some 50 ct DC/DC module from Ali Express and you can power them by the available 24V DC. Very likely they have 2 separate PCBs. One for power and one for the actual WiFi repeater. Th...
by TD-er
03 May 2024, 18:52
Forum: ESP Easy: Software
Topic: "command unknown" on publish rule?
Replies: 3
Views: 125

Re: "command unknown" on publish rule?

Which exact build are you using (filename as reported in the sysinfo page)
Publish is part of MQTT and if you don't have any MQTT controller included in your build, then the publish command isn't present in the build.

ESP01 is extremely limited due to its 1M flash.
by TD-er
03 May 2024, 12:20
Forum: ESP Easy: General Discussion
Topic: Extend wifi range - again
Replies: 3
Views: 161

Re: Extend wifi range - again

Currently such a mesh feature is not yet present in ESPEasy. Using 2 ESP's is also quite a hassle and I think in the end a cheap 15 euro WiFi repeater which you can use for just your ESP's (or other devices, but don't expect fast speeds from such repeaters) is way easier and maybe even less expensiv...
by TD-er
02 May 2024, 21:31
Forum: ESP Easy: Hardware
Topic: Switch to other ESP what do you Prefer?
Replies: 8
Views: 284

Re: Switch to other ESP what do you Prefer?

Don't use the C2 unless it is built in somewhere. Even Arduino doesn't officially support it. I have submitted several bug-reports of incorrect register addresses to Espressif and I am sure I haven't checked them all. So it is more like a surprise to see it is actually running quite OK. Like we say ...
by TD-er
01 May 2024, 15:33
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

I did add the p2pnode#Connected and p2pnode#Disconnected events in this build: https://td-er.nl/ESPEasy/latest/ on p2pNode#Connected do LogEntry,'ESPEasy p2p node %eventvalue1% added: %eventvalue2% with build %eventvalue3%' endon on p2pNode#Disconnected do LogEntry,`ESPEasy p2p node %eventvalue1% no...
by TD-er
30 Apr 2024, 12:39
Forum: ESP Easy: Software
Topic: Problem with Dummy and rule for average value
Replies: 8
Views: 213

Re: Problem with Dummy and rule for average value

Maybe these "super mini" boards are better suited for this use case as they are nearly as small as those "ESP-01" boards (about 3mm wider). The ESP-01 (and the ESP32-C3 variant of it) do have 8 pins which are rather bulky. These "super mini" boards do have an USB-C conn...
by TD-er
29 Apr 2024, 17:27
Forum: ESP Easy: Software
Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
Replies: 12
Views: 381

Re: NeoPixel-038 not working on ESP32s3 zero or mini boards

I also saw this specific bugreport with a "supermini" board: https://github.com/espressif/arduino-esp32/issues/9545 It seems to be related to how the serial console is used on the board with native USB. You could disable the console on tools->Advanced page and/or set the serial port to Ser...
by TD-er
29 Apr 2024, 11:44
Forum: ESP Easy: Software
Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
Replies: 12
Views: 381

Re: NeoPixel-038 not working on ESP32s3 zero or mini boards

only 4M flash :( ** NOTE: using source code base 20240414 , ESP32-s3 I compiled " custom_ESP32s3_4M316k_CDC " NeoPixel (basic) doesn't work ESP32-c3 I compiled "custom_ESP32c3_4M316k_CDC " NeoPixel (basic) worked perfectly That's extremely odd as the C-series is using a complete...
by TD-er
28 Apr 2024, 21:13
Forum: ESP Easy: Software
Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
Replies: 12
Views: 381

Re: NeoPixel-038 not working on ESP32s3 zero or mini boards

Also which IDF are you using?
I do have a board here with about 150 neopixel LEDs and an ESP32-S3.
It is running on IDF5.1 code (Thus LittleFS build)
by TD-er
28 Apr 2024, 21:10
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

I can look into the rules parser accepting NaN, but I'm a bit hesistant to mess with that piece of code as it is now working (very) well and quite fast. And this parsing code is used everywhere in the code. Sending task configuration to receiving nodes does require changes in the p2p code and is plu...
by TD-er
28 Apr 2024, 12:59
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

Just to be sure, you need to end the block with "endon", like this: on Rules#Timer=3 do taskvalueset,3,1,-1 endon Not sure if the rules parser can understand "NaN" Also parsing "NaN" in other platforms is a bit tricky as the only way to check for "NaN" is like...
by TD-er
27 Apr 2024, 10:32
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

If WiFi connection is bad, then lots of network connections may timeout. Timeouts are 'blocking' like they keep the loop() call occupied. ESPEasy p2p is UDP, so that should not really be blocking, but sendToHttp might be and if you have a MQTT controller configured then that is notorious for slowdow...
by TD-er
26 Apr 2024, 23:17
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

One thing you might want to try is to force "b/g mode" (see tools->Advanced page)
And of course not using "ECO" mode.
by TD-er
26 Apr 2024, 12:17
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

Anyway, since the impact of changes needed to do it properly are quite big -as I explained-, I would like to know if the proposed rules do make it workable for your use case. Then we can take this into account when adding the "error state values" and "error handling" and for sure...
by TD-er
26 Apr 2024, 09:52
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

My example to use it via rules is meant to get it working _now_ as other fixes mean adding code, making a build etc. So by creating a working setup via rules, we also get an idea of what really is a practical use case and then decide what to do to make a universal 'fix' for this. We do have the idea...
by TD-er
25 Apr 2024, 17:59
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

@jgrad:

That's why I suggested to check the checkbox (tools->Advanced page) for "Allow TaskValueSet on all plugins:"

This should allow to set taskvalues on non-Dummy tasks.

Doesn't that work for you?
by TD-er
25 Apr 2024, 15:45
Forum: ESP Easy: Software
Topic: P2P reliability
Replies: 23
Views: 1014

Re: P2P reliability

Right now there isn't any such setting to set values when not being updated for N amount of time. However I think you might be able to do so via rules, as the task does send out an event when it does receive an update. So something like this: on info#update do TimerSet,3,600 // Task #3, set timer to...
by TD-er
25 Apr 2024, 11:15
Forum: ESP Easy: General Discussion
Topic: moving from domoticz to HA
Replies: 3
Views: 498

Re: moving from domoticz to HA

I have not done this myself, so not speaking from experience. But since ESPEasy only can connect to a single MQTT broker, you need to let HA and Domoticz use the same MQTT broker. You can try to create publish commands to emulate the Domoticz required formatting of the messages and then use rules to...
by TD-er
24 Apr 2024, 14:17
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 6
Views: 1237

Re: Hello, and I wrote OOKwiz

Maybe also nice to look at this video: https://www.youtube.com/watch?v=eIdHBDSQHyw It does create LoRa packets using 'bitbanging' of PLL registers to generate chirps at 900 MHz on a GPIO. This is on an ESP8266/ESP32-S2 and CH32V203. This is absolutely not nice to the Ether as it will be putting quit...
by TD-er
23 Apr 2024, 20:20
Forum: ESP Easy: General Discussion
Topic: esp01 dht22
Replies: 5
Views: 513

Re: esp01 dht22

Keep in mind this is for 1M flash and cannot be upgraded via the web interface, only flashed via serial.

The reason I mention this is that there are ESP01 and ESP01S boards.
The latter one has 1M flash, according to this thread
by TD-er
23 Apr 2024, 10:50
Forum: ESP Easy: General Discussion
Topic: Rule not working after new firmware - Calculate: Unknown token
Replies: 1
Views: 421

Re: Rule not working after new firmware - Calculate: Unknown token

"then" is not needed here. See: https://espeasy.readthedocs.io/en/latest/Rules/Rules.html#if-else-if-elseif-else And inside the "On Drukknop#Switch do" block you don't need to refer to "[Drukknop#Switch]" as it is also present as eventvalue. This way you actually have t...
by TD-er
22 Apr 2024, 20:06
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 15
Views: 921

Re: Monitoring health of ESP nodes within rules

Maybe you should also set some limit on the number of emails being sent, as the node will be "forgotten" after 10 minutes (or was it 5???) so it might hit the email call several times in a row until it is forgotten. N.B. you can also nest variables, so you can keep track of sent emails per...
by TD-er
22 Apr 2024, 13:43
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 75
Views: 6373

Re: Air Quality unit - which devices are best?

Are you sure your sensors aren't affected? It does seem like they might have been as the bug is that the actual ABC-duration can only be lowered and not set higher anymore. Also the S8 doesn't make large steps in adjusting the base level as it only applies some fraction of the encountered offset. Fo...
by TD-er
22 Apr 2024, 12:52
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 75
Views: 6373

Re: Air Quality unit - which devices are best?

Makes sense. What kind environment are you using them that keeps on having such a high base level of CO2? I guess I could add the commands to disable or change ABC on the S8 again, as there probably aren't any S8's being sold out there which do have this firmware bug which renders the sensor unusabl...
by TD-er
22 Apr 2024, 12:35
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 75
Views: 6373

Re: Air Quality unit - which devices are best?

About the SenseAir S8... I'm really surprised to see it is actually outputting such values. I know the S8 is a bit sensitive to overvoltage, so is it possible you had yours exposed to voltages > 5.2V? Like from one of those cheap USB chargers? This might have damaged the lamp inside. Also can you ta...
by TD-er
22 Apr 2024, 12:06
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 7788

Re: Counting time, calculate and display?

Boards which do not have the PPS pin exposed, often do have some LED which is essentially internally connected to this pin. I know the BN220 for example does have some (blue?) LED which is connected to the PPS pin. In ESPEasy I do keep track of when the first message in a burst was received as this ...
by TD-er
21 Apr 2024, 22:03
Forum: ESP Easy: Software
Topic: IMPROVDEBUG:_168_(invalid) in log
Replies: 7
Views: 537

Re: IMPROVDEBUG:_168_(invalid) in log

Without posting the code it is near impossible to give a good suggestion where this might go wrong. Like Ton mentioned, IMPROV is used to interact via the serial port when you have the ESP connected to your PC and try to connect with it via the web flasher. The IMPROV code does only interact with th...
by TD-er
21 Apr 2024, 21:59
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 7788

Re: Counting time, calculate and display?

Turning the GPS in an exact pulse every second is quite easy when your GPS module has a PPS pin. This pin will generate a pulse exactly at the start of a second... when it has a fix. Depending on the GPS module, the behavior of this PPS pin may differ. For example not outputting a PPS pulse, or at a...
by TD-er
18 Apr 2024, 23:48
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 15
Views: 921

Re: Monitoring health of ESP nodes within rules

Maybe also add %u_build%(N)
by TD-er
18 Apr 2024, 11:57
Forum: ESP Easy: Hardware
Topic: LILYGO T4-S3 ESP32-S3
Replies: 8
Views: 805

Re: LILYGO T4-S3 ESP32-S3

What kind of switch in the settings do you mean?
by TD-er
18 Apr 2024, 11:00
Forum: ESP Easy: Hardware
Topic: LILYGO T4-S3 ESP32-S3
Replies: 8
Views: 805

Re: LILYGO T4-S3 ESP32-S3

Not sure if the AMOLED display needs some specific controller which might not yet be supported.
https://www.lilygo.cc/products/t4-s3
I guess Ton will probably know more about this :)
by TD-er
17 Apr 2024, 23:38
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 7788

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: 147
Views: 7788

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.