Search found 206 matches

by GravityRZ
31 Jan 2020, 08:56
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 222287

Re: ESP Easy Flasher

nice tool.
i use it a lot since it is really fast to flash standard esp builds

especially the post stuff like SSID and wpa2 key are nice
i have wpa2 with special characters and they do not get accepted by the esp setup page but i can send it easilly to the esp with the flasher tool

thanks
by GravityRZ
31 Jan 2020, 08:48
Forum: ESP Easy: General Discussion
Topic: can rules process multiple actions
Replies: 1
Views: 4303

can rules process multiple actions

I currently use a rules script which acts on a variable I also use a rule which act on a timer what happens if these get triggered at the same time? will one fail to execute, will they be queued> On Watermeter#Count do On Rules#Timer=1 do The reason i ask is the resoltion of the timer is on a second...
by GravityRZ
31 Jan 2020, 08:43
Forum: ESP Easy: General Discussion
Topic: rules calculate time difference in milliseconds
Replies: 10
Views: 8950

Re: rules calculate time difference in milliseconds

i noticed that the time variable from the pulse counter is actually showing the time between pulses in ms.

i am now taking that number to calculate the flow in liters

e.g. 60000/ Time= flow

seems to work very accurate and also the number correspond with the flow i expect.
by GravityRZ
27 Jan 2020, 16:01
Forum: ESP Easy: General Discussion
Topic: rules calculate time difference in milliseconds
Replies: 10
Views: 8950

Re: rules calculate time difference in milliseconds

ok clear. i will change the rules so i do the calculation inside the ESP(on a 1 second base) i can then see if the flow readings are more consistent UPDATE****** flow is more consistent but on a 1 liter resolution of course Also used a second variable to reset the flow after 60 seconds if water usag...
by GravityRZ
26 Jan 2020, 20:35
Forum: ESP Easy: General Discussion
Topic: rules calculate time difference in milliseconds
Replies: 10
Views: 8950

Re: rules calculate time difference in milliseconds

ok clear. i am doning the timing now in domoticz and calcultate the time difference between 2 SendtoHTTP calls i notice however that there is a 1 second delay between the same calls the first time the SendtoHTTP is 1 second different from the second it fluctuates on a regular base it loops until the...
by GravityRZ
22 Jan 2020, 18:55
Forum: ESP Easy: General Discussion
Topic: rules calculate time difference in milliseconds
Replies: 10
Views: 8950

rules calculate time difference in milliseconds

is there a way to save the time in milliseconds so i can compare it with an earlier variable i want to calculate the time it takes between 2 events but need it in millisecond accuracy(eg 1 second is not accurate enough) so basically i want on trigger 1 save seconds and milliseconds in variable A on ...