Search found 4007 matches

by Ath
05 Dec 2024, 22:33
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

I noticed that, if the device has two mqtt controllers defined, the device connects to both of them, but publish sensor data only to one. OTOH, what you seem to ask is how to relay data from one MQTT broker to another. Here's a guy that wrote some documentation on that subject: http://www.steves-in...
by Ath
05 Dec 2024, 21:21
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

I noticed that, if the device has two mqtt controllers defined, the device connects to both of them, but publish sensor data only to one. Meantime , accept commands from the disabled mqtt. Interesting... maybe some rule to enable /disable mqtt1 and mqtt2 alternatively , AFAICS, the MQTT Controllers...
by Ath
05 Dec 2024, 21:06
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

bonti69 wrote: 05 Dec 2024, 18:49 Is there a command to enable/ disable the controllers, which can be used in rules?
There are ControllerEnable and ControllerDisable commands, that take a numeric parameter 1..3 for the involved controller.

MQTT commands (from rules) are handled by the first enabled MQTT controller found.
by Ath
05 Dec 2024, 17:21
Forum: ESP Easy: General Discussion
Topic: how set local time on tft7789 using http
Replies: 1
Views: 28

Re: how set local time on tft7789 using http

Check the Tools/System variables page for all % variables you can use, and select the desired time variable. It's helpful to have the Latitude/Longitude set correctly and the offset to GMT (60 minutes), so the ESP clock has the correct time (assuming time is received from 1 node in your P2P network ...
by Ath
05 Dec 2024, 15:24
Forum: ESP Easy: Hardware
Topic: NodeMCU Esp8266 analog input strange values
Replies: 5
Views: 98

Re: NodeMCU Esp8266 analog input strange values

bidrohini wrote: 05 Dec 2024, 14:38 Do you see the same problem if you use the Arduino IDE to read the values?
A complete and resolving answer has already been given, please don't post useless and(/or) redundant replies. :(
by Ath
04 Dec 2024, 21:49
Forum: ESP Easy: General Discussion
Topic: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error
Replies: 23
Views: 401

Re: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error

Is your Ethernet configuration using the default DHCP address assignment, or have you configured a fixed IP, mask and gateway? And can you try the configuration you're not using, just to see if there's any difference?
by Ath
04 Dec 2024, 16:49
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

Not sure how Domoticz sends these commands, but if they are sent in parallel, then it will fail, as the ESP handles only 1 thread, not multiple in parallel. I've sent many commands sequentially from a python script on an RPi to an ESP TFT display (using P095), and that worked as expected (drawing a ...
by Ath
04 Dec 2024, 13:57
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

Each command is processed immediately when sent, commands can not be combined into a single long command-line, but have to be sent separately.
by Ath
04 Dec 2024, 07:41
Forum: ESP Easy: General Discussion
Topic: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error
Replies: 23
Views: 401

Re: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error

Could you also advise me on the best version to use for my ESP32-ETH01? I see options like LittleFS, Solo1... in the filenames, but I’m not sure which one is most suitable for my setup. As you installed a non-LittleFS build it's easiest to again use such build, as the filesystem can not be converte...
by Ath
03 Dec 2024, 22:59
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

OK, ILI9341 240x320px and rotation 270 gives a result colors are wrong but that's not a big deal That could be fixed by selecting the ILI9342 device, as that's a (M5Stack specific) controller using inverted colors. Q: somewhere (can't recall where) it was mentioned how to put text on display via HT...
by Ath
03 Dec 2024, 22:09
Forum: ESP Easy: General Discussion
Topic: VL53L1X sensor Sending Sensor Data via MQTT to Node-RED
Replies: 3
Views: 103

Re: VL53L1X sensor Sending Sensor Data via MQTT to Node-RED

How is your MQTT Controller configured, in ESPEasy?
It looks like you changed the Controller Publish setting to not include the %valname% variable, that is replaced by the Values name for each data item...
by Ath
02 Dec 2024, 23:24
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

middle right is the bought on just search on ali for st7789 and this pops up Please don't expect your search results to match mine, Aliexpress has algorithms to provide each customer the "best experience", and as that's based on our history, there's little chance we see the same. It's als...
by Ath
02 Dec 2024, 22:42
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

Can you provide a link to the exact display(s) you ordered? Maybe there's something specific to them.

You can also try P095 (the ILI9xxx displays), as these displays all are quite closely related.
by Ath
02 Dec 2024, 21:08
Forum: ESP Easy: Software
Topic: Xiao Esp32S3 COM Port beeps nothing happens
Replies: 12
Views: 372

Re: Xiao Esp32S3 COM Port beeps nothing happens

Ah, that's one of the few S3 boards with both 8MB Flash and 8MB PSRAM.
Couldn't find info on the PSRAM connection type (Quad vs Octal mode), but most likely it's Quad, as Octal (OPI) can go into a boot loop when not configured appropriately.
by Ath
02 Dec 2024, 20:58
Forum: ESP Easy: General Discussion
Topic: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error
Replies: 23
Views: 401

Re: Issues with ESP32 ETH01: Cannot Save Rules on Ethernet + Update Error

What exact .bin filename did you install on the unit? When upgrading via OTA (either WiFi or Ethernet), you must upload the .bin file, not the .factory.bin file, that'll cause the 'wrong magic byte' error. If updating via Ethernet won't work, then please use the Web-flasher at https://td-er.nl/ESPEa...
by Ath
02 Dec 2024, 08:12
Forum: ESP Easy: Software
Topic: Xiao Esp32S3 COM Port beeps nothing happens
Replies: 12
Views: 372

Re: Xiao Esp32S3 COM Port beeps nothing happens

The all lowercase "configesp" should be the correct password for the WiFi AP. You can also use the Console option from the web flasher, and issue these commands to connect the unit to your WiFi, once you see the console log: wifissid,<your_wifi_ap> wifikey,<your_wifi_password> save You sho...
by Ath
02 Dec 2024, 08:05
Forum: ESP Easy: Hardware
Topic: Seeed Studio XIAO ESP32C6
Replies: 5
Views: 234

Re: Seeed Studio XIAO ESP32C6

We have support for the C6, so it's very likely it will work.

Using the external antenna is a good idea, you'll probably need to change a 0-ohm resistor on the board to switch from the ceramic antenna, but it will make an optimal location for the antenna much easier.
by Ath
01 Dec 2024, 22:33
Forum: ESP Easy: Software
Topic: Xiao Esp32S3 COM Port beeps nothing happens
Replies: 12
Views: 372

Re: Xiao Esp32S3 COM Port beeps nothing happens

What exact build did you upload to the device? How much flash memory is installed on the board? Does the board have PSRAM installed? You can also use the WebFlasher from https://td-er.nl/ESPEasy/latest/ (requires Chrome or Edge browser) to install a more recent build then available from Github relea...
by Ath
26 Nov 2024, 21:45
Forum: ESP Easy: General Discussion
Topic: Rules, clear line display not working
Replies: 5
Views: 424

Re: Rules, clear line display not working

I did that, but then I also have the " " on ,my tft screen. Not sure what kind of quotes you used, but text containing commas or spaces should be wrapped in a pair of (the same) quotes, either double quotes, single quotes or backticks. To erase your initial message, just put the same amou...
by Ath
26 Nov 2024, 17:12
Forum: ESP Easy: Hardware
Topic: Easy esp will not connected with Itho Box
Replies: 5
Views: 635

Re: Easy esp will not connected with Itho Box

My Itho ventilationbox works with easy esp and Domoticz! Great :D But there some issues: In the log of de itho plugin see the next: 1982531: WD : Uptime 33 ConnectFailures 0 FreeMem 19792 WiFiStatus 3 ESPeasy internal wifi status: Conn. IP Init What means this? That's the WatchDog (WD) log, it's lo...
by Ath
26 Nov 2024, 12:00
Forum: ESP Easy: Software
Topic: Wemos D1 mini after flashen not approachable
Replies: 3
Views: 334

Re: Wemos D1 mini after flashen not approachable

The password for the "Collection F" AP is: configesp
by Ath
26 Nov 2024, 11:59
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

Yep, it's in the Energy builds for 4MB ESP32 units and the MAX builds for ESP32 models with 8MB or 16MB flash.
by Ath
25 Nov 2024, 22:00
Forum: ESP Easy: Projects / Applications
Topic: Rules for SD card
Replies: 6
Views: 519

Re: Rules for SD card

MQTT was just an example ;) To illustrate that multiple controllers can be configured per task.
by Ath
25 Nov 2024, 21:50
Forum: ESP Easy: Projects / Applications
Topic: Rules for SD card
Replies: 6
Views: 519

Re: Rules for SD card

You can configure up to 3 Controllers per task (that's also the max. number of controllers that can be configured...) So values can be sent both to f.e. a MQTT controller and the Cache controller.
by Ath
25 Nov 2024, 21:49
Forum: ESP Easy: Projects / Applications
Topic: Rules for SD card
Replies: 6
Views: 519

Re: Rules for SD card

I don't think that's currently supported by this controller :?
by Ath
25 Nov 2024, 21:27
Forum: ESP Easy: Projects / Applications
Topic: Rules for SD card
Replies: 6
Views: 519

Re: Rules for SD card

Using the Cache controller (C016) you can cache (write) data to storage, but AFAICS, it doesn't explicitly write to the SD card, as you can't select where it writes the data. So by default it will write to the regular file system. To not run out of storage, you can use an ESP32 MAX build (several mo...
by Ath
25 Nov 2024, 19:22
Forum: ESP Easy: General Discussion
Topic: ST7789
Replies: 10
Views: 973

Re: ST7789

taskkill wrote: 25 Nov 2024, 18:57 Is there perhaps a scrolling feature in the device? Does anyone know anything about this?
Does this imply that your display is working now?
by Ath
25 Nov 2024, 16:37
Forum: ESP Easy: Hardware
Topic: Support for Waveshare ESP32-ESP32-LCD Display?
Replies: 12
Views: 4968

Re: Support for Waveshare ESP32-ESP32-LCD Display?

Most likely you can use the ILI9488 display, as long as it's using a regular SPI interface (4-wire). Some of these boards have an 8-bit parallel interface, and that's not supported by ESPEasy. Those 8-bit interfaces are more common on ESP32-S3 units, not (often) on ESP32-Classic.
by Ath
25 Nov 2024, 11:39
Forum: ESP Easy: General Discussion
Topic: ST7789
Replies: 10
Views: 973

Re: ST7789

Ath wrote: 23 Nov 2024, 09:18 AFAIK, MISO should be configured, even when not used, to satisfy the SPI-validity check
taskkill wrote: 25 Nov 2024, 11:33 Without miso, espeasy complains.
Yes, that's what I said, so just select a pin.
by Ath
24 Nov 2024, 21:09
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

Ath - I meant to let you know that the Victron State of Operation "CS" (should be numeric 0-5) field does not come out of the plugin as a numeric Task Value. The value is appended to the topic and the Value is sent a a string "". I've just filtered and sorted it in Node-Red when...
by Ath
24 Nov 2024, 20:56
Forum: ESP Easy: Software
Topic: Weather station esp8266
Replies: 5
Views: 505

Re: Weather station esp8266

On bmp#Pressure Do If %eventvalue% >1050 Or %eventvalue% <950 SendToHTTP,<user>:<pass>@192.168.1.66,9080,/json.htm?type=command&param=udevice&idx=3&nvalue=0&svalue=%eventvalue% Endif SendToHTTP,<user>:<pass>@192.168.1.66,9080,/json.htm?type=command&param=udevice&idx=4&nv...
by Ath
24 Nov 2024, 13:51
Forum: ESP Easy: Software
Topic: Victron to ESP using SerialProxy plugin
Replies: 181
Views: 14260

Re: Victron to ESP using SerialProxy plugin

I've added a setting to the plugin to only generate events and send data to Controllers when new data has been received since the last Interval/TaskRun. Binaries available from this GH Actions run . (An independent extension to the "[Victron#updated]" value that can be polled from rules.) ...
by Ath
23 Nov 2024, 20:53
Forum: ESP Easy: General Discussion
Topic: Saving in eeprom of device by ESPEasy
Replies: 5
Views: 4492

Re: Saving in eeprom of device by ESPEasy

When using the Level plugin for storing a (1) value, be aware that saving this value often will cause the flash memory to wear out, as the number of writes on flash is limited! A limited form of wear-leveling is implemented in the plugin, by having an Auto-save interval. Depending on how often the v...
by Ath
23 Nov 2024, 09:18
Forum: ESP Easy: General Discussion
Topic: ST7789
Replies: 10
Views: 973

Re: ST7789

AFAIK, MISO should be configured, even when not used, to satisfy the SPI-validity check
by Ath
22 Nov 2024, 21:15
Forum: ESP Easy: Hardware
Topic: Easy esp will not connected with Itho Box
Replies: 5
Views: 635

Re: Easy esp will not connected with Itho Box

First I unplug the Itho box, wait 15 sec, plug the Itho box and within 2 minutes I send in my browser the command: http://YourIP-adres/control?cmd=STATE,1111 Hmm, 15 seconds is quite short, I recall I had to leave it unplugged for over a minute (maybe even 2) before I could connect with the CC1101 ...
by Ath
22 Nov 2024, 15:39
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

The VCC connection on the ESP side, (red wire) is that on 3.3V or 5V? As it should be 3.3V. (maybe the pin next to D4?)
by Ath
22 Nov 2024, 08:20
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

Hm, I've not been very careful with the displays I tested, so they seem quite robust, but it's electronics, so it can be easily damaged.
by Ath
21 Nov 2024, 23:04
Forum: ESP Easy: Hardware
Topic: choosing the right GPIO
Replies: 13
Views: 1412

Re: choosing the right GPIO

The pull-up resistor should be from 3.3V to GPIO-0, not from GND, as keeping GPIO-0 to GND will boot it into flash-mode, instead of run mode. :o
by Ath
21 Nov 2024, 22:34
Forum: ESP Easy: Hardware
Topic: choosing the right GPIO
Replies: 13
Views: 1412

Re: choosing the right GPIO

giorgino wrote: 21 Nov 2024, 22:13 About the resistor between GPIO 0 and GND: I don't have any GPIO-0, I start from 1
Your schematics show GPIO0 between GPIO35 and GPIO45... (close to the BOOT button on the board-image)
by Ath
21 Nov 2024, 22:27
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

After startup the load is usually quite high for a couple of seconds (up to a minute, usually), that's normal. Text should display on startup if the plugin is enabled. You can re-display it either by setting an Interval > 0 or sending a "taskrun,test" command (the task is named test in you...
by Ath
21 Nov 2024, 21:30
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

Once I start the log I see something new (although for me). The log starts with the info of all other ESP's which are online. That's a new feature, introduced a few months ago, so you can detect from rules if a specific ESP is available in the P2P network. I can see backlight is on but nothing to s...
by Ath
20 Nov 2024, 22:35
Forum: ESP Easy: Hardware
Topic: ESP 8266 D1 Mini WLAN Problems?
Replies: 12
Views: 1334

Re: ESP 8266 D1 Mini WLAN Problems?

Should i switch to 802.11g and "Send with Max TX Power" on all my ESPs? If it's needed to get a stable connection, then enable that. If it currently works as intended, and without failures, there's no need to enable these settings. Most likely the new ESP either has a bad antenna, or the ...
by Ath
20 Nov 2024, 21:02
Forum: ESP Easy: General Discussion
Topic: Display recommendations please
Replies: 6
Views: 1513

Re: Display recommendations please

You already identified the biggest challenge: Make it look like a professional display ;) Best results can probably be achieved by finding or designing a housing that can be 3D printed, so you can include mounts to install the display, see these recent examples: Milkmate or this environment monitor ...
by Ath
20 Nov 2024, 20:34
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

You also have to select an available GPIO for the CS and DC connections for the display in the Device configuration (and connect those to the display, of course). DC = Data/Command, to select the data or command mode when controlling the display. You can also, optionally, select a GPIO for RES (Rese...
by Ath
18 Nov 2024, 22:24
Forum: ESP Easy: General Discussion
Topic: Well darn it - it must be child-proof!
Replies: 6
Views: 892

Re: Well darn it - it must be child-proof!

The SSD1315 seems to be compatible with the SSD1306 (at least some example code I found was using the ug8l library with the SSD1306 driver, and it's monochrome), but haven't seen such display yet. YMMV.
by Ath
18 Nov 2024, 21:12
Forum: ESP Easy: General Discussion
Topic: Well darn it - it must be child-proof!
Replies: 6
Views: 892

Re: Well darn it - it must be child-proof!

Have you tried swapping the micro-usb cable with another one? Seen too many issues like this just because the cable was wonky... :shock:
by Ath
17 Nov 2024, 21:42
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

MAX requires an ESP32 with 8 or 16 MB Flash, and includes all plugins (supported by ESP32) and has nearly all features enabled (only a few large fonts are excluded for use with the displays)
by Ath
17 Nov 2024, 21:37
Forum: ESP Easy: Hardware
Topic: which built for tft display ST7789
Replies: 28
Views: 1809

Re: which built for tft display ST7789

P116 that supports the ST77xx displays is included in the Display and MAX builds, and can of course be included in a user-defined build using Custom.h
by Ath
17 Nov 2024, 17:01
Forum: ESP Easy: Software
Topic: Esp32-s3 wifi issues and reboots with latest build
Replies: 21
Views: 2324

Re: Esp32-s3 wifi issues and reboots with latest build

@chromo23 The actual available PSRAM info is in the Memory section, not the ESP Board section :? The number listed here is what's encoded in the chip type, not what's actually available. (I have an S3 board that's supposed to have 8MB PSRAM according to the chip info, but only 5832704 byte is detect...