Search found 8643 matches

by TD-er
22 Feb 2024, 13:39
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14292

Re: Plugin 095 - TFT

On the sysvars page there are some conversion examples at the bottom. For example %c_m2hcm%(482) (minutes to hh:mm) You can use %syssec_d% to get the number of seconds of today (takes DST and timezone into account) let,1,%syssec_d%/60 // Convert to minutes let,1,[int#1]+60 // Add +1 hour offset let,...
by TD-er
22 Feb 2024, 13:09
Forum: ESP Easy: General Discussion
Topic: ESP8266 - Relay switches, but shouldn't
Replies: 11
Views: 410

Re: ESP8266 - Relay switches, but shouldn't

OK, so the diodes are clearly visible. That's good. If I'm not mistaken, this board has optocouplers to switch the relais. So from the ESP it isn't anything other than switching LEDs. Maybe you can power the relay board with 5V and I think you may need to change something where there is the green ju...
by TD-er
22 Feb 2024, 10:23
Forum: ESP Easy: Hardware
Topic: Is it possible for ESPEasy to connect a 4x4 matrix keyboard?
Replies: 6
Views: 254

Re: Is it possible for ESPEasy to connect a 4x4 matrix keyboard?

I don't see why not. (like 5x4 should work with a 4x4 keypad)
by TD-er
22 Feb 2024, 10:21
Forum: ESP Easy: General Discussion
Topic: ESP8266 - Relay switches, but shouldn't
Replies: 11
Views: 410

Re: ESP8266 - Relay switches, but shouldn't

Can you take a look at if the ESP board maybe reboots? Some relay boards have a really bad power supply and relais draw quite a lot of power. Also if you made the boards yourself, please make sure to have a diode over the relay in "opposite" direction to protect electronics controlling the...
by TD-er
21 Feb 2024, 20:27
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40085

Re: Espeasy compatible unit with wired ethernet?

You can order the T-ETH-Lite-ESP32S3 as the SPI Ethernet chip uses less GPIO pins and the S3 does have more GPIO pins to begin with.
See here for a list of those boards: https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-Series
by TD-er
21 Feb 2024, 19:43
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40085

Re: Espeasy compatible unit with wired ethernet?

Those are indeed included in the latest build on the webflasher: https://td-er.nl/ESPEasy/latest/ However I have not tested those as I simply do not have boards with them. Please let me know the results. N.B. I also added support for 3 SPI Ethernet devices, so now other ESP32-variants can be equippe...
by TD-er
21 Feb 2024, 17:10
Forum: ESP Easy: Software
Topic: P2P Node status event ?
Replies: 8
Views: 346

Re: P2P Node status event ?

chromo23 wrote: 21 Feb 2024, 16:40 [...]
What are the green things with what it seems red and black buttons on your control board?
Looks like buttons to control rail switches to direct a train to a different section of the track.
Marklin has them in blue with red and green buttons (at least those old ones I had)
by TD-er
21 Feb 2024, 17:07
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

@bidrohini Maybe best to not mention "eCO2" as a feature as it is confusing to say the least. I would rather call it a misleading unit of measure as it implies something to do with CO2. But it doesn't. Those VOC sensors measure volatile organic compounds and it is really hard to distinguis...
by TD-er
21 Feb 2024, 11:12
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 5961

Re: hitachi air conditioning control with easyesp

What Ton tried to explain is that in PlatformIO you have several build environments. In VS Code you can see this on the left panel when you select this alien-like symbol. There are several build envs like "custom_274_ESP8266_4M1M" etc. A few of those have "IR" in their env name l...
by TD-er
20 Feb 2024, 23:29
Forum: ESP Easy: Software
Topic: several PZEM004T to esp or just one
Replies: 2
Views: 182

Re: several PZEM004T to esp or just one

Well as far as I know is this a modbus sensor. So in theory you can have multiple connected to the same serial bus and each should be assigned an unique modbus address. However I don't know for sure is the ESPEasy implementation of it does address the sensor at its specific address (or the standard ...
by TD-er
20 Feb 2024, 15:02
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 662

Re: why did this esp reboot

Yep, if you're sending to a controller that requires network, then a bad WiFi signal can cause these crashes.

I've seen that DNS lookups are prone to causing crashes when those fail.
by TD-er
20 Feb 2024, 14:35
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 662

Re: why did this esp reboot

What kind of task do you have running at position 3 and 4? Which build are you running? (exact filename, see sysinfo page) The reason I'm asking about task 3 and 4 is that this decoded message had once a one-off "bug" so depending on the build it could mean task #3 or #4 :) Anyway the Exte...
by TD-er
20 Feb 2024, 11:33
Forum: ESP Easy: Software
Topic: seeking a rule daytime light curve on aquarium
Replies: 2
Views: 125

Re: seeking a rule daytime light curve on aquarium

Have you looked at the sysvars page? (tools->System Variables button) On there you can see %sunset% and %sunrise%, but also variants like %sunset-1h% and %sunrise+10m% N.B. for correct sunset/sunrise times, it is important you have your DST & timezone and your GPS position set on the Tools->Adva...
by TD-er
19 Feb 2024, 01:04
Forum: ESP Easy: Software
Topic: Access controller setting from within a rule
Replies: 4
Views: 204

Re: Access controller setting from within a rule

There is no actual planned timeline for SNMP. The most important things for now: (not a specific order) - Home Assistant Auto Discovery - Wifi stability - Matter/Thread support (IPv6 is already working) - Power optimization (and support for power controller chips like AXP2101 as used in M5Stack Core...
by TD-er
18 Feb 2024, 22:25
Forum: ESP Easy: Software
Topic: Access controller setting from within a rule
Replies: 4
Views: 204

Re: Access controller setting from within a rule

I guess this is intended as a for of provisioning? If so then it is possible to trigger via rules to fetch settings files (and even new firmware) from a HTTP server. Not sure if changing core settings of a controller is very practical via rules as it is a good way to get you disconnected as you prob...
by TD-er
17 Feb 2024, 14:39
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

Looks more like solder pads and PCB silkscreen
So no sensor in this revision too...
by TD-er
17 Feb 2024, 14:02
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

Just curious, is there actually a sensor mounted behind the "eye" on the top of the display (when in portrait mode)? (left on the picture)

On the older revisions of those the datasheet and schematics mentioned some presence sensor there, but there was none.
by TD-er
16 Feb 2024, 16:34
Forum: ESP Easy: Hardware
Topic: Eastron SDM 630 Energy
Replies: 105
Views: 89549

Re: Eastron SDM 630 Energy

The data could be corrupted due to wrong ground levels, wrong termination or collisions and if you try long enough even corrupted data can have a matching checksum.
And corrupted communication can let systems crash :)


But glad it was resolved and even more glad it doesn't need any code changes :)
by TD-er
16 Feb 2024, 13:42
Forum: ESP Easy: Hardware
Topic: Eastron SDM 630 Energy
Replies: 105
Views: 89549

Re: Eastron SDM 630 Energy

Which ESPEasy build are you using? Do you have the GND also connected for the RS485 connection? Do you use a terminator resistor or might there be multiple present in your bus (>2) ? Is there a single master or multiple? If multiple, then I think you can better use an ESP32 with "collision dete...
by TD-er
15 Feb 2024, 11:55
Forum: ESP Easy: General Discussion
Topic: ESPEASY Flasching and the first Wifi connection?
Replies: 4
Views: 258

Re: ESPEASY Flasching and the first Wifi connection?

Updated the build on https://td-er.nl/ESPEasy/latest/

N.B. I also updated to the latest flasher software, so it may take slightly longer to detect a board as it tries a bit harder to get the IMPROV string from the board stating any installed firmware.
by TD-er
15 Feb 2024, 11:46
Forum: ESP Easy: General Discussion
Topic: ESPEASY Flasching and the first Wifi connection?
Replies: 4
Views: 258

Re: ESPEASY Flasching and the first Wifi connection?

The platforms for which the same build type is available is listed in [...] Thus if it states your platform in that list then you can select it to be flashed. N.B. In about 10 minutes I will update the build in 'latest' to the new one I just made. So you may need to refresh the page to see today's d...
by TD-er
15 Feb 2024, 10:29
Forum: ESP Easy: General Discussion
Topic: ESPEASY Flasching and the first Wifi connection?
Replies: 4
Views: 258

Re: ESPEASY Flasching and the first Wifi connection?

That's exactly what I am working on right now. (as in literally now at this moment) You can already try yesterday's build: https://td-er.nl/ESPEasy/latest/ Still a problem in that build when you disconnect wifi it might sometimes crash (working on) and switching WiFi off via command ("wifimode,...
by TD-er
15 Feb 2024, 08:20
Forum: ESP Easy: General Discussion
Topic: USB ESP32-S3
Replies: 1
Views: 147

Re: USB ESP32-S3

I'm not sure what you exactly mean?
Do you have problems flashing ESPEasy firmware onto the ESP board?
by TD-er
14 Feb 2024, 16:16
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 5
Views: 250

Re: Hello, and I wrote OOKwiz

What I meant is that some of the supported radio modules hardly do anything themselves other than just outputting "pulses" after mixing down from the tuned frequency. So if it is only registering the time since last pulse and recording it to a pre-allocated array of memory, then it isn't b...
by TD-er
14 Feb 2024, 14:59
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 299

Re: MQTT settings

Maybe Ton can explain this a lot better as he is the one who extended the possibilities of the MQTT import plugin. But I can already try to explain the basics to you so it can already sink in a bit till Ton is back from work :) MQTT is all about publishing messages to a topic and subscribing to topi...
by TD-er
14 Feb 2024, 14:44
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 5
Views: 250

Re: Hello, and I wrote OOKwiz

Welcome Rop :) I've been a long time fan of your projects. (e.g. playing chess on voting machines was hilarious and also clearly making your point) I took a very brief look at the code and I was wondering why you only describe calling a loop() function and not schedule a RTOS task on a core and set ...
by TD-er
14 Feb 2024, 12:55
Forum: RPiEasy: Software
Topic: Rules web editor: Filesize exceeds web editor limit!
Replies: 2
Views: 183

Re: Rules web editor: Filesize exceeds web editor limit!

Nah a while ago we changed from calling a HTTP POST when saving the rules to performing an upload in JavaScript.
This way the ESP doesn't need to keep the rules in memory when saving.

So the limit is no longer a strict limit.
by TD-er
14 Feb 2024, 08:42
Forum: ESP Easy: General Discussion
Topic: Use_Servo support?
Replies: 13
Views: 743

Re: Use_Servo support?

I think your light switch also needs some 3D printed cover :)
by TD-er
13 Feb 2024, 23:29
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

As soon as it is connected to WiFi, you should be able to open the web interface of ESPEasy in your browser. Maybe it is best to start playing around first and trying to toggle some relay via the command line on the tools page. gpio,1,0 // Set GPIO pin 1 to 0 gpio,1,1 // Set GPIO pin 1 to 1 Just ass...
by TD-er
13 Feb 2024, 19:46
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

You can control the relay state via MQTT commands, quite literally how it is described in the "C005" controller documentation I linked. How do you need the relay state to be reported via MQTT? When it changes? I think it is by far the most elegant solution to act on changes via rules and t...
by TD-er
13 Feb 2024, 17:06
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Have a look at the documentation page: https://espeasy.readthedocs.io/en/latest/ESPEasy/FunctionBlocks.html I linked here first the functional blocks overview. In short, you can under "Devices" add some tasks which can generate sample data. This can be sent to a "controller". The...
by TD-er
13 Feb 2024, 16:15
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Did you connect GPIO-0 to GND and then power on the ESP01S board?
Did you select a build made for ESP8266?
Did you select a build for 1M flash size?
by TD-er
13 Feb 2024, 15:04
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Ah found one block, if you still have the same IP, it should now work.
by TD-er
13 Feb 2024, 14:58
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Are you using some TOR network or VPN?
It is a completely different IP range now and the strange part is, I can't find it in my block list.

There are some dynamic filters active for TOR and VPN network IP ranges, based on hack activity.
by TD-er
13 Feb 2024, 14:20
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Hmm I don't see any of those in my block list. Lots starting with 188. Anyway based on the time you posted your message I could see some attempts in the error.log file and removed those from my block list. Can you try again to see if the web flasher now works for you? (or at least is accessible) Whe...
by TD-er
13 Feb 2024, 12:41
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

Can you send me the first 2 numbers of your IP-address?
I have setup quite a large IP block list as I have about 3 TByte/month of incoming attack requests.

But quite a lot of IP-blocks have been resold so it might be a bit too course and blocking non-hack attempts too.
by TD-er
12 Feb 2024, 20:36
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

If it starts with such a WiFi network, then I guess you did not successfully flash ESPEasy on the module, did you?
by TD-er
11 Feb 2024, 20:00
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 6373

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

I do seem to be one of the first to add support for it, so there are not a lot of examples out there yet. You need ESP-IDF 5.1 code (latest Espressif/Arduino-esp32 code) Also you really need to call ETH.begin() with the SPI bus as argument. (thus not the function call with the SPI pins as argument) ...
by TD-er
11 Feb 2024, 15:54
Forum: ESP Easy: General Discussion
Topic: Gases Sensors
Replies: 28
Views: 21364

Re: Gases Sensors

Both variants are supported by ESPEasy.

Currently I have ESPEasy running on:
  • ESP8266/ESP8285
  • ESP32
  • ESP32-C2/C3/C6
  • ESP32-S2/S3
by TD-er
10 Feb 2024, 20:40
Forum: ESP Easy: Software
Topic: ESP 01S flashing OK but not connected
Replies: 14
Views: 455

Re: ESP 01S flashing OK but not connected

Maybe you can also try the Espressif Download tool.
by TD-er
10 Feb 2024, 16:17
Forum: ESP Easy: Software
Topic: ESP 01S flashing OK but not connected
Replies: 14
Views: 455

Re: ESP 01S flashing OK but not connected

The ESP01S doesn't have electronics to automatically toggle it to flash mode, so that one needs to have GPIO-0 pulled to GND before power on. The ESP32-C3 can be a bit tricky on some boards indeed. I do have one (received last week), which is just about the cheapest C3 you can find (2 euro) which is...
by TD-er
10 Feb 2024, 12:58
Forum: ESP Easy: General Discussion
Topic: Gases Sensors
Replies: 28
Views: 21364

Re: Gases Sensors

Firmware shouldn't be a problem.
They do have a nice enclosure, which may be hard to DIY
You can 3D print of course, but that will not be as weather proof as this one.
by TD-er
08 Feb 2024, 12:40
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

There is now Chinese NewYear, so I wonder how much delays this may cause.
by TD-er
06 Feb 2024, 22:38
Forum: ESP Easy: Software
Topic: Wemos C3 fw upload
Replies: 13
Views: 803

Re: Wemos C3 fw upload

Without the <>

Code: Select all

taskrun,2
by TD-er
06 Feb 2024, 15:20
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

Nice of them to add this statement.
So you know your setup will probably differ from the "typical aerosol profile" and thus should be taken with a grain of salt (which is also too big for the sensor ;) )
by TD-er
06 Feb 2024, 10:39
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

adampr1 wrote: 06 Feb 2024, 10:03 [...]
PS. Pleas add direct HomeAssistant support (like Tasmota or Esphome) to EspEasy.
;)
You mean the discovery via MQTT?
That's in the pipeline. (no ETA yet)
by TD-er
06 Feb 2024, 10:37
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

About the SEN55 I never used one myself, but I really doubt they actually measure particles over 2.5 micron. None of the affordable dust particle sensors do and all just extrapolate readings for > 2.5 micron. So I still strongly advice to read the docs for PMSx003 as it has a lot of info about readi...
by TD-er
06 Feb 2024, 10:34
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

Ath wrote: 06 Feb 2024, 08:44 [...] after the current project I'm working on I'll probably start to implement that (priorities, priorities...).
Hmm, this coming from mister "I-have-a-dev-window-per-open-Git-checkout"...
That's really new to me that you do projects serialized ;)
by TD-er
05 Feb 2024, 22:29
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

You're welcome.
Just curious, where did you come up with the formula?
And how do you keep the "wet" sensor wet?