Search found 3506 matches

by Ath
23 Oct 2023, 11:59
Forum: ESP Easy: Software
Topic: Method to import value from Home assistant
Replies: 3
Views: 842

Re: Method to import value from Home assistant

The Mqtt import plugin does not really suits my need for 2 reasons since (if i'm correct) : -the MQTT message has to be published for the plugin to receive its thing (and so, espeasy does not get the value on a fresh boot) -it is said that high-trafic topics will cause quite some load on the ESP an...
by Ath
23 Oct 2023, 08:45
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

Does it change if you enable the Temperature and Dew point options?, does it then f.e. show the Temperature value for Humidity?
by Ath
22 Oct 2023, 22:00
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

Well, I have the Tasmota sources on my computer, 'for reference' :lol: the advantages of open-source software, and much more comfortable to navigate from VSCode ;) Their structure is very different from the ESPEasy structure, but the major difference is indeed that they seem to wait (using delay() c...
by Ath
22 Oct 2023, 21:11
Forum: ESP Easy: Software
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 31
Views: 4466

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

And also be sure to use the correct plugin, there could easily be confusion about either the VL53L 0 X and the VL53L 1 X, but unfortunately they are not compatible with each other (at all!), despite only the minor difference in the device type-name. And on top of that, they both use the same I2C add...
by Ath
22 Oct 2023, 21:05
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

(Thanks for including the screenshots.) Ah, I've now discovered some more errors that need fixing :oops: working on that. From the EZO-HUM documentation you show, and that I've read already, I assumed that all values would be enabled by default, but obviously they aren't. I'm working on reading that...
by Ath
22 Oct 2023, 14:42
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

I've updated the PR, a new build will be available from this GH Actions run in due time.
by Ath
22 Oct 2023, 14:33
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

Seeing the "brown out" message for restart, makes me wonder about the power supply to the EZO board. Why it doesn't show any values is a bit strange, I'll log the read values at INFO level, so you can view it either from the Tools/Log page, or via an USB-Serial connection to the ESP. I do ...
by Ath
22 Oct 2023, 09:58
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

Can you attach those screenshots in the message, (there is an Attachments tab below the edit field), instead of using an external service, as they tend to 'lose' the images in a couple of weeks/months, their pages are littered with ads, and the image is hardly visible because of size reduction that'...
by Ath
21 Oct 2023, 15:34
Forum: ESP Easy: Hardware
Topic: TACxxxx series Modbus Energy meter
Replies: 24
Views: 4946

Re: TACxxxx series Modbus Energy meter

I just compared the modbus protocol of the easton sm120 with the tac1100 , the first 6 register addresses are the same the other 20 parameter addresses are completely different, those 20 other parameters are important for solar installations. Send me the source code of the easton plugin, and i will...
by Ath
20 Oct 2023, 23:32
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

Yes! have two of these sensors hooked up to a Node MCU. I would REALLY appreciate the assistance with this! The EZO-Hum is still available and being sold and supported by atlas scientific. I'll pm you in a day or two for some more details! I've added a PR #4854 that adds (initial) support for the E...
by Ath
20 Oct 2023, 21:25
Forum: ESP Easy: Hardware
Topic: TACxxxx series Modbus Energy meter
Replies: 24
Views: 4946

Re: TACxxxx series Modbus Energy meter

:) this all with just a nano... This part of the forum is about ESPEasy, not about projects on Arduino. ESPEasy is running on ESP8266 and ESP32, ESP32s2, ESp32c3 and ESP32s3 boards (at this moment, will be extended to newer ESP MCUs in the future), and a plugin based system, that can connect device...
by Ath
20 Oct 2023, 13:45
Forum: ESP Easy: General Discussion
Topic: MQ-2 Gas Sensor - Espeasy
Replies: 1
Views: 829

Re: MQ-2 Gas Sensor - Espeasy

We have P145 - Gases - MQxxx (MQ135 CO2, MQ3 Alcohol) available in Collection F builds, that supports the MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8 and MQ135 sensors. They seem to be connected to the Analog input of the ESP (haven't used these myself), but this implies that connecting the sensor should be r...
by Ath
20 Oct 2023, 08:44
Forum: ESP Easy: Projects / Applications
Topic: Proximity-based relay control to unlock a car using BLE or UWB beacon (like AirTag)?
Replies: 7
Views: 1743

Re: Помощь

Может ли кто-нибудь подсказать, как правильно разместить вопрос по нужной теме и получить помощь? Google Translated to English: Can anyone tell me how to correctly post a question on the right topic and get help? 1) Please ask your questions in English, that's the common language here. (Google Tran...
by Ath
19 Oct 2023, 15:35
Forum: ESP Easy: Hardware
Topic: TACxxxx series Modbus Energy meter
Replies: 24
Views: 4946

Re: TACxxxx series Modbus Energy meter

Can you wrap that in "code" tags (the </> button in the forum editor), to make it more readable?
by Ath
18 Oct 2023, 23:06
Forum: ESP Easy: Software
Topic: command line input for serialsend to rflink
Replies: 8
Views: 12563

Re: command line input for serialsend to rflink

Sending data to a serial port can be achieved by using the Serial Proxy plugin ( P087 ) available in the Collection C builds. This has commands to send either ASCII text-like data, or hex formatted binary data (and a combination of that) to a serial device. I'm not sure how it will behave when using...
by Ath
18 Oct 2023, 22:56
Forum: ESP Easy: General Discussion
Topic: API request via rules
Replies: 5
Views: 970

Re: API request via rules

Since the features you desire aren't available from ESPEasy, and also aren't planned for in the short term plans, you could have a look at Micropython, as that is also available for ESP8266 and ESP32. Micropython has a subset of the Python programming language, and is quite versatile in handling int...
by Ath
18 Oct 2023, 12:57
Forum: ESP Easy: General Discussion
Topic: API request via rules
Replies: 5
Views: 970

Re: API request via rules

Retrieving results from a HTTP service is currently not implemented. If the service that sends the rled/gled events to ESPEasy could append a parameter to that event, like event,gled=<content_of_location_oblast_argument> (that content should not contain spaces or commas, best to replace that by unde...
by Ath
17 Oct 2023, 20:20
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 19510

Re: Atlas Scientific - EZO-HUM

If you have such sensor, and are available for testing, I can have a look at it. I've worked on the code before (though only doing cleanup/minor improvements) and it looks rather doable to add the other available types of sensors (that are still available for purchase, as I'm not quite sure all stil...
by Ath
16 Oct 2023, 16:45
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

Some of those days..., and, look at the calendar, it's a Monday... :shock: :lol:
by Ath
16 Oct 2023, 15:50
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

bledad wrote: 16 Oct 2023, 15:17 yes i've tryed debonce and interval = 0
Well, if all active tasks have Interval = 0 then the Devices page won't be updated at all, so you might be waiting rather long for a change...
by Ath
16 Oct 2023, 15:12
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

Have you tried setting "De-bounce (ms):" to a value of ca. 100 msec?
What is the Interval? When on the default 60 sec. it can take up to 60 seconds before the Devices list is updated (unless there is another active task with a shorter Interval setting)
by Ath
15 Oct 2023, 12:26
Forum: ESP Easy: Projects / Applications
Topic: Another bathroom ventilation project
Replies: 3
Views: 1031

Re: Another bathroom ventilation project

Hello I have a two speed bathroom fan. I want to turn them on depending on the humidity. And it should block from turning on automatically during the night. I put everything together, And it runs so far, but he is running always on level 1. I think something on my script is wrong. Does anyone with ...
by Ath
14 Oct 2023, 10:45
Forum: ESP Easy: General Discussion
Topic: Missing "Notifications" tab in Custom build
Replies: 9
Views: 827

Re: Missing "Notifications" tab in Custom build

You will have to disable the line with '#define NOTIFIER_SET_NONE', or possibly replace with '#define NOTIFIER_SET_STABLE' (test first with commenting the define, if that doesn't work as intended, add the other define)
by Ath
13 Oct 2023, 20:48
Forum: ESP Easy: Projects / Applications
Topic: Access to Domoticz_2023.2
Replies: 34
Views: 11952

Re: Access to Domoticz_2023.2

Bluesea wrote: 13 Oct 2023, 20:02 Hello

I had the same here. To disable the API Protection solved the issue.
That's really helpful, and also very easy to fix. Thanks :!:
by Ath
13 Oct 2023, 15:10
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

The plain relay-module seems to demand ~65 mA of current at 5V to switch the relay, but the ESP can only deliver max. ~20 mA for a high/1 output, so that won't work.

Does it work as expected if nothing is connected to the GPIO?
by Ath
13 Oct 2023, 12:04
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

What is connected to that GPIO?
Does it have a pull-up or pull-down resistor or some circuit connected, or configured on the Hardware page?
by Ath
13 Oct 2023, 10:02
Forum: ESP Easy: General Discussion
Topic: gpio14 esp12f always value 0 ??
Replies: 15
Views: 1758

Re: gpio14 esp12f always value 0 ??

In your actual command sent, did you replace the period (.) by a comma (,)?
by Ath
12 Oct 2023, 22:22
Forum: ESP Easy: General Discussion
Topic: Can rules solve this ?
Replies: 5
Views: 1525

Re: Can rules solve this ?

The 5Volt line has some variation which has a effect on the results/accuracy. That's a good start for improvement, as a proper power supply for your unit is also helpful in avoiding issues with WiFi connectivity. Unfortunately I do not understand rules good enough to solve this problem myself. Can ...
by Ath
12 Oct 2023, 17:28
Forum: ESP Easy: General Discussion
Topic: Can rules solve this ?
Replies: 5
Views: 1525

Re: Can rules solve this ?

Including the word 'Volt' in the Formula field will cause issues, using the variable for your Voltage task should help:

Code: Select all

%value%-(0.5*[Voltage#value])
NB: Better not name that task 5Volt, that'll be very confusing for the rules parser :?
by Ath
12 Oct 2023, 15:05
Forum: ESP Easy: Software
Topic: ping plugin
Replies: 13
Views: 2652

Re: ping plugin

There is no limit, other than the max. value allowed in such a variable (theoretically 3.4028237 × 10^38 :shock:), but you will get an event generated every interval with the last stored value. You can reset that using the "pingset,<new_value>" command.
by Ath
12 Oct 2023, 12:54
Forum: ESP Easy: Software
Topic: ping plugin
Replies: 13
Views: 2652

Re: ping plugin

The ping plugin is available in all Collection builds, except for ESP32, as the underlying code is explicit for ESP8266, and not compatible with ESP32. Some experiments have been done on getting this to work as intended, but have not been successful/stable yet. A lot of work is currently going into ...
by Ath
11 Oct 2023, 13:22
Forum: Introduce yourself
Topic: Hi, Hello
Replies: 2
Views: 1131

Re: Hi, Hello

Welcome :)
by Ath
09 Oct 2023, 10:13
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 6754

Re: Automatic backup of settings and rules?

Andrew Mamohin wrote: 09 Oct 2023, 10:05 Has PR #4777 not yet been implemented?
The latest available build with that feature is available from this GH Actions run, so you could help with testing that feature :D
by Ath
09 Oct 2023, 10:07
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 6754

Re: Automatic backup of settings and rules?

Andrew Mamohin wrote: 09 Oct 2023, 10:05 The script does not backup settings and rules. I'm not interested in updating the firmware.
A later version of the script, in one of the comments, does include that backup feature AFAICS, you can extend that to include rules1.txt .. rules4.txt.
by Ath
09 Oct 2023, 09:07
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 6754

Re: Automatic backup of settings and rules?

There are several scripts floating around for doing that, f.e.: This GH Issue thread suggests a script for updating, but also backing up, a series of ESPEasy units. I'm sure you can use that as an inspiration/starting point. And next to that I've created PR #4777 to backup all configuration, or all ...
by Ath
09 Oct 2023, 08:57
Forum: ESP Easy: Software
Topic: Rules: "if %ssid% = my_ssid" doesn't works ?
Replies: 2
Views: 4152

Re: Rules: "if %ssid% = my_ssid" doesn't works ?

Rules don't yet support string comparisons, unfortunately, but you could do something like this:

Code: Select all

on WiFi#Connected do
  ASyncEvent,WiFi#%ssid%
endon
on WiFi#my_ssid do
 GPIO,1,0 // On
endon
on WiFi#other_ssid do
 GPIO,1,1 // Off?
endon
on WiFi#Disconnected do
  GPIO,1,1 // Off?
endon
by Ath
08 Oct 2023, 18:58
Forum: ESP Easy: General Discussion
Topic: ESP Easy + Home assistant + MQTT auto discovery
Replies: 10
Views: 2283

Re: ESP Easy + Home assistant + MQTT auto discovery

It looks like every MQTT server has their own topic prefix for auto-discovery, and the Homie controller uses 'homie', not 'homeassistant' :shock: I'll see if I can pull this out of the Homie controller, and make it more generic, but no ETA yet, have quite a few tasks on my plate already, and this is...
by Ath
08 Oct 2023, 11:09
Forum: ESP Easy: Projects / Applications
Topic: Access to Domoticz_2023.2
Replies: 34
Views: 11952

Re: Access to Domoticz_2023.2

Again/still there is a HTTP 401 error, meaning "not authorized". Seems you have some Username/Password set in your ESPEasy Domoticz Controller configuration, as that information is only included if it is set. According to your SendToHTTP example, you don't need that so it should (also) be ...
by Ath
07 Oct 2023, 21:58
Forum: ESP Easy: Hardware
Topic: Display temp from my ds18b20 in browser
Replies: 7
Views: 1345

Re: Display temp from my ds18b20 in browser

Depends on how you want to use the data from ESP, as it is also available in json format, or csv, from the /json and /csv paths on your ESPEasy unit. Controllers can be configured to use any IP address or hostname, its just that HTTPS is not supported (yet). There are MQTT servers available for free...
by Ath
05 Oct 2023, 22:18
Forum: ESP Easy: General Discussion
Topic: ESP Easy + Home assistant + MQTT auto discovery
Replies: 10
Views: 2283

Re: ESP Easy + Home assistant + MQTT auto discovery

Ah, just checked, it's the Homie controller (C014, available in Collection builds) that will send auto-discover data at controller activation. (Not sure if that's the correct way how 'Auto Discovery' should work, but it might help...) You could try that controller, using the Home Assistant topics, t...
by Ath
05 Oct 2023, 11:43
Forum: ESP Easy: General Discussion
Topic: Controler settigs
Replies: 3
Views: 822

Re: Controler settigs

The settings in the Device tab will not get deactivated if the Controller is inactive, to allow configuration per device without activating the controller. Currently the Controller name is shown, but I'll add the state (inactive/active) there too, that might be helpful.
This is by design/not an error.
by Ath
04 Oct 2023, 22:18
Forum: ESP Easy: Hardware
Topic: display NEXTION vs ILI9341 touch
Replies: 3
Views: 1000

Re: display NEXTION vs ILI9341 touch

and what about this: can the Nextion reduce backlight, and go in sleep mode? what about current absortion? ? A quick google query brought me here: https://unofficialnextion.com/t/dimming-the-display-automatically/1072 For power consumption you can check the manual, I'd expect it to be documented th...
by Ath
04 Oct 2023, 22:12
Forum: ESP Easy: General Discussion
Topic: ser2net little trouble
Replies: 15
Views: 2276

Re: ser2net little trouble

Please this doesn't work as i tought... ... without difference form serial0 or serial1 where am I wrong? Build: ESP_Easy_mega_20230822_display_ESP32_4M316k Aug 22 2023 The PR isn't yet merged into a release of ESPEasy so those 'fancy features' aren't yet available in the regular builds, you can dow...
by Ath
04 Oct 2023, 19:56
Forum: ESP Easy: General Discussion
Topic: ESP Easy + Home assistant + MQTT auto discovery
Replies: 10
Views: 2283

Re: ESP Easy + Home assistant + MQTT auto discovery

Possibly the Actions run was already unavailable, I've started a new run here. You'll need to be logged in with your Github account to be able to download these artifacts.
by Ath
04 Oct 2023, 12:05
Forum: ESP Easy: General Discussion
Topic: ESP Easy + Home assistant + MQTT auto discovery
Replies: 10
Views: 2283

Re: ESP Easy + Home assistant + MQTT auto discovery

I did some work on the MQTT plugins in PR #4770 , mostly to move out the /cmd and /set endpoint handling as a generic feature for all MQTT plugins, that also slightly touches the Autodiscovery, but haven't been able to actually test how it works as I'm not running OpenHAB/HA (yet) :oops: You could t...
by Ath
03 Oct 2023, 21:14
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 26
Views: 4433

Re: Moisture Sensor from BeFlE

TD-er wrote: 03 Oct 2023, 20:12 If only we had some way to document specific info about plugins...
Fixed that... #4837
by Ath
03 Oct 2023, 15:07
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 26
Views: 4433

Re: Moisture Sensor from BeFlE

That's great :) I'll try to keep that knowledge in memory, but that may be hard :? The I2C address can be chosen freely between 0x01 and 0x7F for this sensor, but when connecting many (> 5) of them you should remove the 10k pull-up resistors from all but 1 board, to avoid overloading the I2C bus wit...
by Ath
02 Oct 2023, 23:14
Forum: ESP Easy: General Discussion
Topic: The Thermosensors plugin does not work
Replies: 7
Views: 4055

Re: The Thermosensors plugin does not work

How is SPI configured?
I assume you've checked the wiring 3 times? (like I usually do if something won't work as expected)
by Ath
02 Oct 2023, 15:56
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2227412

Re: Nextion display plugin

Hi everyone. I have a Nextion , a esp-wroom-02 (with bat 18650 and wt32-eth01 the firmware of esp-wroom-02 is ESP_Easy_mega_20230822_collection_A_ESP8266_4M1M the firmware of wt32-eth01 is ESP_Easy_mega_20230822_collection_A_ESP32_4M316k_ETH.factory I connect Nextion on the same GPIO, on esp-wroom-...
by Ath
01 Oct 2023, 21:11
Forum: ESP Easy: Projects / Applications
Topic: Moisture Sensor from BeFlE
Replies: 26
Views: 4433

Re: Moisture Sensor from BeFlE

Multiple sensors can be configured and work at the same time but I'm not (really) sure if they keep their manually set I2C address, as there doesn't seem to be a 'save' operation available.
That would make restarting the unit after power-loss rather cumbersome.