Search found 3603 matches

by Ath
27 May 2024, 20:22
Forum: ESP Easy: Projects / Applications
Topic: espEasy - Thingspeak - BME280
Replies: 8
Views: 125

Re: espEasy - Thingspeak - BME280

Guys, first of all thanks for the many replies. Awesome board!!! :twisted: I did update to version: 20240525 normal 4M littleFS ETH [ESP32] but the "old" version isnt the problem. The BME280 was on IDX 0, changing it to 1, like adviced, helped at least with the temperature problem. Now th...
by Ath
27 May 2024, 14:23
Forum: ESP Easy: General Discussion
Topic: check if the mqqt server is present
Replies: 8
Views: 97

Re: check if the mqqt server is present

jgrad wrote: 27 May 2024, 13:08 there is also system variable %ismqtt%
Well, when would you check that variable? You'd have to add some repeating event to check that, so responding to the original event seems more natural and appropriate.
by Ath
26 May 2024, 23:25
Forum: ESP Easy: Projects / Applications
Topic: espEasy - Thingspeak - BME280
Replies: 8
Views: 125

Re: espEasy - Thingspeak - BME280

Hmm, seems the field numbers are limited to 1..8, and a channel has to be specified somewhere, but atm, I don't see how that has to be specified in the api call we use for sending data to Thingspeak.
Will do some more investigation tomorrow.
by Ath
26 May 2024, 23:10
Forum: ESP Easy: Projects / Applications
Topic: espEasy - Thingspeak - BME280
Replies: 8
Views: 125

Re: espEasy - Thingspeak - BME280

Did some digging in the code (never used the Thingspeak controller myself :?), and you have to set an offset for the field number to use in the IDX field where you enabled the Thingspeak controller for the task. The first IDX/offset to use should be 1, not the default value 0. For any other tasks yo...
by Ath
26 May 2024, 21:59
Forum: ESP Easy: General Discussion
Topic: check if the mqqt server is present
Replies: 8
Views: 97

Re: check if the mqqt server is present

MQTTImport#Disconnected has to do with the MQTT Import plugin P037, and is, sort of, independent from the MQTT#Disconnected event. (IMHO) you can ignore the MQTTImport events for this.
by Ath
26 May 2024, 21:28
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 36
Views: 11846

Re: P092_DLbus UVR42

We even have a wiring suggestion for the UVR42 in the documentation :o https://espeasy.readthedocs.io/en/lates ... uvr42-page
This doesn't have a galvanic separation, but would be the first thing to try 'if all else fails'.
by Ath
26 May 2024, 21:22
Forum: ESP Easy: Software
Topic: Hostname not recognized
Replies: 3
Views: 75

Re: Hostname not recognized

So this problem is solved.. Though not fully understood. :? Well, TD-er already wrote a possible cause above; when using a fixed IP address, the ESP plainly connects to the router, claiming the configured IP-address, not sharing much other information except the (required) MAC address. But when usi...
by Ath
26 May 2024, 21:00
Forum: ESP Easy: Projects / Applications
Topic: espEasy - Thingspeak - BME280
Replies: 8
Views: 125

Re: espEasy - Thingspeak - BME280

Under info it shows me the following: Build:⋄ 20240229 - Mega32 System Libraries:⋄ ESP32 SDK 4.4.6 Git Build:⋄ HEAD_430cc29 Plugin Count:⋄ 48 ["Normal"] Build Origin: GitHub Actions Build Time:⋄ Feb 29 2024 16:18:30 Binary Filename:⋄ ESP_Easy_mega_20240229_normal_ESP32_4M316k Build Platfo...
by Ath
26 May 2024, 20:53
Forum: ESP Easy: General Discussion
Topic: check if the mqqt server is present
Replies: 8
Views: 97

Re: check if the mqqt server is present

For this purpose there are the MQTT#Connected and MQTT#Disconnected events.
When receiving the mqtt#disconnected event you can start any precautious measures needed, and revert them once the server is connected again.
by Ath
26 May 2024, 13:19
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 36
Views: 11846

Re: P092_DLbus UVR42

Again you also have a pulse counter task on the GPIO that's to be used by the DL-bus reader. Can you disable all but 1 task that is trying to use that GPIO, (one of the DL-bus tasks should be the only one enabled), to exclude that as a possible cause of interference? There are, AFAICS, no other repo...
by Ath
26 May 2024, 13:07
Forum: ESP Easy: Projects / Applications
Topic: espEasy - Thingspeak - BME280
Replies: 8
Views: 125

Re: espEasy - Thingspeak - BME280

What exact .bin file did you install on your ESP?
by Ath
25 May 2024, 23:14
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 13
Views: 716

Re: Add new sensor (Ambient Light Sensor - VEML6030)

Hmm, might be a silly question, but you did select the 0x48 address from the combobox, right?
by Ath
25 May 2024, 16:14
Forum: ESP Easy: Software
Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
Replies: 17
Views: 572

Re: NeoPixel-038 not working on ESP32s3 zero or mini boards

Rob73 wrote: 25 May 2024, 14:53 I have the s3 zero module flashed with the latest max firmware.
Can you test using the latest MEGA merge from this Actions run, it has improvements in the Framework that might help with the NeoPixel issue.
by Ath
25 May 2024, 15:07
Forum: ESP Easy: Projects / Applications
Topic: Controlling a Bluetti PowerStation
Replies: 1
Views: 43

Re: Controlling a Bluetti PowerStation

Hmm, are there other ways to communicate with the device than Bluetooth? As ESPEasy doesn't support connections via Bluetooth, atm.
by Ath
24 May 2024, 19:15
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 13
Views: 716

Re: Add new sensor (Ambient Light Sensor - VEML6030)

Can you disconnect all other sensors from your ESP, so only the VEML (not sure what type you use) is connected? Possibly the combined pull-up resistors cause a too low value, so the sensor can't work properly.
I have tested using a VEML7700 myself.
by Ath
22 May 2024, 23:03
Forum: ESP Easy: General Discussion
Topic: Degree shown in DOT-MAtrix 7219
Replies: 9
Views: 554

Re: Degree shown in DOT-MAtrix 7219

@bison00 I did some digging into the library code, and in the default font, despite what's listed in the documentation, the degree symbol is at ascii character 176, so if you use that '░' as a literal character in your rules, you should get the degree displayed (untested, matching hardware is tempor...
by Ath
22 May 2024, 08:21
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

Great :D

I've also ordered a sensor, and expect to get it delivered today or tomorrow, so I'll play with it soon ;)
by Ath
21 May 2024, 16:03
Forum: ESP Easy: General Discussion
Topic: in log calculate unknown token
Replies: 2
Views: 55

Re: in log calculate unknown token

bledad wrote: 21 May 2024, 15:21 in log i've " calculate unknown token "
what's wrong with my script ?
This:

Code: Select all

 Elseif [gr#Power_W] => 400 and [Var#1]= 1 // si w > 400 et var 1 = 1 securite
Should be:

Code: Select all

 Elseif [gr#Power_W] >= 400 and [Var#1]= 1 // si w > 400 et var 1 = 1 securite
by Ath
21 May 2024, 08:21
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

treii28 wrote: 20 May 2024, 23:44 Just curious, why 'Input' and not 'Environment'?
Mostly for lack of a better category. Environment implies it has something to do with our living environment, like temperature, humidity etc. and a water level doesn't do that, IMHO. It is an input-only sensor though...
by Ath
20 May 2024, 21:50
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 56
Views: 1826

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Now I am sure I have the right version of the build you offer to me. Send you this screenshot before I press on Update Firmware. https://i.ibb.co/z4ndvTm/Update.jpg I waited for 15 minutes but the browser does not refresh.. :cry: After a cold reset I still remain in the old version... Strange, mayb...
by Ath
20 May 2024, 20:19
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

The one I tried compiling. Both cases it came back up but I didn't see the 170 in the list of devices when I tried to add a new device. I don't think you pulled the PR to your local system with the commands you listed, the PR is in the pull/5056 pseudo-branch on GH. My workflow for building someone...
by Ath
20 May 2024, 20:08
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

From the zip file downloaded, I tried uploading the *.factory.bin If you upload that via the Web UI, the unit will go into an endless boot-loop... :shock: When updating via the Web UI (Tools/Firmware update) you should update only the 'sketch', the .bin file, that's installed at the 'other' app par...
by Ath
20 May 2024, 19:57
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 56
Views: 1826

Re: Which Bin for flashing ESP32-C3 ETH01 evo

You're still on the original build, you should have a binary dated today, and downloaded from the link I shared above, there is now also an Energy LittleFS build for the ESP32-C3, this download: https://github.com/letscontrolit/ESPEasy/actions/runs/9160400873/artifacts/1519579985 Edit: As said, the ...
by Ath
20 May 2024, 19:52
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

treii28 wrote: 20 May 2024, 19:49 I tried uploading the one you sent, the device stopped responding. (I'm at work, device is at home)

SW
What exact bin file did you upload previously? (don't see it mentioned in this thread)
by Ath
20 May 2024, 19:51
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

... (the INA219 doesn't seem to want to read current and the BME240 apparently doesn't support humidity. The two I ordered to replace it wouldn't work at all. ... Both the INA219 and BME280/BMP280 (and a lot of other sensors too) are often 'unclearly labeled' by many of the low-cost suppliers (Alie...
by Ath
20 May 2024, 19:43
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 56
Views: 1826

Re: Which Bin for flashing ESP32-C3 ETH01 evo

H Ton, There was no need for that action. The release seems oke to me. The board is running for over 3 days and serves the needed info from the modbus meter over mqtt to Domoticz and Node-Red. That was a change that was on the TODO list anyway, so no better time to start it when someone can make go...
by Ath
20 May 2024, 19:38
Forum: ESP Easy: General Discussion
Topic: mqttimport does not throw an event
Replies: 2
Views: 57

Re: mqttimport does not throw an event

What have you configured in the MQTT Import task? You need to setup the topic(s) you want to import, it won't give you the raw data, as you can (easily) process that using rules.
by Ath
20 May 2024, 19:32
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

can you please test, using a build from this GH Actions run ? OK, in preparation for when it shows up, I have a feeling I'm going to need a little more info to know how to build something off of that. (not a C person and I have a love-hate relationship with git) ... But again don't see P170. So wha...
by Ath
20 May 2024, 17:25
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 56
Views: 1826

Re: Which Bin for flashing ESP32-C3 ETH01 evo

Pieter, I've created a pull request #5057 to switch most LittleFS builds (ESP32 all using IDF 5.1) to include Ethernet support. You can download the (newly added) ESP32c3 Energy LittleFS ETH build from this GH Actions run , that should be usable to upgrade your ETH01 EVO, and include the Eastron plu...
by Ath
20 May 2024, 16:12
Forum: ESP Easy: General Discussion
Topic: Domoticz MQTT Controller - Modify send data
Replies: 1
Views: 43

Re: Domoticz MQTT Controller - Modify send data

Hi,

At the moment this is not possible, but why would you want to do that? Domoticz handles all that data just fine, no reason to leave it out, AFAICS?
by Ath
20 May 2024, 14:15
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

@treii28 I've created Pull request #5056 to add support for the Seeed studio I2C Liquid Level sensor.

Assuming you either own or have ordered such sensor, can you please test, using a build from this GH Actions run?
You can report your findings & remarks here or in the PR.
by Ath
19 May 2024, 20:09
Forum: ESP Easy: Hardware
Topic: ESP32 I2C PINS
Replies: 1
Views: 51

Re: ESP32 I2C PINS

GPIO 34..39 are input-only on ESP32 (Classic)
They even got a special paragraph in the ESPEasy documentation: https://espeasy.readthedocs.io/en/lates ... gpio-34-39 (Scrolling up from there will show you more info on ESP32 GPIO pins)
by Ath
19 May 2024, 17:04
Forum: ESP Easy: Software
Topic: Which Bin for flashing ESP32-C3 ETH01 evo
Replies: 56
Views: 1826

Re: Which Bin for flashing ESP32-C3 ETH01 evo

If you are building your own Custom build, either by using a Custom.h or by modifying pre_custom_esp32.py (that's used for ESP32, ESP32-S2/S3 and ESP32-C3), you have to enable that by defining FEATURE_RULES_EASY_COLOR_CODE to be 1 or true. For ESP8266 in most builds this has been turned off for buil...
by Ath
18 May 2024, 17:04
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 13
Views: 716

Re: Add new sensor (Ambient Light Sensor - VEML6030)

@knighToFdemonS I've created Pull Request #5055 to add support for VEML6030 and VEML7700. I've tested locally using a VEML7700, but don't have a VEML6030 available, so if you have one, please (also) test using that sensor. A build is running from this GH Actions run . Please report your findings her...
by Ath
16 May 2024, 20:27
Forum: ESP Easy: Software
Topic: which firmware / pio settings for Xiao S3?
Replies: 3
Views: 90

Re: which firmware / pio settings for Xiao S3?

Yes, that seems to be the right build for your ESP. No need to change Platformio.ini (to prevent accidental committing that change), you can, from the PlatformIO menu (Alien icon) in VSCode, expand that build (yes, there are quite a few...), and compile it from there. But to make development somewha...
by Ath
16 May 2024, 20:17
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

I've reserved P170 for this plugin, and put it on my name ;)
I'll need you for testing once I've done some coding.
by Ath
15 May 2024, 23:37
Forum: ESP Easy: General Discussion
Topic: serialsend command with 2 serial servers?
Replies: 2
Views: 67

Re: serialsend command with 2 serial servers?

You can achieve that by prefixing the taskname and a period to the command, as documented here

So, use:

Code: Select all

[taskA].serialsend,your_data
[taskB].serialsend,data_for_other_port
Assuming your tasks are named TaskA and TaskB (task names are not case-sensitive)
by Ath
15 May 2024, 23:25
Forum: ESP Easy: General Discussion
Topic: Seeed i2c water level sensor
Replies: 34
Views: 556

Re: Seeed i2c water level sensor

That sensor is using a rather weird technique of 2 I2c addresses to read different parts of the data. Haven't seen that before, this sensor isn't yet supported by ESPEasy. For developing an ESPEasy plugin, there's sort of a standard procedure: - Request a new plugin ID at https://github.com/letscont...
by Ath
15 May 2024, 23:06
Forum: ESP Easy: Software
Topic: Publishing Environment - 1-Wire Temperature Statistics
Replies: 14
Views: 454

Re: Publishing Environment - 1-Wire Temperature Statistics

@antro31 I've changed the argument separator for this plugin from comma to dot (period), so after you update to this GH Actions run, you'll have to update your rules!

So you'd have to use like this: [Pool#sensorstats.1.success]

This will go into the release version, so no reason not to update 8-)
by Ath
14 May 2024, 12:46
Forum: ESP Easy: Software
Topic: Publishing Environment - 1-Wire Temperature Statistics
Replies: 14
Views: 454

Re: Publishing Environment - 1-Wire Temperature Statistics

I was able to fix it sooner than expected, so a GH Actions run is on its way.
Please update and retest.
by Ath
14 May 2024, 09:51
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 40
Views: 6436

Re: Moisture Sensor from BeFlE

I2C Scan should at least list the address, the device names may be excluded, not sure if these names are included in the Custom build. You can enter the found address in the I2C Address field, but I assume you already tried that. Adding a 10k pull-up to 3V3 on both SDA/SCL should fix the pull-up sta...
by Ath
14 May 2024, 09:03
Forum: ESP Easy: Software
Topic: Publishing Environment - 1-Wire Temperature Statistics
Replies: 14
Views: 454

Re: Publishing Environment - 1-Wire Temperature Statistics

Hm, I now see where I made a typo (actually, a copy/paste error) :oops:
Will be able to fix that later today, not near my ESPEasy development system ATM.
by Ath
14 May 2024, 08:38
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 40
Views: 6436

Re: Moisture Sensor from BeFlE

A few questions: - How long are the wires to your sensor? - Do you have pull-up resistors installed on the SDA and SCL lines? - You didn't swap the SDA and SCL wires? (no harm, but won't work) - Was the sensor used by someone else before you got it, and reprogrammed it to I2C Address 0x01? - I assum...
by Ath
14 May 2024, 08:29
Forum: ESP Easy: Software
Topic: Publishing Environment - 1-Wire Temperature Statistics
Replies: 14
Views: 454

Re: Publishing Environment - 1-Wire Temperature Statistics

Ah nope, saw what Ton did: https://github.com/letscontrolit/ESPEasy/pull/5051 A bit strange to use a comma here, as we don't do that anywhere else. Why not a dot, Ton? Well, I did that also in other plugins, like P011 and P087, and in AdafruitGFX_Helper (for all supported Display plugins P095, P096...
by Ath
13 May 2024, 20:57
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 40
Views: 6436

Re: Moisture Sensor from BeFlE

Here's a Custom build with the new P047 - Environment - Soil moisture sensor with support for the BeFlE v3.x hardware
by Ath
13 May 2024, 14:02
Forum: ESP Easy: General Discussion
Topic: accuracy dht22 sensor
Replies: 4
Views: 114

Re: accuracy dht22 sensor

That plugin has the plugin statistics enabled, but that entire feature is disabled for the Collection, Minimal and 1M (like the ESP01S) builds (and other 'bin-size limited' ESP8266 builds)... :shock: When buying new ESP's go for an ESP32 (dual-core, stable workhorse), ESP32-S3 (dual-core, many GPIO'...
by Ath
13 May 2024, 10:59
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 40
Views: 6436

Re: Moisture Sensor from BeFlE

What MQTT Controller?
by Ath
13 May 2024, 09:49
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 40
Views: 6436

Re: Moisture Sensor from BeFlE

Ah, that's because of the limitations for binary size, then the later added sensors (Adafruit and the new BeFlE v3) are excluded :o I'll create a custom build for you, and upload it here later today (I'm not near my ESPEasy development system ATM :?) Are there other plugins required for your build t...