Search found 3506 matches

by Ath
22 Apr 2024, 23:08
Forum: ESP Easy: General Discussion
Topic: Not possible to save rules, GUI is odd and no log
Replies: 6
Views: 91

Re: Not possible to save rules, GUI is odd and no log

You could make that dependent on a GPIO pin (with a switch connected), so it doesn't 'waste' all that energy keeping the AP active, as that uses more energy, also when not needed, as that remote site you won't be visiting often, I assume ;)
by Ath
22 Apr 2024, 10:57
Forum: ESP Easy: Hardware
Topic: LILYGO T4-S3 ESP32-S3
Replies: 8
Views: 163

Re: LILYGO T4-S3 ESP32-S3

bastler11 wrote: 18 Apr 2024, 11:51 I had a look on this board:

https://www.amazon.de/dp/B0CRYJC3NW/
Have you seen the real-world dimensions of that display? (the images are somewhat misleading, IMHO) It's only 44mm wide, and 56mm high. And with that 480x600 resolution could result in very small text being displayed :shock:
by Ath
21 Apr 2024, 23:26
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 13
Views: 218

Re: Monitoring health of ESP nodes within rules

Can you also add possibility to fetch load of selected node? Well, I wasn't sure if that would be useful, but as you're asking for it I've added it. And I also added the Type column value, both numeric and string-converted, that shows the type of chip in the remote unit (not only ESP's... ;)) A new...
by Ath
21 Apr 2024, 20:38
Forum: ESP Easy: General Discussion
Topic: Not possible to save rules, GUI is odd and no log
Replies: 6
Views: 91

Re: Not possible to save rules, GUI is odd and no log

For uploading files onto the local file system, there is a button "File browser" (near the bottom of the Tools tab), that has an "Upload" button to add files there. The files have to be on the device where you run the webbrowser. There is a little snag in your intended setup: Aft...
by Ath
21 Apr 2024, 20:21
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 68
Views: 3311

Re: Air Quality unit - which devices are best?

The temperature offset seems consistent for this sensor, as I see a similar delta. The intended use of the sensor is for temperature compensation of the measurements, not to supply the ambient temperature value :? when configured for Ikea Vindstyrka, an additional compensation is applied in the code...
by Ath
21 Apr 2024, 17:32
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 13
Views: 218

Re: Monitoring health of ESP nodes within rules

@jgrad I've created pull request #5039 to add the request conversions. The names are somewhat different then requested, as conversions are required to start with "%c_". Quick documentation available in the PR. (Documentation is also updated, and will be deployed on ESPEasy RTD when the PR ...
by Ath
21 Apr 2024, 13:07
Forum: ESP Easy: General Discussion
Topic: Not possible to save rules, GUI is odd and no log
Replies: 6
Views: 91

Re: Not possible to save rules, GUI is odd and no log

It seems your browser doesn't download additional files from the cdn (content delivery network) implying that access to the internet (by the browser) is required, sometimes it's enough to do a forced refresh in the browser, if that won't work, you can also upload the .js and .css files to the filesy...
by Ath
20 Apr 2024, 23:21
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 68
Views: 3311

Re: Air Quality unit - which devices are best?

@localhorst (and others) I've created PR #5038 that a) cleans up the code somewhat, and b) add support for stand-alone use with a Sensirion SEN5x sensor (currently support for SEN54 and SEN55). A build is running in this Actions run I've included the plugin in the Climate and MAX builds. Report any ...
by Ath
20 Apr 2024, 20:16
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

I had in mind that the factory-version will erase all settings.. But that seems not true.. To reset/clear the flash you have to explicitly erase it, either form the Flash Download Tool, the Web Flasher, or by applying the reset command from ESPEasy, but that last one just 'emulates' a wipe by erasi...
by Ath
20 Apr 2024, 20:12
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

The factory.bin includes the bootloader and partitioning data in addition to the sketch (Arduino term), and has to be flashed from address 0x0 on the flash, the non-factory.bin file only includes the sketch, and has to be installed at address 0x10000 (or on the second APP partition, but then the sta...
by Ath
20 Apr 2024, 17:00
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

No progress with uploading the new firmware... After one hour I took off the power. After reboot no sign of live on ethernet of wifi. So I decided to flash by USB2serial again with the ESP_Easy_mega_20240419_custom_ESP32c3_4M316k_LittleFS_CDC_ETH.factory.bin. The SSID showed up but same problem as ...
by Ath
20 Apr 2024, 16:47
Forum: ESP Easy: Software
Topic: IMPROVDEBUG:_168_(invalid) in log
Replies: 4
Views: 67

Re: IMPROVDEBUG:_168_(invalid) in log

The message you have shown is only found in the IMPROV handler, that's why I asked. Most likely you have some unclosed structure, or a missing break somewhere in your code, or are calling some uninitialized class method, that accidentally points somewhere in the IMPROV code :o . The plugin reads a v...
by Ath
19 Apr 2024, 23:19
Forum: ESP Easy: Software
Topic: IMPROVDEBUG:_168_(invalid) in log
Replies: 4
Views: 67

Re: IMPROVDEBUG:_168_(invalid) in log

What does your plugin do to trigger the IMPROV serial handler? Got some 'handle' method that's not bound to a specific class?
by Ath
19 Apr 2024, 23:15
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

No problem, you can upgrade via the Firmware Update button on the Tools page, as long as you use the same ESP model (C3), Flash layout (4M316k), Filesystem (LittleFS) and ETH feature. But for the C3 there's no Energy build with those features available... Here's a Custom C3 build that does include t...
by Ath
19 Apr 2024, 21:28
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

The GPIO pins are wired that way, so it's the only way to make it work... For this device you can ignore the warnings.

F.e. GPIO-9 is the pin to pull the device into flash-mode, but in this setup it's used as an output-pin so no issue.
by Ath
19 Apr 2024, 20:59
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Well, you got where you wanted to go :lol: but it took some effort...

Once you connect a few more ESP's you get more experienced, so it will go a bit smoother, we've all been there and done that :roll:
by Ath
19 Apr 2024, 20:18
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Does your browser automatically use https protocol, instead of http ? as https is not (yet) supported by ESPEasy. Euhm, why is port 80..87 blocked on your device? The webserver is available at port 80. Looks like you have some security software running (might be anti-virus or anti-hacking software) ...
by Ath
19 Apr 2024, 15:45
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

How did you upload the binary to the ETH unit, via the Web Flasher or via the Espressif Flash Download tool?
by Ath
18 Apr 2024, 23:15
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 13
Views: 218

Re: Monitoring health of ESP nodes within rules

jgrad wrote: 18 Apr 2024, 20:32 %u_IP%(N)
That's already available, named %c_u2ip%(N,x) where N = unitnr, and x determines what's returned for an empty IP: 1 = "" (empty string), 2 = 0
by Ath
18 Apr 2024, 22:26
Forum: ESP Easy: Software
Topic: Missing DEBUG Option for Weblog
Replies: 5
Views: 108

Re: Missing DEBUG Option for Weblog

I use the Serial plugin. It was useful to see what was sent or received.. to my board .. I assume that's the Serial Server plugin? P020/P044 (Serial Proxy P087 is not included in the Normal builds) AFAICS, that plugin doesn't log the incoming data separately, but you can see most data logged at INF...
by Ath
18 Apr 2024, 21:28
Forum: ESP Easy: Software
Topic: Missing DEBUG Option for Weblog
Replies: 5
Views: 108

Re: Missing DEBUG Option for Weblog

The debug logging has been disabled for ESP8266 Normal builds for a couple of months.

What debug log would you want to see? As not much information in that log level is usable for non-developers :?
by Ath
18 Apr 2024, 20:47
Forum: ESP Easy: Software
Topic: Monitoring health of ESP nodes within rules
Replies: 13
Views: 218

Re: Monitoring health of ESP nodes within rules

jgrad wrote: 18 Apr 2024, 20:32 Values are available in response to http://localhost/json but I dont know how to get this response and parse it within rules.
You can not get the JSON output from rules from the same ESP, and you can't process the resulting (large) json-text.

We'll try to add the functions.
by Ath
18 Apr 2024, 20:44
Forum: ESP Easy: Software
Topic: Missing DEBUG Option for Weblog
Replies: 5
Views: 108

Re: Missing DEBUG Option for Weblog

What exact build have you installed?
by Ath
18 Apr 2024, 14:59
Forum: ESP Easy: Hardware
Topic: LILYGO T4-S3 ESP32-S3
Replies: 8
Views: 163

Re: LILYGO T4-S3 ESP32-S3

One more question: how could I get an information that somebody answers on my question, is there a switch in the settings? If you go to your User Control Panel (dropdown menu top-right, next to your username), Select 'Board Preferences', then 'Edit notification options', you can determine what noti...
by Ath
18 Apr 2024, 11:06
Forum: ESP Easy: Hardware
Topic: LILYGO T4-S3 ESP32-S3
Replies: 8
Views: 163

Re: LILYGO T4-S3 ESP32-S3

What version of that board do you have in mind? There are a couple of different versions, also quite different in price ( $30,- .. $75,- ) ... :o At the moment the display controller in those boards isn't supported (it's not using 'standard' SPI but a 4 or 8 bit parallel connection), but there has b...
by Ath
17 Apr 2024, 20:09
Forum: ESP Easy: Projects / Applications
Topic: YALP (yet another LoRa/LoRaWAN project)
Replies: 5
Views: 156

Re: YALP (yet another LoRa/LoRaWAN project)

That's a great project, and all the implementation details, and decisions you made, make it a very inspiring read. Thanks!
by Ath
14 Apr 2024, 16:20
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

M*I*B wrote: 14 Apr 2024, 16:07 ... forget to ask: Any way to completely disable IPv6 (Stack)???
Currently only as a compile-time option, and it's only enabled in a few builds, f.e. the MAX builds.
Why would that be needed, it is interfering with something?
by Ath
14 Apr 2024, 13:59
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

What exact build are your ESP32-S3 running? If not on the build from https://td-er.nl/espeasy/latest (20240412 or later) you may have issues caused by wonky USBCDC software, that's finally fixed in the latest build (is merged yesterday into "mega")
by Ath
13 Apr 2024, 13:49
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

I'm going to get some sleep. When you're over 60, a day like this is a bit tiring... I can confirm that ;) While you're at it, maybe you can also take a short look at the display-sleep issue. Possibly it's just a small thing why this option is ignored... This part is of bigger importance IMHO, and ...
by Ath
13 Apr 2024, 13:43
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 36
Views: 658

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Was considering: why are there not so many GPIO-pins available on this board? See the picture above. The ESP32-C3 doesn't have that many GPIO pins, and a couple are directly wired to the Ethernet chip it seems (they are partly for SPI, so these could have been external as well for other SPI devices...
by Ath
12 Apr 2024, 21:53
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 525

Re: pb ESP32 + W5500 lite

That version is not in list of the above link... :? So I think your answer should be No. yes it is: Screenshot - 12-04-2024 , 21_22_25.png I want to use that pcb to read the Eastron SDM630M But that plugin isn't included in the Custom build. Getting that PR local in VSCode, you're able to create a ...
by Ath
12 Apr 2024, 20:53
Forum: ESP Easy: Software
Topic: Sonoff MS01 value
Replies: 3
Views: 100

Re: Sonoff MS01 value

It looks like ESPEasy provides the raw measurement value indeed, but looking at the Tasmota code, where the ESPEasy code is based on, they don't provide a temperature value but 0. Don't know why the raw value is provided here, but I suggest to ignore it, as it isn't useful. The humidity is calculate...
by Ath
12 Apr 2024, 20:28
Forum: ESP Easy: Hardware
Topic: [SOLVED] pb ESP32 + W5500 lite
Replies: 19
Views: 525

Re: pb ESP32 + W5500 lite

PieterS wrote: 12 Apr 2024, 18:49 H Gijs,
Can I use this software also for the ETH01 evo with esp32 C3 and AC energy?
Yes, but you will need another binary, custom_ESP32c3_4M316k_LittleFS_CDC_ETH, as that's the only ESP32c3 build that supports Ethernet hardware.
by Ath
12 Apr 2024, 08:43
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

After installing the level converter, the main problem went away, only periodically appearing colored artifacts remained throughout the field. Great. Those odd artifacts may be caused by general timing issues of the S2, as said, that's not the most stable ESP32 chip :? It is also not clear why ther...
by Ath
12 Apr 2024, 08:21
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

With that configuration it should work as intended, so it probably comes down to some technical (or timing) issue. NB: With this configuration, rotating the display by 90 degrees, can be done by setting "Matrix start-pixel" to "Top/Right", and Rows/Columns mode to "Columns&q...
by Ath
12 Apr 2024, 08:06
Forum: ESP Easy: General Discussion
Topic: Run event via MQTT
Replies: 2
Views: 90

Re: Run event via MQTT

You're close.
But luckily it's all documented, specifically for the Home Assistant controller :D
https://espeasy.readthedocs.io/en/lates ... ing-events
by Ath
11 Apr 2024, 14:27
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

Can you show the configuration settings of your plugin? (a screenshot, as an attachment in the forum, is fine)
by Ath
11 Apr 2024, 11:55
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

Alex P wrote: 11 Apr 2024, 11:32 I need to start simple, install a level matcher.
That, and also check the wiring & soldering from the end of line 4 to the start of line 5, as from line 5 on it's not working as intended.
by Ath
11 Apr 2024, 10:03
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

I think I can add a new variable to the GPS Plugin, providing that Fix value, it seems useful...
by Ath
11 Apr 2024, 08:05
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

I already tried 32x4, I don’t understand how to make 16x8 without cutting and resoldering. I tried to put 32x16 although in fact I have 32x8 and 1 line started working fine for me. It turns out that the second half always does not work when running the line starting from 32x4. Reading back the mess...
by Ath
11 Apr 2024, 08:00
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

M*I*B wrote: 11 Apr 2024, 00:37 How can I check by event or simple by if/then... if NTP are working or not?
There is the %isNTP% variable (no ESPEasy at hand here, better check the System Variables page)
by Ath
10 Apr 2024, 20:13
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

... some hint to lighten the day: :lol: :lol: :lol: 1.: Header line It actually works, apart from the fact that the WLAN symbol cannot be removed or, at best, you can choose one symbol from several (WLAN, BT, GPS, ...). However, this immediately goes wrong if you set "Header" = Date and &...
by Ath
10 Apr 2024, 13:09
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

Without cutting the tape you can still configure it for 32x4 or 16x8, the only thing we want to determine is if your issue is caused by timing or not, so we 'give' it half of the neopixels to control. Then it's less timing-critical.
by Ath
10 Apr 2024, 13:04
Forum: ESP Easy: General Discussion
Topic: How to get the frame number of an oled frame device
Replies: 6
Views: 222

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

1) Can you please use code blocks (the </> button in the toolbar) to wrap rules code in? 2) There is no [Display#Frame] variable . There can be an event Display#Frame=<framenr> if you have enabled that Generate events option (if that's available, else you're out of luck.) But: Have you changed the I...
by Ath
10 Apr 2024, 11:03
Forum: ESP Easy: Software
Topic: NeoPixel Matrix doesn't work correctly
Replies: 29
Views: 595

Re: NeoPixel Matrix doesn't work correctly

How is your matrix configured? Do you have a manually assembled matrix of 32 pixels long, and 8 high, or are you using pre-assembled 8x8 modules?
by Ath
10 Apr 2024, 11:02
Forum: ESP Easy: General Discussion
Topic: How to get the frame number of an oled frame device
Replies: 6
Views: 222

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

Also, the ESPEasy rules syntax is somewhat different from the Tasmota syntax, see the ESPEasy docs on Rules
by Ath
10 Apr 2024, 11:00
Forum: ESP Easy: General Discussion
Topic: How to get the frame number of an oled frame device
Replies: 6
Views: 222

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

The frame should be auto-incremented every Interval seconds as configured in the task. If you leave that on 0 there will be no updates... Once you manually select the desired Frame, using the "oledframedcmd,frame,<framenumber>" command, or automatically update to the next frame, the predef...
by Ath
09 Apr 2024, 20:31
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

M*I*B wrote: 09 Apr 2024, 20:29 On the Board there are an multicolor LED. I think that's a NeoPixel? If so, what is the GPIO for it? I don't find any documentation about this board
Yes, it's usually a NeoPixel, most likely at GPIO 8, though I've also seen boards with an R/G/B led using 3 GPIO pins :shock:
by Ath
09 Apr 2024, 20:30
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

EDIT: Meanwhile I have changed the Display device to "framed" due I need that later on. I also have try to set "Header" to "DATE" and "Header2" to "TIME" and also "Interval" to 2 But I can do what ever I get in mind: The Header-line respec...
by Ath
09 Apr 2024, 20:21
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 147
Views: 2878

Re: Counting time, calculate and display?

Why I don't see a 1 or 0 at the display if I do this at line 2 ... The top 3 values aren't available by those names from the plugin, and the "Fix" value isn't available at all :shock: As an alternative you can add event handlers for GPS#GotFix and GPS#LostFix, and store that state in a Du...