Search found 3418 matches

by Ath
28 Mar 2024, 22:38
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 5
Views: 58

Re: how use "ProMiniExtender" for "Switch input" ?

That 74HC165 has the same limitation as the ProMiniExtender, it has to be polled to get a state, and the fasted polling frequency is once per second. I've been looking at the code of P011 (Pro Mini Extender) and it seems not too hard to add another selection in the options for "Input (switch)&q...
by Ath
28 Mar 2024, 12:13
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 5
Views: 58

Re: how use "ProMiniExtender" for "Switch input" ?

Changing the plugin to detect an input change would require for ESPEasy to poll the state of the configured pin when set for input, but currently that's not available, other than the regular interval, and the smallest Interval rate available is once per second, which is probably too slow. I'll put t...
by Ath
28 Mar 2024, 08:08
Forum: ESP Easy: General Discussion
Topic: notifications tab missing in collection c esp8266
Replies: 2
Views: 26

Re: notifications tab missing in collection c esp8266

Well, that's actually a bug. The bug being that the plugins are included in those builds, because for size-reasons, they should have been *excluded* long ago. I'll fix that, and while it will make life for some users somewhat more complicated as they may need to create a Custom build, it will solve ...
by Ath
27 Mar 2024, 10:36
Forum: ESP Easy: Software
Topic: Custom FW
Replies: 1
Views: 37

Re: Custom FW

Well, as INA219 is in the Normal set, you can pick the Collection F build where SHT4x is included, as that also includes the Normal plugin set :D
by Ath
26 Mar 2024, 22:46
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 5
Views: 58

Re: how use "ProMiniExtender" for "Switch input" ?

We have some documentation in the old Wiki that's not yet migrated to ReadTheDocs, but quite elaborately describes how the ProMiniExtender can be used: https://www.letscontrolit.com/wiki/index.php?title=ProMiniExtender but it can also be used as an input device where it will return a state value of ...
by Ath
26 Mar 2024, 22:13
Forum: ESP Easy: Projects / Applications
Topic: KY-037 KY-038 sound sensor for traffic counting
Replies: 5
Views: 79

Re: KY-037 KY-038 sound sensor for traffic counting

I'm not sure if sound is the best way of counting traffic, as modern electric cars hardly make any sound, other than some continuous 'whine', that can easily be mistaken for background noise. For the digital counting, I assume you already set some threshold using the potentiometer on the sensor, so ...
by Ath
26 Mar 2024, 14:43
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

Using the OLed Framed plugin ( P036 ) you can present multiple pages (frames) of information, that's still quite readable when using 2 or 3 lines per page. It has the time-out setting, and you can wake, and manually page (configurable), using a single push-button. Date & Time can be part of the ...
by Ath
26 Mar 2024, 09:10
Forum: ESP Easy: General Discussion
Topic: Plugin 64, APDS 9960, which "Collection"?
Replies: 9
Views: 97

Re: Plugin 64, APDS 9960, which "Collection"?

oisisi wrote: 26 Mar 2024, 07:07 The lesson I learned is that I2C modules can be discovered even without the GND pin being connected.
I've even seen a sensor being recognized with SCL and SDA swapped... :shock: (but most don't)
by Ath
25 Mar 2024, 22:43
Forum: ESP Easy: Software
Topic: Value checking in Rules sometines don't work
Replies: 4
Views: 63

Re: Value checking in Rules sometines don't work

There's actually another issue with your rules. Once a matching rule is found, rules processing is stopped to (greatly) improve performance. This implies that test2 and later will only be reached if [Dummy#Value] is less than 100. Best way to handle a variable that has to be checked for multiple val...
by Ath
25 Mar 2024, 22:22
Forum: ESP Easy: Software
Topic: Value checking in Rules sometines don't work
Replies: 4
Views: 63

Re: Value checking in Rules sometines don't work

Stef2s wrote: 25 Mar 2024, 21:05 Why aren't Test1, Test2 and Test4 not working ?
That's the difference between using square brackets or not:
- For event handlers do NOT use square brackets
- For variable values to be used DO use square brackets

This is the intended and documented behavior ;)
by Ath
24 Mar 2024, 20:45
Forum: ESP Easy: General Discussion
Topic: Sonoff POW R2
Replies: 5
Views: 103

Re: Sonoff POW R2

Ah, so I'm wrong :oops: The last Release build doesn't have that build included in the 82xx zip file. I'll look into that right away. Here's the last merge-build for the configuration you're using: Bin-ESP8266-hard_SONOFF_POW_4M1M-20240321_PR__8382805334.zip Edit: Did investigate why some files are ...
by Ath
24 Mar 2024, 20:27
Forum: ESP Easy: General Discussion
Topic: Sonoff POW R2
Replies: 5
Views: 103

Re: Sonoff POW R2

The latest release only contains: "ESP_Easy_mega_20240229_hard_other_POW_ESP8285_1M" I have a pow r2, which has an 8266 chip. Currently I'm running: ESP_Easy_mega_20230623_hard_SONOFF_POW_4M1M Is the 8266 version missing from the current release or can I use the 8285 version instead? If y...
by Ath
24 Mar 2024, 17:16
Forum: ESP Easy: General Discussion
Topic: Plugin 64, APDS 9960, which "Collection"?
Replies: 9
Views: 97

Re: Plugin 64, APDS 9960, which "Collection"?

The 'Collection' label implies it is included in ALL Collection builds, A..G. ;)
The same is that all 'Normal' labeled plugins are included in all Collection builds.
by Ath
24 Mar 2024, 15:12
Forum: ESP Easy: General Discussion
Topic: Troubleshooting my wifi connection
Replies: 15
Views: 307

Re: Troubleshooting my wifi connection

a few questions because I studied the pictures on the link: Is POE also functional or is that not softwarerelated? On the back of the board there are marks POE+ and POE- on the board, what to do with them? POE is Power Over Ethernet, and uses some of the unused wires of the UTP cable to transport a...
by Ath
24 Mar 2024, 14:59
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

About 30 minutes ago I opened PR #5010 with exactly this feature 8-)

Build will be ready soon, so you can test already, downloading from this GH Actions run (Github account is required to be able to download, creating an account is free).

Edit: Updated GH Actions run link
by Ath
23 Mar 2024, 20:39
Forum: ESP Easy: Software
Topic: Add new sensor (Adafruit STEMMA Soil Sensor - I2C)
Replies: 2
Views: 67

Re: Add new sensor (Adafruit STEMMA Soil Sensor - I2C)

I'll see if I can add support for this sensor. We already have the SeeSaw library in use in ESPEasy, so that can be reused for this sensor.
by Ath
23 Mar 2024, 14:33
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

Great that it's now solved.

Wasn't the web-flasher working with the LOG & CONSOLE option? As essentially that's the same as using putty :?:
by Ath
23 Mar 2024, 14:08
Forum: ESP Easy: Software
Topic: Plugin: _P049_MHZ19; set MeasurementRange command disabled?
Replies: 4
Views: 64

Re: Plugin: _P049_MHZ19; set MeasurementRange command disabled?

There is quite an elaborate description in the .cpp file here on how this is supposed to be working, but it seems the documentation has some unclear information, so to avoid confusion, it seems this feature is disabled until it can be thoroughly tested. If you can help here, by enabling the option a...
by Ath
23 Mar 2024, 11:06
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

How exactly is it with those buttons, when to hold and when to release? The left button from USBmicro is "RESET", right button from USBmicro is "BOOT". The "Boot" button will connect GPIO-0 to GND, and "Reset" (often labeled "EN", like in the images...
by Ath
22 Mar 2024, 19:12
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

11. Disconnect GPIO from GND (you could have press and hold the boot button, and reset the device with the en button, after 5 seconds release the boot button...) 12. Remove power from the ESP32 and wait 30 seconds 13. Connect power to the ESP32 14. Wait for the ESPEasy access point to become availab...
by Ath
22 Mar 2024, 15:25
Forum: RPiEasy: General Discussion
Topic: SendToHTTP ?
Replies: 3
Views: 176

Re: SendToHTTP ?

Did (finally :oops:) have a quick look at the RPiEasy sources, and it seems you need to include a / in the url part, and not wrap it in quotes, so this should work:

Code: Select all

SendToHTTP 192.168.55.131,80,/control?cmd=event,furn1
by Ath
22 Mar 2024, 14:51
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

When flashing for the first time, it is recommended to choose firmware that ends with factory.bin When using the Web flasher, that's automatic, and as he's showing the log of a running ESPEasy unit, that's a part of what succeeded already ;) Connecting the unit to WiFi seems to be the hard part, bu...
by Ath
22 Mar 2024, 14:29
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

Ah, I just downloaded that Hercules tool, but this silly tool doesn't send an enter after a command, and also doesn't seem to have an option to do that, so it's rather useless :o As TD-er suggested, please use the web-flasher at https://td-er.nl/ESPEasy/latest from a Chrome or Edge browser (other br...
by Ath
22 Mar 2024, 11:02
Forum: ESP Easy: Software
Topic: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"
Replies: 34
Views: 491

Re: I can't program ESP32 sw:"ESPEasy_mega_20240229_ESP32_binaries"

You should be able to see the ESPEasy accesspoint from your phone, tablet or wifi-equiped computer, when scanning for networks. If not, you can send a few commands to the unit via the terminal program you used, above, these commands should be: wifissid,TheNameOfYourWifiAP wifikey,TheSecretP@$$w0rdOf...
by Ath
21 Mar 2024, 20:16
Forum: ESP Easy: Software
Topic: OLED SSD1306 Special characters
Replies: 5
Views: 72

Re: OLED SSD1306 Special characters

Have you tried to update to the current 20240229 release?
by Ath
21 Mar 2024, 14:35
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

... more then enough 1wire 18B12 I have on stock and ... You can connect up to 4 1-Wire temperature sensors per task, and a total of 32 tasks per ESP32, so you should be fine there too :D And if all have arrived I start printing the front panel to match the TFT as good as possible. Just have to loo...
by Ath
21 Mar 2024, 13:44
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

That display is one of the types that's supported by P116, so that should work just fine. Can't see the exact dimensions, but it should fit within the 50mm space available when mounted in landscape mode. Maybe more important is the depth behind the front, will there be enough space to install the ES...
by Ath
20 Mar 2024, 17:13
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

Such long cables, was that still serial or was it RS485? (or other variants with differential signals) It was the original, old RS232 standard, at + and - 12V signal (effectively 24V :shock:) I know that using link cables > 5m was often an issue while copying data using Norton Commander or laplink ...
by Ath
20 Mar 2024, 14:11
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

So a simple serial connection to the ESP will work? Right? Yes, and that can be rather long (15+ meter), if required, because of the low speed (30+ years ago I used to connect serial terminals at 19200 baud with 80-100 meter cables, but that used +/-12V signals...). When using an UTP cable for this...
by Ath
20 Mar 2024, 13:03
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

As said, that TTGO module with 16 MB flash doesn't allow the display to be removed without breaking it. And a separate OLED display often comes with a connector mounted at 90 degrees, making it at least 2 cm thick in total, without cutting off or de-soldering the connector pins. Also, that same TTGO...
by Ath
20 Mar 2024, 10:41
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 35
Views: 424

Re: Counting time, calculate and display?

A few remarks (not a complete answer :?) - Please use an ESP32 type of unit for your project (either an ESP32 Classic, S3, C3 or C6, the S2 is a bit odd/poorly supported by Arduino, and C2 is hardly cheaper than a C3 but somewhat less capable). If possible, get one with 16MB Flash (Classic, S3 or C6...
by Ath
17 Mar 2024, 22:26
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

I've been able to fix this issue, by adding the 135x240 resolution for the ST7735 driver, as that's what this T-Display unit seems to be using.
This GH Actions run can be used for testing.
by Ath
17 Mar 2024, 20:12
Forum: ESP Easy: General Discussion
Topic: Troubleshooting my wifi connection
Replies: 15
Views: 307

Re: Troubleshooting my wifi connection

Rob73 wrote: 17 Mar 2024, 19:46 I will swap out the adapter and see if there is a change.
Please also replace the cable, just to eliminate a poor quality or corroded connector
by Ath
16 Mar 2024, 19:07
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 47868

Re: USB KVM Switch modify project - 2

You will have to repeat the configuration procedure, as documented in the P2P Controller page.
by Ath
16 Mar 2024, 16:36
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 47868

Re: USB KVM Switch modify project - 2

Found a small bug in the Build configuration, so the wrong python script was used.
This Custom IR build should include the requested plugins: (ESP32 4M316k)
by Ath
16 Mar 2024, 15:01
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 47868

Re: USB KVM Switch modify project - 2

A rebuild for ESP32 with the same requested plugins (and most of the default Custom plugins): (Upload replaced, see below) (ESP32 4M316k) By default, this Custom_IR build also includes Ethernet support. Initially flash with the .factory.bin file at address 0x0 Updates can be installed via OTA (Tools...
by Ath
16 Mar 2024, 13:43
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 47868

Re: USB KVM Switch modify project - 2

Another rebuild of the CustomIR build, now with BUILD_NO_DEBUG enabled, to reduce flash size and memory usage:
ESP_Easy_asuz_20240316_custom_IR_ESP8266_4M1M.zip
(595.68 KiB) Downloaded 13 times
(4M1M build only)
by Ath
15 Mar 2024, 13:36
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

Collection A also includes all plugins from Normal, but with all debug logging and a few features (different per plugin, but not really documented) disabled to make it fit in the limited space.
by Ath
12 Mar 2024, 08:17
Forum: ESP Easy: Software
Topic: about mega-20240229 ernergy build 82* fail dark-mode option
Replies: 1
Views: 126

Re: about mega-20240229 ernergy build 82* fail dark-mode option

No need to investigate ;) For the Climate builds we've had to activate the 'LIMIT_BUILD_SIZE' compile-time option to be able to fit in all current plugins. This causes the Dark-mode code and css to be excluded from the binary. 2024-03-12 07:42:31.659 P1 wifi Electra Gas Water interface: Dismiss inco...
by Ath
11 Mar 2024, 21:21
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project - 2
Replies: 52
Views: 47868

Re: USB KVM Switch modify project - 2

A rebuild of the CustomIR build:
ESP_Easy_asuz_20240311_custom_IR_ESP8266_4M1M.zip
(616.58 KiB) Downloaded 18 times
(4M1M build only)
by Ath
11 Mar 2024, 10:03
Forum: ESP Easy: General Discussion
Topic: Looking for a step by step tutorial for flashing an esp01
Replies: 3
Views: 148

Re: Looking for a step by step tutorial for flashing an esp01

Thanks but where can I find a step by step tutorial ? There are a lot of volunteers that want to keep these devices alive, and one of them posted a sort-of usable YT manual: https://www.youtube.com/watch?v=CHwcwng7Am0 If you can't get that going with the Web flasher as posted by TD-er, then ESPEasy...
by Ath
10 Mar 2024, 20:12
Forum: ESP Easy: General Discussion
Topic: watchdog timer
Replies: 8
Views: 287

Re: watchdog timer

uxhamby wrote: 10 Mar 2024, 20:01 Is this command documented somewhere?
In the commands documentation (scroll down a bit to find the yellow-highlighted command).
by Ath
10 Mar 2024, 17:33
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

I've marked the 4 most likely pcb traces to control the relays.
You can use a multi-meter to track back to what GPIO pin they lead... (when the board is NOT powered on!)
Screenshot - 10-03-2024 , 17_29_46.png
Screenshot - 10-03-2024 , 17_29_46.png (663.29 KiB) Viewed 417 times
by Ath
10 Mar 2024, 16:31
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

Looking at the components on the board, I'd expect the relays to be controlled directly via GPIO pins of the ESP, and that will probably be GPIO-12, 13, 14 and 16. You can test that from the Tools page, sending command gpio,12,1 or gpio,12,0 etc. to switch a relay. The LC-Tech plugin is designed to ...
by Ath
10 Mar 2024, 14:34
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

To avoid having to type or copy a lot of commands to be executed for testing the display, you can put that information in the Line 1 .. Line 24 fields in the configuration. My usual content, depending on the hardware, usually looks something like this: Line 1: ~txc,yellow,blue~~txs,3~ESPEasy Line 2:...
by Ath
10 Mar 2024, 13:02
Forum: ESP Easy: Software
Topic: EspEasy (8266 adc)
Replies: 6
Views: 231

Re: EspEasy (8266 adc)

In your graph I was expecting to see mostly values around 20 degrees, and a couple of 'spikes' around the 400 mark, but it's more the other way around, mostly around 400, and only a few in the 20-range. Not sure what to think of that yet.
by Ath
09 Mar 2024, 20:24
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

NB: I tried all configurations available for ST7789 on my 4MB T-Display unit, and all that changed for me was the display colors, the text was still readable, though in odd/unexpected colors. So I'm quite curious to hear how it works out on your hardware. NB2: I've ordered the device you linked to, ...
by Ath
09 Mar 2024, 18:07
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

I've opened a pull request #5003 that adds some alternative initialization sequences for ST7789 displays, as described in the PR. A build is running for the PR, in this Actions run , where you can download the desired binary for testing, if you are logged in with your (free) GH account (or download ...
by Ath
08 Mar 2024, 21:39
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25439

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

Ah, that's clearing things up a bit. I thought we where exclusively talking about ESPEasy :roll:, but NP. GPIO4 has nothing to do with SPI, it's configured in the plugin to control the backlight intensity for the display. The TFT_eSPI library has been my source for some of the displays we support in...