Search found 95 matches

by Andrew Mamohin
07 Nov 2023, 05:18
Forum: ESP Easy: Software
Topic: MQTT for rules on INA219 gives an error
Replies: 8
Views: 3157

Re: MQTT for rules on INA219 gives an error

May be:

Code: Select all

Publish domoticz/in,'{"idx":207,"nvalue":0,"svalue":"[INA219#V]"}'
by Andrew Mamohin
09 Oct 2023, 15:09
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Re: Automatic backup of settings and rules?

TD-er wrote: 09 Oct 2023, 13:07 As you can see, you can even trigger commands via for example MQTT to update the firmware of a node.
This is all very interesting, thank you!
But I will never update the firmware automatically.
by Andrew Mamohin
09 Oct 2023, 12:56
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Re: Automatic backup of settings and rules?

I made a script to backup my modules (it turns out there are already 12 of them). Now backups are created every night and stored for a month. Thanks for the advice!
by Andrew Mamohin
09 Oct 2023, 10:20
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Re: Automatic backup of settings and rules?

Sorry! This is strange behavior of wget for windows. The correct file is downloaded on the debian server.
Thank you, now I will make an automatic backup, just like I wanted!
by Andrew Mamohin
09 Oct 2023, 10:14
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Re: Automatic backup of settings and rules?

You can just right-click Wow! I didn't know about this possibility. But the config that I saved in this way is different from the config that I uploaded through the button in the web interface. 09.10.2023 11:10 131 275 config.dat 09.10.2023 11:11 131 072 config_ZAL_U45_Build20230508_20231009111120....
by Andrew Mamohin
09 Oct 2023, 10:05
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Re: Automatic backup of settings and rules?

The script does not backup settings and rules. I'm not interested in updating the firmware.
Has PR #4777 not yet been implemented?
Currently there is no URL to download settings and rules?
I would make a script with searching through all addresses myself.
by Andrew Mamohin
09 Oct 2023, 08:20
Forum: ESP Easy: General Discussion
Topic: Automatic backup of settings and rules?
Replies: 12
Views: 5203

Automatic backup of settings and rules?

I have several ESP32 devices with EspEasy firmware. Sometimes I change the settings and rules. And I forget it. I would like to make an automatic copy of settings and rules from all such devices on my server. Maybe someone did this? Is it possible to take settings and rules from EspEasy with a comma...
by Andrew Mamohin
03 Oct 2023, 09:50
Forum: ESP Easy: General Discussion
Topic: The Thermosensors plugin does not work
Replies: 7
Views: 3273

Re: The Thermosensors plugin does not work

TD-er wrote: 03 Oct 2023, 08:52 Can you check this PR when it is ready building?
Yes! This build works. Thank you! You fix bugs amazingly quickly!
by Andrew Mamohin
03 Oct 2023, 07:22
Forum: ESP Easy: General Discussion
Topic: The Thermosensors plugin does not work
Replies: 7
Views: 3273

Re: The Thermosensors plugin does not work

Hi!
Yes, I checked. This device has been working for some time on the firmware 20230822. I tried several times to flash firmware 20230930, but I always get nan.
And now the device works well on 20230822.
Knmp8yM3JZ.jpg
Knmp8yM3JZ.jpg (17.44 KiB) Viewed 3251 times
7vxen4EZOP.jpg
7vxen4EZOP.jpg (10.84 KiB) Viewed 3251 times
by Andrew Mamohin
02 Oct 2023, 18:14
Forum: ESP Easy: General Discussion
Topic: The Thermosensors plugin does not work
Replies: 7
Views: 3273

The Thermosensors plugin does not work

The Thermosensors plugin does not work with the MAX6675 module in version ESP_Easy_mega_20230930 for S2.
The temperature is always equal NAN.
When I flash version 20230822 the plugin works fine.
9BaEAWNEoa.jpg
9BaEAWNEoa.jpg (47.07 KiB) Viewed 3273 times
by Andrew Mamohin
30 Jun 2023, 16:35
Forum: ESP Easy: Software
Topic: ADC values of the ESP32 as a button
Replies: 5
Views: 1834

Re: ADC values of the ESP32 as a button

So you could act on it via rules, but I guess that will be quite unusable as you either need to use very frequent loop timers evaluating the ADC value, or it will be quite slow to act on an input change. And if you use a divisor in the formula, wouldn't it make things easier? For example: %value%/1...
by Andrew Mamohin
28 Jun 2023, 10:23
Forum: ESP Easy: General Discussion
Topic: Clock#Time and several days of the week
Replies: 8
Views: 4307

Re: Clock#Time and several days of the week

TD-er wrote: 28 Jun 2023, 09:53 Better use asyncevent when possible though.
Ok. In which case it is impossible to use AsyncEvent instead of Event?
I want to replace in my rules, but I don't want problems.
by Andrew Mamohin
28 Jun 2023, 08:46
Forum: ESP Easy: General Discussion
Topic: Clock#Time and several days of the week
Replies: 8
Views: 4307

Re: Clock#Time and several days of the week

No, that's not possible, though you can have multiple events with different arguments, and you can create a new event handler that does the specific tasks, and call that from several other event handlers, so there will be minimal code duplication: Of course, I did just that (I provided the code in ...
by Andrew Mamohin
28 Jun 2023, 06:32
Forum: ESP Easy: General Discussion
Topic: Clock#Time and several days of the week
Replies: 8
Views: 4307

Re: Clock#Time and several days of the week

Ath wrote: 27 Jun 2023, 22:31 'Wrk' and 'Wkd' day indicators
Thanks, I'll test tomorrow morning. But, it does not allow you to set the event to an group of any days (for example: Tuesday, Thursday, Saturday).
by Andrew Mamohin
27 Jun 2023, 15:36
Forum: ESP Easy: General Discussion
Topic: Clock#Time and several days of the week
Replies: 8
Views: 4307

Clock#Time and several days of the week

Is it possible to use one event Clock#Time for several days of the week? For example, I need an alarm every working day (excluding Saturday and Sunday). In the cron, it was possible to specify the days of the week 1-5, but here I can only duplicate events? On Clock#Time=Mon,6:30 do event,bb endon On...
by Andrew Mamohin
16 Jun 2023, 15:44
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5631

Re: Import temperature data from Domoticz MQTT not working

Ath wrote: 16 Jun 2023, 13:39 Why not? They should work for the values like any other plugin that supports formulas.
I wrote that in this plugin the formulas do not work for me.
8Sc9rBJyXp.jpg
8Sc9rBJyXp.jpg (8.1 KiB) Viewed 5506 times
by Andrew Mamohin
16 Jun 2023, 13:35
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5631

Re: Import temperature data from Domoticz MQTT not working

Ath wrote: 16 Jun 2023, 09:56 From the documentation (though it may be a bit hard to find :shock:)
Oh, I'm a dunce... Thank you! Everything worked.
And formulas will never work in this plugin?
by Andrew Mamohin
16 Jun 2023, 09:10
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5631

Re: Import temperature data from Domoticz MQTT not working

Is it possible to import such a value?

Code: Select all

svalue: "23.78;52;1"
by Andrew Mamohin
15 Jun 2023, 15:23
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5631

Re: Import temperature data from Domoticz MQTT not working

Wow! Good topic. Remade some of my devices where I used to have to remake MQTT with Node Red. There are two remarks: 1. for some reason in the collection_a there is an old version of the plugin (without "Parse JSON messages"). 2. formulas do not work in this plugin.
by Andrew Mamohin
02 Jun 2023, 11:42
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

Yes, I restarted the board and the port worked!
by Andrew Mamohin
02 Jun 2023, 10:19
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

Yes, we have access now. I have a static IP, so you can only allow it if you don't like other addresses from my network. I flashed a new build! She works! Well done! Thank you! I don't quite understand how COM port works. USB CDC is in the settings, the port opens, but there is no data there. But, I...
by Andrew Mamohin
02 Jun 2023, 09:25
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

TD-er wrote: 02 Jun 2023, 09:08 Could you please test with the latest build, to see if this is still an issue.
https://td-er.nl/ESPEasy/latest/
"Forbidden"
by Andrew Mamohin
05 Apr 2023, 20:59
Forum: ESP Easy: Hardware
Topic: Connecting a Rain Gauge
Replies: 14
Views: 15899

Re: Connecting a Rain Gauge

This is an old thread, but maybe it will be useful for someone. I bought myself a reed switch rain gauge and experimented with it for a while. I achieved good performance without false pulses when I put a non-polar 0.01 microfarad capacitor between the microprocessor pin and the power supply minus. ...
by Andrew Mamohin
28 Mar 2023, 07:50
Forum: ESP Easy: General Discussion
Topic: on Clock#Time=All,**:00 do
Replies: 10
Views: 5139

Re: on Clock#Time=All,**:00 do

Everything works without errors. Thank you very much!
by Andrew Mamohin
27 Mar 2023, 18:10
Forum: ESP Easy: General Discussion
Topic: on Clock#Time=All,**:00 do
Replies: 10
Views: 5139

Re: on Clock#Time=All,**:00 do

TD-er wrote: 27 Mar 2023, 17:35 Can you test the test build for this PR (when it is ready) ?
With pleasure. Where can I get it?
by Andrew Mamohin
26 Mar 2023, 13:02
Forum: ESP Easy: Software
Topic: mega-20221224 and 4 digit LED display
Replies: 18
Views: 4128

Re: mega-20221224 and 4 digit LED display

mackowiakp wrote: 25 Mar 2023, 15:20 On the 4-digit display, the hour in the range 0-9 is displayed with a leading zero.
Strange, because there are two variables (with and without it: %syshour% // %syshour_0%), but you use it without zero.
by Andrew Mamohin
26 Mar 2023, 11:28
Forum: ESP Easy: General Discussion
Topic: on Clock#Time=All,**:00 do
Replies: 10
Views: 5139

Re: on Clock#Time=All,**:00 do

TD-er wrote: 26 Mar 2023, 11:22 As a work-around, you could start a timer at :59
Thanks for the answer! For now, I'll set the event to 01, it's not so critical. I just wanted to show a bug.
by Andrew Mamohin
26 Mar 2023, 11:13
Forum: ESP Easy: General Discussion
Topic: on Clock#Time=All,**:00 do
Replies: 10
Views: 5139

on Clock#Time=All,**:00 do

How can I make an event that runs every hour at exactly 0 minutes? If I put "on Clock#Time=All,**:00 do", then it throws an error: "timeStringToSeconds: '0' --> invalid". The same happens if "Clock#Time=All,**:0". If I put "on Clock#Time=All,**:01 do", then ev...
by Andrew Mamohin
24 Mar 2023, 16:22
Forum: ESP Easy: General Discussion
Topic: The checkbox for the "MQTT Import" plugin turns off on its own!
Replies: 2
Views: 2457

Re: The checkbox for the "MQTT Import" plugin turns off on its own!

TD-er wrote: 23 Mar 2023, 16:18 Those will be turned off when you have had several crashes in a row.
Ohh...
I don't know what to do, put the TaskEnable in rules.
by Andrew Mamohin
23 Mar 2023, 16:02
Forum: ESP Easy: General Discussion
Topic: The checkbox for the "MQTT Import" plugin turns off on its own!
Replies: 2
Views: 2457

The checkbox for the "MQTT Import" plugin turns off on its own!

hwqJOxKswT.jpg
hwqJOxKswT.jpg (10.8 KiB) Viewed 2457 times
This checkbox turns itself off! This happened for the second time in a month. Now I flashed the latest firmware (ESP_Easy_mega_20230306_collection_A_ESP32_4M316k.bin). I will watch further.
by Andrew Mamohin
17 Mar 2023, 10:07
Forum: ESP Easy: Software
Topic: Ping Plugin
Replies: 39
Views: 28402

Re: Ping Plugin

TD-er wrote: 17 Mar 2023, 09:58 So it appears it is explicitly not compiled into ESP32 builds.
Right now I can't tell why it explicitly is turned off for ESP32 builds.
Can I hope this plugin will be included in future builds? Please...
by Andrew Mamohin
17 Mar 2023, 09:38
Forum: ESP Easy: Software
Topic: Ping Plugin
Replies: 39
Views: 28402

Re: Ping Plugin

Tell me, please, in which firmware can I see this plugin?
The list of plugins says: Status: COLLECTION.
In various collection_[A-F] files I didn't find it.
I need for ESP32.
by Andrew Mamohin
13 Mar 2023, 18:23
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

I guess I should also order a few of these boards with PSRAM too when starting to implement support for the USB emulation as described in the issue I linked. Problems occur when trying to use the boards without PSRAM. Тhe boards with PSRAM work fine. But, when buying on Ali, you can randomly buy di...
by Andrew Mamohin
13 Mar 2023, 16:00
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

- Directly to USB, where the ESP does emulate an USB device IMG_20230313_175456.jpg Here are the boards. It's strange, I already flashed them with different firmware, including just from the Arduino IDE, the LED blinked. It seems that WIFI just does not work in any firmware. My friend did the same ...
by Andrew Mamohin
13 Mar 2023, 15:20
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

Re: ESP32-S2 Embedded PSRAM

Ath wrote: 13 Mar 2023, 14:52 I don't own an ESP32s2 board without PSRAM though, so I can't verify.
But I have such a board. My friend has 6 of these boards... :(
What to do? Is it possible to make firmware specifically for such a board? I would test this.
by Andrew Mamohin
13 Mar 2023, 13:59
Forum: ESP Easy: Hardware
Topic: ESP32-S2 Embedded PSRAM
Replies: 20
Views: 9967

ESP32-S2 Embedded PSRAM

I have different ESP32-S2 boards. The difference can be seen with esptool. This is the difference in the availability of PSRAM. esptool.py v4.5.1 Serial port COM41 Connecting... Detecting chip type... Unsupported detection protocol, switching and trying again... Detecting chip type... ESP32-S2 Chip ...
by Andrew Mamohin
20 Feb 2023, 12:17
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 234624

Re: maybe easier to use Dashboard replacement

chromo23 wrote: 20 Feb 2023, 11:42 Regarding you question:
Unfortunately, I can't figure out how I can change this for myself...

Image

Here is my screen fetch.html.gz.
How can I remove unnecessary elements, and display the necessary elements with the necessary description?
by Andrew Mamohin
03 Feb 2023, 16:35
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 234624

Re: maybe easier to use Dashboard replacement

Hi! I read your topic and I realized that this is very difficult for me. Could you write me a file so that it simply shows the values of my kitchen timer in the browser, which is made in ESPEASY? Just: "XX min XX sec", maybe add another button "stop". Minutes and seconds, these a...
by Andrew Mamohin
25 Jan 2023, 14:28
Forum: ESP Easy: Hardware
Topic: DS18b20 does not work
Replies: 7
Views: 4086

Re: DS18b20 does not work

I checked with the new firmware. The sensor is working! Then I cleared the ESP again and flashed ESP_Easy_mega_20221224_collection_A_ESP32_4M316k.factory.bin. The sensor is working! I can assume that some bugs remained in my devices from experiments with Tasmota. I'm sorry to trouble you! But, for ...
by Andrew Mamohin
25 Jan 2023, 12:21
Forum: ESP Easy: Hardware
Topic: DS18b20 does not work
Replies: 7
Views: 4086

Re: DS18b20 does not work

I solved the problem. At first I even stopped the heating boiler to replace the sensor. There is an old version of the espeasy. The new sensor worked on it. Then I connected the old sensor to the new board (I have two of them). He did not work. Then I flashed the new board with the ESP_Easy_mega_20...
by Andrew Mamohin
25 Jan 2023, 10:08
Forum: ESP Easy: Hardware
Topic: DS18b20 does not work
Replies: 7
Views: 4086

Re: DS18b20 does not work

Which build are you using? I am flashing the file ESP_Easy_mega_20221224_collection_A_ESP32_4M316k.factory.bin Of course, I put a resistor. I'll probably have to replace the sensor in some work project. It's not that easy because all these sensors work in my smart home. I think these new sensors ar...
by Andrew Mamohin
25 Jan 2023, 09:28
Forum: ESP Easy: Hardware
Topic: DS18b20 does not work
Replies: 7
Views: 4086

DS18b20 does not work

Hi! I bought once again several different DS18B20 sensors (to-92 and a metal tube). But, not one of them works with EspEasy on ESP32 (I tried three different ESP32). I can't choose the address. Automatic choice also does not work. Earlier, I bought many such sensors and all of them work in me in dif...
by Andrew Mamohin
01 Sep 2021, 18:50
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

Re: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

TD-er wrote: 31 Aug 2021, 20:24 Other things that may cause issues:
Thanks for the advice!
In this case, I do not have such cases, but I will take these tips into account for my other devices (I have a full house of ESP and arduino).
In the meantime, this ESP works well.
by Andrew Mamohin
31 Aug 2021, 07:19
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

Re: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

I used pins 4, 5, 13, 14, 33, 34. I try not to use pins 6-12.
by Andrew Mamohin
30 Aug 2021, 20:44
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

Re: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

I know about pressing these buttons, but I have flashed the modules before (I have several of them working in partnership with domoticz). But, this time I could not turn on the firmware mode for a long time. Probably, the flash memory in this module is damaged. I just soldered the wires from the sen...
by Andrew Mamohin
30 Aug 2021, 18:36
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

Re: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

A miracle, chaotic by pressing the buttons on the ESP32 and in the Flash_Download_Tool program I flashed the module! I had to configure again, I did not save the configuration ... Why did this happen? How can you damage the firmware just soldering any sensors? Or does this module ESP dies and will s...
by Andrew Mamohin
30 Aug 2021, 17:40
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

Re: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

I have tried different files bin. The flash_download_tool program fills nothing in the field "DETECDED INFO". When trying to flash in the console, it writes endlessly "....._____....._____....._____....._____....._____....". The ESP.Easy.Flasher writes to the log: [30.08.2021 15:...
by Andrew Mamohin
30 Aug 2021, 14:50
Forum: ESP Easy: General Discussion
Topic: I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"
Replies: 9
Views: 10372

I broke my ESP32? "InfGuru Meditation Error: Core 1 panic'ed"

I was reworking the sensors on one of my esp32. At some time, it stopped loading. I cannot flash with any program. Here's what she writes to the COM port: ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_dr...
by Andrew Mamohin
11 Feb 2021, 18:42
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129338

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

TD-er wrote: 11 Feb 2021, 10:40 So no need to feel limited to the "Custom" build.
Wow! I have flashed the firmware ESP_Easy_mega_20210210_dev_ESP8266_4M1M.
Now I have 88 plugins. Everything works perfectly!
by Andrew Mamohin
11 Feb 2021, 06:07
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129338

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

TD-er wrote: 10 Feb 2021, 18:46 you tested the custom build? (20 plugins)
Yes. ESPEasy_ESP82xx_mega-20210114-63-g1b2c1b05.zip