Search found 3513 matches

by Ath
07 Mar 2024, 22:07
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25798

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

I still have only a dark grey screen, so it's hard to read if (at all) anything is displayed. I changed the font size to factor 5 with white text on red background. I don't see any change. Hmm, setting GPIO,4,1 to lighten up the backlight (or setting the backlight percentage in the plugin configura...
by Ath
07 Mar 2024, 21:04
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25798

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

Have you tried to put some plain text, or variables from the Tools/System Variables page like %ip% or %sysbuild_filename%, in a few of the Line 1..Line 24 fields? That's the easiest way to put some content on the display 8-)
by Ath
07 Mar 2024, 20:52
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25798

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

plin2 wrote: 07 Mar 2024, 17:21
  • validate if it's a 16MB device and then flash an ESP Mega sketchl
That should be available at the Info page, similar to this:
Screenshot - 07-03-2024 , 20_51_28.png
Screenshot - 07-03-2024 , 20_51_28.png (7.66 KiB) Viewed 1386 times
BTW, this is a screenshot of my (4MB) TTGO T-Display ;)
by Ath
07 Mar 2024, 20:48
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25798

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

... a LilyGO/TTGO T-display (https://de.aliexpress.com/item/1005005970553639.html). This is the exact model you are using? If so, what hardware version you have (should be on the silk-screen somewhere), as LiliGO has a 'habit' of changing some, sometimes crucial, details on newer hardware revision....
by Ath
07 Mar 2024, 13:44
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25798

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

You could check if the BL (Backlight) is actually working (there is usually some extra light visible when peeking behind the lcd), or force the BL pin to on by sending the command gpio,4,1 (the percentage configured is sent using PWM, but manually switching it on should bring it into 'visible' range...
by Ath
04 Mar 2024, 23:24
Forum: ESP Easy: Software
Topic: ESP Easy Ser2net no message in MQTT (P020)
Replies: 64
Views: 10159

Re: ESP Easy Ser2net no message in MQTT (P020)

Hm, can this be a setting on HA side, not retaining messages larger then a specific size? As I've been unable to find something similar in ESPEasy, and as it was me that added the PublishR command, I'm pretty sure there's no special condition for the retain flag not being set for the PublishR comman...
by Ath
04 Mar 2024, 21:04
Forum: ESP Easy: Software
Topic: ESP Easy Ser2net no message in MQTT (P020)
Replies: 64
Views: 10159

Re: ESP Easy Ser2net no message in MQTT (P020)

Thanks for sharing your info and configuration, that'll be helpful to a lot of people. But this remark is unclear to me: however this seems not to work for !serial but does work for other mqtt messages that is publish. I don't see the relation between the PublishR command and !serial, other than to ...
by Ath
03 Mar 2024, 21:19
Forum: ESP Easy: Projects / Applications
Topic: Rules and Dummy Device
Replies: 4
Views: 278

Re: Rules and Dummy Device

Ah, the case with the Dummy plugin is that it doesn't generate events (after the initial event when started) when the Interval is set to 0. So if you need a an event to be generated, you should use another member of the TaskValueSet command family: TaskValueSetAndRun: On remoteSwitch Do TaskValueSet...
by Ath
03 Mar 2024, 13:43
Forum: ESP Easy: Projects / Applications
Topic: Rules and Dummy Device
Replies: 4
Views: 278

Re: Rules and Dummy Device

Furthermore, I want to automatically set the value back to 0. I tried to do this via rules with several options like: on DummySwitch do TaskValueSet 4,1,0 Endon So far, this does not seem to work. Apparently I am not using the right syntax or terms. What am I doing wrong? - Have you seen the "...
by Ath
02 Mar 2024, 23:16
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 48456

Re: USB KVM Switch modify project - 2

On request a Custom build:
ESP_Easy_mega_asuz_custom_IR_ESP8266.zip
(1.13 MiB) Downloaded 54 times
by Ath
02 Mar 2024, 21:50
Forum: ESP Easy: Hardware
Topic: Sparkfun DEV 22924
Replies: 6
Views: 319

Re: Sparkfun DEV 22924

I've added a MAX build for the 8MB and 16 MB Flash models of ESP32-C6 in PR #4997

Can you please these these from the Actions Run
by Ath
02 Mar 2024, 16:54
Forum: ESP Easy: General Discussion
Topic: general question
Replies: 3
Views: 251

Re: general question

You can try to enable the 'Force WiFi B/G' setting on the Tools/Advanced page, that usually fixes issue like these, as those WiFi protocols don't have support for the more modern options of 'go away to a different AP' disconnects, as supported by the WiFi N protocol. If needed you can enable the Acc...
by Ath
02 Mar 2024, 11:04
Forum: ESP Easy: General Discussion
Topic: After old firmware Release 147
Replies: 4
Views: 1453

Re: After old firmware Release 147

Some further investigation suggests that this device does have 1MB flash memory. A more plausible explanation would probably be that the flash chip used in the Sonoff SV is of an incompatible type. The solution for that is the PUYA fix, that is included in some ESP8266 builds. Can you try to install...
by Ath
02 Mar 2024, 10:01
Forum: ESP Easy: General Discussion
Topic: After old firmware Release 147
Replies: 4
Views: 1453

Re: After old firmware Release 147

Most likely your unit only has 512kB of flash storage, and the minimum for ESPEasy has been 1MB flash for over 5 years, as it has become impossible to support units with 512kB flash due to the size of the Arduino framework and the core-features provided by ESPEasy. When buying new ESP devices, you a...
by Ath
27 Feb 2024, 22:22
Forum: ESP Easy: General Discussion
Topic: Button event is issued when you save settings with status reset to 0
Replies: 4
Views: 236

Re: Button event is issued when you save settings with status reset to 0

The Plugin_exit and Plugin_init are indeed the default events and intended behavior, including destroying and restarting the plugin, when saving the settings. Trying to update settings on a running plugin would be way too complex and restarting the plugin should provide a defined starting-point, exc...
by Ath
27 Feb 2024, 21:04
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17492

Re: Support of E-Ink Displays

Hello, I'm looking for using a Waveshare 2,7" screen with a Wemos D1 Mini, I don't find any documentation on PR, for example where cabling SPI signals in GPIO ? Have you got some example to send me ? Thanks in advance, and many thanks for your great job ! The connections on the e-Paper board a...
by Ath
26 Feb 2024, 22:25
Forum: ESP Easy: Hardware
Topic: Display - ST7735 does not work st7735cmd,backlight,1
Replies: 24
Views: 802

Re: Display - ST7735 does not work st7735cmd,backlight,1

There are already a few feature requests registered in the ESPEasy Github repository, requesting similar features for storing the values more permanently, but none have yet been implemented. I don't recall if SD-Card storage was included in that list. more in the direction of FRAM modules or the RTC...
by Ath
26 Feb 2024, 22:07
Forum: ESP Easy: Projects / Applications
Topic: ZPHS01B - Multisensor
Replies: 7
Views: 437

Re: ZPHS01B - Multisensor

Are you planning on ordering such sensor combo, or waiting for ESPEasy to add support first? As said, the price is exceeding my budget, and IMHO, having separately connected (and replaceable) sensors sounds much more appealing to me than this all-in-one, where it is hard to replace a single (broken)...
by Ath
26 Feb 2024, 21:50
Forum: ESP Easy: General Discussion
Topic: ProMiniExtender API doc?
Replies: 1
Views: 130

Re: ProMiniExtender API doc?

Couldn't find any documentation online, but the protocol is rather simple, as it can either turn a pin on or off (command value 1), or output a PWM signal at it (command value 3), followed by a pin number (1 byte) and the low byte and high byte of the value to set (PWM is probably the duty cycle, th...
by Ath
26 Feb 2024, 20:10
Forum: ESP Easy: Projects / Applications
Topic: ZPHS01B - Multisensor
Replies: 7
Views: 437

Re: ZPHS01B - Multisensor

At least the MH-Z19 sensor is already supported by ESPEasy, the other sensors are quite similar to other sensors that are supported already, so not sure if we should add yet another set of gasses sensors :? They don't list prices on that site, and I don't care enough to leave my info to get them, to...
by Ath
26 Feb 2024, 20:00
Forum: ESP Easy: General Discussion
Topic: how to connect esp32 to other device by RS232?
Replies: 13
Views: 1890

Re: how to connect esp32 to other device by RS232?

Can you try to use the SerialProxy plugin (P087) available in the Collection C builds, it works somewhat differently from P020/P044 (these 2 plugins use the same code-base), so maybe it solves your issue.
by Ath
26 Feb 2024, 16:34
Forum: ESP Easy: Software
Topic: Embed css and js files in custom builds?
Replies: 2
Views: 283

Re: Embed css and js files in custom builds?

Convert your CSS and JavaScript files into byte arrays. You can do this manually by converting the contents of each file into a C or C++ array of bytes. Include these byte arrays in your codebase, typically in a separate header file (e.g., custom.h). Please don't post googled or AI-generated answer...
by Ath
26 Feb 2024, 16:26
Forum: ESP Easy: Hardware
Topic: Sparkfun DEV 22924
Replies: 6
Views: 319

Re: Sparkfun DEV 22924

- I hadn't noticed there are also 8MB and 16MB flash configuration of these ESP32-C6 units available (I ordered a couple from Ali for testing ;)) - Most likely the flash configuration for all ESP32 units will be changed to use the Safeboot model (small safe-boot App-partition with minimal ESPEasy, a...
by Ath
26 Feb 2024, 14:56
Forum: ESP Easy: Hardware
Topic: Display - ST7735 does not work st7735cmd,backlight,1
Replies: 24
Views: 802

Re: Display - ST7735 does not work st7735cmd,backlight,1

I go back to "Show files on SD card", but there are no files there again. there is no log file and there is no 1232.bmp file I can't figure out how it works. When using the Back button of your browser the page is not refreshed, you have to either press F5/Ctrl-R or re-open the page from t...
by Ath
26 Feb 2024, 13:08
Forum: ESP Easy: Hardware
Topic: Display - ST7735 does not work st7735cmd,backlight,1
Replies: 24
Views: 802

Re: Display - ST7735 does not work st7735cmd,backlight,1

... How can I find out that the SD card is connected and working? I tried to find it in the documentation: https://espeasy.readthedocs.io/en/latest/search.html?q=SD+card&check_keywords=yes&area=default But I did not find any examples of writing to a CD card. You can use the SD Card filebrow...
by Ath
25 Feb 2024, 20:27
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 440

Re: [Serial Proxy] LoRa gateway for beehive scales

Well, the default behavior is to check the first eventvalue to be numeric, so to be able to handle non-numeric values, the wildcard was introduced. It's documented here , but was already introduced long before that date, probably to accommodate P020 and P044 for handling the RFLINK and P1 data, and ...
by Ath
25 Feb 2024, 19:54
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 440

Re: [Serial Proxy] LoRa gateway for beehive scales

chromo23 wrote: 25 Feb 2024, 17:59 To catch the event you need to use a wildcard:

Code: Select all

on SerialProxy* do
  AsyncEvent,ValueParser=%eventvalue1%
endon
Ah, yes, I'm not using the wildcard often, as most of my units handle only numeric data :?
by Ath
25 Feb 2024, 19:52
Forum: ESP Easy: General Discussion
Topic: UVR61-3 with DL bus
Replies: 4
Views: 239

Re: UVR61-3 with DL bus

Easiest would be to connect the ESP to your computer via USB, and use a Chrome or Edge browser to navigate to https://td-er.nl/ESPEasy/latest/ where the latest pre-release of ESPEasy is available. Then select the CollectionC build, and use the Connect button to get that onto your unit (you can use t...
by Ath
25 Feb 2024, 17:39
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 440

Re: [Serial Proxy] LoRa gateway for beehive scales

Btw: This is helping with this form of regex: https://gitspartv.github.io/lua-patterns/?pattern=((node)%3D(%25d%2B)%3B%3F)((weight)%3D(%25d%2B)%3B%3F)((temp1)%3D(%25-%3F%25d%2B)%3B%3F)((rssi)%3D(%25-%3F%25d%2B)%3B%3F) Hmm, that proves that either the Lua regex parser is quite limited, and/or that s...
by Ath
25 Feb 2024, 17:27
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 440

Re: [Serial Proxy] LoRa gateway for beehive scales

My conclusion. I can filter out whole lines.. great. but other than that i can not see any use for this plugin, since even though the capture filter works as expected i can not make use of it and the event output is always the whole line in case a capture filter is true. So what is this plugin for ...
by Ath
25 Feb 2024, 16:40
Forum: ESP Easy: General Discussion
Topic: UVR61-3 with DL bus
Replies: 4
Views: 239

Re: UVR61-3 with DL bus

That device is supported via plugin P092 Heating - DL-Bus (Technische Alternative), available in the Collection C builds. You'll have to flash that on your unit to be able to use the plugin.
by Ath
25 Feb 2024, 14:32
Forum: ESP Easy: Hardware
Topic: Display - ST7735 does not work st7735cmd,backlight,1
Replies: 24
Views: 802

Re: Display - ST7735 does not work st7735cmd,backlight,1

When using a 4M flash unit, it's way more convenient to use the OTA Update Firmware feature, available at the Tools page of ESPEasy, and it also allows for more features, because it doesn't use the LIMIT_BUILD_SIZE flag for minimizing the code-size, f.e. by brute-forcing FEATURE_SD to Off/Disabled.
by Ath
25 Feb 2024, 10:13
Forum: ESP Easy: Hardware
Topic: Display - ST7735 does not work st7735cmd,backlight,1
Replies: 24
Views: 802

Re: Display - ST7735 does not work st7735cmd,backlight,1

The backlight commands do work as intended, but you have connected the LED pin of the display to 3.3V instead of GPIO-2... :? These kind of displays usually work at a VCC of 3.3V, so connecting it to 5V is probably not the best choice. For SD-card support you have to add #define FEATURE_SD 1 to your...
by Ath
25 Feb 2024, 09:53
Forum: ESP Easy: General Discussion
Topic: ESPEasy and global variables
Replies: 3
Views: 200

Re: ESPEasy and global variables

You have some reading to do: https://espeasy.readthedocs.io/en/lates ... Rules.html
That will help you in creating the solution you have in mind.
by Ath
24 Feb 2024, 22:08
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 440

Re: [Serial Proxy] LoRa gateway for beehive scales

I did some investigation, and have a couple of findings: - The regex dialect used is based on Lua, that has some peculiarities: (I'm probably a bit spoiled with all the regex features available in my day to day used programming languages ;)) - The escape char is '%' instead of the more common '\' - ...
by Ath
24 Feb 2024, 09:59
Forum: ESP Easy: Hardware
Topic: Is it possible for ESPEasy to connect a 4x4 matrix keyboard?
Replies: 6
Views: 303

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

Ah, great you got it working!

Don't know where you got it from, but it may have been squashed somehow during shipping or storage, causing the buttons to get stuck.
by Ath
23 Feb 2024, 21:13
Forum: ESP Easy: Hardware
Topic: Is it possible for ESPEasy to connect a 4x4 matrix keyboard?
Replies: 6
Views: 303

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

You did follow the wiring instructions included in the P061 documentation I presume?
by Ath
23 Feb 2024, 09:01
Forum: RPiEasy: General Discussion
Topic: SendToHTTP ?
Replies: 3
Views: 260

Re: SendToHTTP ?

Most likely the space between the comma and the quote after 80 is unexpected (just guessing, btw)
by Ath
21 Feb 2024, 16:04
Forum: ESP Easy: General Discussion
Topic: In the Device list, "Keypad - PCF8574 / MCP23017 / PCA8575" is missing
Replies: 2
Views: 204

Re: In the Device list, "Keypad - PCF8574 / MCP23017 / PCA8575" is missing

The list of plugins in the documentation shows that this plugin is included in any Collection build. You can upgrade your Normal build to Collection (select what fits best from the Collection A..G plugins), as long as you pick the same ESP architecture (ESP8266, ESP32, ESP32S3 etc.) and flash-layout...
by Ath
21 Feb 2024, 11:30
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 7781

Re: hitachi air conditioning control with easyesp

No, the .py file is to be an alternative for Custom.h (mind the uppercase C), the CustomIR.h only defines the enabled/disabled IR protocols, and uses CustomIR-sample.h as a default if CustomIR.h is not found.
by Ath
21 Feb 2024, 09:57
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 7781

Re: hitachi air conditioning control with easyesp

For that CustomIR.h file to be used, you must be build a CustomIR build from the list in PlatformIO. That means you can also control what plugins are to be included, either by working with a Custom.h file (described on the same page I linked), or by adjusting the pre_custom....py file (also explaine...
by Ath
21 Feb 2024, 08:50
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 7781

Re: hitachi air conditioning control with easyesp

The CARRIER_AC84 protocol is added quite recently to the IRremoteESP8266 library, and newer protocols are excluded by default in the ESPEasy ESP8266 IR builds (but not from the ESP32 IR builds). You can create a Custom IR build by copying CustomIR-sample.h to CustomIR.h and commenting out the define...
by Ath
20 Feb 2024, 22:03
Forum: ESP Easy: General Discussion
Topic: Max7219?
Replies: 1
Views: 150

Re: Max7219?

Have you tried the 7dtext," " command, effectively 'spacing' out any content?
by Ath
20 Feb 2024, 20:43
Forum: ESP Easy: General Discussion
Topic: Ender 3D is it possible?
Replies: 2
Views: 190

Re: Ender 3D is it possible?

Can you elaborate a bit on what exact software/version you flashed on your ESP32-S2? As you posted this in the uPyEasy section of the forum, that has been really quiet for the last couple of years...
by Ath
19 Feb 2024, 20:10
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14480

Re: Plugin 095 - TFT

If all you need is a larger font, then you can just change the fontsize by using the commands , documented with f.e. the P116 plugin, and common to all AdafruitGFX_helper-based plugins (P095, P116, P131, P141), they usually have a different (and configurable) command trigger, to make it easier to us...
by Ath
18 Feb 2024, 20:27
Forum: Introduce yourself
Topic: Hi all from Portugal
Replies: 1
Views: 132

Re: Hi all from Portugal

Welcome :)
by Ath
18 Feb 2024, 20:25
Forum: ESP Easy: Software
Topic: Access controller setting from within a rule
Replies: 4
Views: 250

Re: Access controller setting from within a rule

Controller settings are not accessible from rules, at the moment. There has never been a request for that, AFAICS ;) The Controller settings are quite static, so that's probably why nobody thought about requesting that, but I can see why you could need that. I'll think about how that could be implem...
by Ath
17 Feb 2024, 14:57
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 68
Views: 3350

Re: Air Quality unit - which devices are best?

Haven't seen any with a sensor in that spot, and it's not mentioned anywhere in the (sparse) documentation.

No need to keep it clear/open, AFAICS.
by Ath
14 Feb 2024, 21:58
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 358

Re: MQTT settings

Well, using MQTT to transfer data from one ESPEasy unit to another is quite a 'heavy' solution, that can be solved much simpler, that's why I suggested the P2P route. Losing the P2P connection is something to dive deeper into, as that's not supposed to happen, though it's using UDP, a non -guarantee...
by Ath
14 Feb 2024, 21:16
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 358

Re: MQTT settings

Well, the MQTT explanation by TD-er is about as clear as it gets, so there isn't much that I can add there ;) When using Domoticz there is one big gotcha: It's not an MQTT server... MQTT is a server oriented solution, having a central server to store & forward the messages. Most used MQTT server...