Search found 8 matches

by xzsdre
08 Sep 2021, 15:30
Forum: ESP Easy: Software
Topic: Dummy device value (with formula or not)
Replies: 7
Views: 5835

Re: Dummy device value (with formula or not)

Ath wrote: 08 Sep 2021, 15:17 That could be something like:

Code: Select all

on Water_Level#distance do
  TaskValueSet,Water_Volume,volume1,([Water_Level#distance]-30)*10 // calculate the volume from the distance here
endon
It seems to have worked! Thank you very much for your help!
by xzsdre
08 Sep 2021, 14:03
Forum: ESP Easy: Software
Topic: Dummy device value (with formula or not)
Replies: 7
Views: 5835

Re: Dummy device value (with formula or not)

In a rule you need an event like this: on Water_level#Distance do TaskValueSet,9,1,[Water_level#Distance] endon Thanks! Please post messages as attachments in the forum so they are readable, also after a couple of weeks when the external service has cleaned them ;) Please post Rules etc. as Code in...
by xzsdre
08 Sep 2021, 10:55
Forum: ESP Easy: Software
Topic: Dummy device value (with formula or not)
Replies: 7
Views: 5835

Dummy device value (with formula or not)

Hello everybody. Please tell me who knows. I want to create a dummy device that would show the value from a sensor with an additional calculation according to the formula. However, even without a formula, for example, I create an entry in the rules, and I don't get any value .... What am I doing wro...
by xzsdre
26 Apr 2021, 20:09
Forum: ESP Easy: Software
Topic: ESPEasy parse serial data rule
Replies: 8
Views: 5513

Re: ESPEasy parse serial data rule

No, I haven't activated any plugins. New firmware - and just trying to send commands to serial. Perhaps this is just my problem, but for everyone else on version 20210223, the serial input commands works correctly :roll:
by xzsdre
26 Apr 2021, 20:00
Forum: ESP Easy: Software
Topic: ESPEasy parse serial data rule
Replies: 8
Views: 5513

Re: ESPEasy parse serial data rule

Version, which not worked - ESP_Easy_mega_20210223_normal_ESP8266_4M1M. Version, that worked - ESP_Easy_mega_20201016_normal_ESP8266_4M1M. The only difference was that the 20201016 version responded normally to commands on the serial port, and version 20210223 did not react in any way to the input t...
by xzsdre
26 Apr 2021, 18:10
Forum: ESP Easy: Software
Topic: ESPEasy parse serial data rule
Replies: 8
Views: 5513

Re: ESPEasy parse serial data rule

I managed to figure out what was the matter. The reason is in the Espeas firmware. I flashed the version from ESP_Easy_mega_20201016_normal_ESP8266_4M1M and the serial port worked as needed, commands are received correctly! Build:⋄ 20111 - Mega System Libraries:⋄ ESP82xx Core 2843a5ac, NONOS SDK 2.2...
by xzsdre
26 Apr 2021, 16:02
Forum: ESP Easy: Software
Topic: ESPEasy parse serial data rule
Replies: 8
Views: 5513

Re: ESPEasy parse serial data rule

Thanks! I solved my question in half without resorting to parsing. I immediately send the SendToHTTP command to the serial port. Everything works from the web interface, but for some reason the serial port does not want to receive any commands. In the settings, the serial port is active. Perhaps the...
by xzsdre
25 Apr 2021, 23:05
Forum: ESP Easy: Software
Topic: ESPEasy parse serial data rule
Replies: 8
Views: 5513

ESPEasy parse serial data rule

Hello! Please help to suggest. Is it possible to do the following in EspEasy using a rule (or in another way)?: The serial receives cyclic data in the form: А_365.68 B_356: 54 C_964.32 А_336.63 B_956: 54 C_132.62 and so on, the interval between lines is about 1 second. I need to parse this data into...