Search found 30 matches

by rira2005
15 Jun 2021, 13:55
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13931

Re: Trigonometric Functions

this is my working solution.... ------------------------------------------------------------- on Distance#Analog do let 14,80 //radius let 15,200 //lengh let 16,[Distance#Analog] //high if [Distance#Analog]<=160 //diameter (2xradius) let 1,2*%v14%*%v16%-%v16%^2 //logentry,%v1% let 2,sqrt(%v1%) //log...
by rira2005
08 Jun 2021, 13:51
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13931

Re: Trigonometric Functions

Me too....
4835162: ACT : Let,1,arcCos(0.7071068)
4835165: Calculate: Unknown token input: arcCos(0.7071068) = 0
4835168: ACT : TaskValueSet,4,1,0

...Sad...
Rira
by rira2005
08 Jun 2021, 13:01
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13931

Re: Trigonometric Functions

not better with the . point....

1835142: EVENT: Distance#Analog=663.45
1835148: ACT : TaskValueSet 4,1,arcCos(0.7071068)
1835152: Calculate: Unknown token input: arcCos(0.7071068) = 0

rira
by rira2005
08 Jun 2021, 11:29
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13931

Re: Trigonometric Functions

Hi Any Idea? Rule (test) on Distance#Analog do TaskValueSet 4,1,arcCos(0,7071068) endon Log: 816018: ACT : let,10,1000 816022: ACT : let,11,1000 816027: ACT : TaskValueSet 4,1,arcCos(0,7071068) 816030: Too many arguments: cmd=TaskValueSet Arg1=4 Arg2=1 Arg3=arcCos(0 ExtraArg4=7071068) lineLength=34 ...
by rira2005
04 Jun 2021, 11:35
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13931

Trigonometric Functions

hi Guys found this in the doku.... https://espeasy.readthedocs.io/en/latest/Rules/Rules.html Has any one tried to calculate the high of a liquid an lying zylinder with this function, i i am note sure they are allready compiled with the standard 8266 images!? there are some question on it like this.....
by rira2005
04 Jun 2021, 11:24
Forum: ESP Easy: General Discussion
Topic: Repeat an event x times (like a loop) (for-while)
Replies: 5
Views: 5671

Re: Repeat an event x times (like a loop) (for-while)

hi i done it lite this, many thanks to all! on cleanstart do Publish domoticz/in,'{"idx":158,"nvalue":1,"svalue":""}' //mqtt info to start the event asyncevent,reverse //start yet not to wait 30 seconds let,2,1 //forward and reverse var to for the if set to 1 ...
by rira2005
04 Jun 2021, 11:13
Forum: ESP Easy: General Discussion
Topic: call a event from a rule
Replies: 7
Views: 5571

Re: call a event from a rule

Thank you very Much. i allready handled it to call an event! Many Thanks to all!
by rira2005
20 May 2021, 22:59
Forum: ESP Easy: General Discussion
Topic: Repeat an event x times (like a loop) (for-while)
Replies: 5
Views: 5671

Re: Repeat an event x times (like a loop) (for-while)

hi many thx for your help... but i didnt understand the exact commands tried this one; on cleanstart do looptimerset,3,15,10 // loop 1 forward 15 sec / 10 times repead looptimerset,4,15,10 // loop 2 reverse 15 sec / 10 times repead endon On Rules#Timer=3 do if %eventvalue2% >= 5 // -> what does the ...
by rira2005
20 May 2021, 19:46
Forum: ESP Easy: General Discussion
Topic: Repeat an event x times (like a loop) (for-while)
Replies: 5
Views: 5671

Repeat an event x times (like a loop) (for-while)

hi so a add some events (forward,reverse,stop) i want to repeat the start forward event for 5 min then reverse event for 5 min then forward event for 5 min then reverse event for 5 min ..... maybe 10 times or more... an when the pseudoloop is done i want to stop with the event stop the trigger i wan...
by rira2005
19 May 2021, 23:26
Forum: ESP Easy: General Discussion
Topic: call a event from a rule
Replies: 7
Views: 5571

call a event from a rule

hi al allready add 3 events, they are working fine on forward do if [R2#state]=0 gpio,13,1 gpio,12,1 delay,1000 gpio,13,0 GPIO,14,1 else gpio,13,0 GPIO,14,1 endif endon on stop do gpio,12,1 gpio,13,1 GPIO,14,0 endon on reverse do if [R1#state]=0 gpio,13,1 gpio,12,1 delay,1000 gpio,12,0 GPIO,14,1 els...
by rira2005
30 Apr 2020, 11:22
Forum: ESP Easy: General Discussion
Topic: inexplicable Event
Replies: 7
Views: 7972

Re: inexplicable Event

HI

Yes Sir, it sounds like this bug... MANY THANKS to wim16 for this Hint!
BG
Rira
by rira2005
30 Apr 2020, 09:47
Forum: ESP Easy: General Discussion
Topic: inexplicable Event
Replies: 7
Views: 7972

Re: inexplicable Event

Hello AGAIN.... i found it! i is interresting.... the device with the wrong "switching" has no idx configured at the both switches (button&relay) --> both 0 null (i have only this rule) --------------------------------------------- on Button#State do if [Relay#State]=0 gpio,12,1 Publis...
by rira2005
30 Apr 2020, 07:34
Forum: ESP Easy: General Discussion
Topic: inexplicable Event
Replies: 7
Views: 7972

Re: inexplicable Event

hi again i found something... in domoticz i send to a led easyesp at 06.30 and 19.00 a http command...(but it is an other ip...) 06.30 http://192.168.253.179/control?cmd=event,gruen (it an other ip as the sonoff 20 (192.168.253.182) 19.00 http://192.168.253.179/control?cmd=event,rot (it an other ip ...
by rira2005
30 Apr 2020, 07:15
Forum: ESP Easy: General Discussion
Topic: inexplicable Event
Replies: 7
Views: 7972

Re: inexplicable Event

HI

No other device is using the 145idx (and soon i only send a mqtt msg with my rule) there is no idx configured at the button/relay itself... so its only a status info für domoticz...

Uptime : 3 days 20 hours 54 min.....

anyone any idea?

tia
rira
by rira2005
29 Apr 2020, 20:35
Forum: ESP Easy: General Discussion
Topic: inexplicable Event
Replies: 7
Views: 7972

inexplicable Event

Hi I have a Sonoff S20, with the Release : ESP_Easy_mega-20200410_normal_ESP8266_1M.bin i have button switch & a relay swtich configured... +1 Rule on Button#State do if [Relay#State]=0 gpio,12,1 Publish domoticz/in,'{"idx":145,"nvalue":1,"svalue":""}' els...
by rira2005
03 Jun 2019, 11:58
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

hi
i checkt my wemos d1 shields too. but on this one there are used mp2359 smd part.
so dont know if this one have a problem, your link only references to the wemos d1 mini...
br
raphi
by rira2005
31 May 2019, 07:59
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

hi me again. Yes the 2.5.2 is more stable, runs 2 days without reboot. @georgep, do you use also a mttq to communicate with your domoticz? because, after i disabled the mqtt controler(spezial domoticz mqtt) the esp didnt reboot since 4 days! @td-er, is this possible? that a controler(plugin) can do ...
by rira2005
27 May 2019, 22:07
Forum: ESP Easy: General Discussion
Topic: Volume of lying cylinder
Replies: 5
Views: 4518

Re: Volume of lying cylinder

HI need this too? any news about this request?
many Thanks.
Raphi
by rira2005
22 May 2019, 09:08
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

hi thomas many thanks for your answer. yep allready see this, that the problem began in middle 2018 on github.... but it is really a problem for me, ...set a espswitch ON via mqtt, them the esp reboot and start up with OFF.... so i have to send the mqtt info that the esp rebooted and than i have to ...
by rira2005
21 May 2019, 15:11
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

Okay understand. But how can i find the reason of the reboots with the "non alpha" ESP_Easy_mega-20190511_normal_ESP8266_4M.bin with the 2.4.2 core? i cant believe that the new builds a not stable as the old one... and the stable running have a 2.4.1 core... but the build aus from may 2018...
by rira2005
21 May 2019, 14:41
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

hi tried this : ESP_Easy_mega-20190511_normal_ESP8266_4M.bin this release have a 2.4.1 core. reboots... tried ESP_Easy_mega-20190511_normal_core_260_sdk222_alpha_ESP8266_4M.bin this one have a 2.6 core... 1.) lost config after flashing... ok is a alpha... 2.) new wifi config done but get after first...
by rira2005
21 May 2019, 10:53
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Re: Hardware Watchdog Reboots

Yes 2.4.1 and 2.4.2 (same behavier..)
but not 2.4.6 should i try? is a alpha....

tia
by rira2005
21 May 2019, 10:32
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210687

Hardware Watchdog Reboots

Hello I am Using about 20 EspEasy Devices, Relay/Temp Mesure/ Motor Action and soon. I am happy with your project, many thanks for your hard work. BUT! Since 1 Year i have a Problem with the Firmware on more an more Wemos D1 Shield.... i get more Hardware Watchdog reboots and Exception Reboots. i te...
by rira2005
31 Aug 2017, 13:55
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

hi yes me too. works fine! Many Thanks for your work. One Question more... Bought this ESP8266 5 V WiFi relaismodul in china https://de.aliexpress.com/item/ESP8266-5V-WiFi-relay-module-Things-smart-home-remote-control-switch-phone-APP/32738099717.html?spm=a2g0s.9042311.0.0.5Thz2C it also works with ...
by rira2005
03 Aug 2017, 07:31
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

Forget my last post it allready made it.

relay,0,1 (relay1 on)
relay,0,0 (relay1 off)

relay,1,1 (relay2 on)
relay,1,0 (relay2 off)

But may you can compile a new version without the "dev" digtis in the webinterface for me?

many thanks. RR
by rira2005
02 Aug 2017, 20:39
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

HI Works Perfect! yet i get the mqtt messages! MANY THANKS for your work! --> should be added to the EASYESP Libary. One Question : which "gpio" command i need to use it in rules ... like : On toogle-r0 do sonoff#Relay0=1 timerSet 1,5 endon on Rules#Timer=1 do sonoff#Relay0=0 endon need a ...
by rira2005
18 Jul 2017, 23:31
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

Hi One Info more. somtime the mqtt state works in domoticz.... but cant find when. Only see in the logfile from easyesp: 4765500 : MQTT : Connected to broker 4765501 : Subscribed to: domoticz/out 4787094 : MQTT : Ignored too big message 4794470 : WD : Uptime 77 ConnectFailures 120 FreeMem 22992 4824...
by rira2005
18 Jul 2017, 22:51
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

Hello Sorry for my late answer was an vacation. Soon testet your last image. same as before. my Rules : on sonoff#Relay0 do Publish domoticz/in,{"idx":48,"nvalue":[sonoff#Relay0],"svalue":""} endon on sonoff#Relay1 do Publish domoticz/in,{"idx":49,&q...
by rira2005
05 Jul 2017, 08:35
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

HI the new image(for the sonoff dual) is working, relays are set on/off! Perfect work, many thanks. but i get no status in domoticz, if i set the relay manally (with the the ON command: http://ESPEASY_IP/control?cmd=relay,1,1 The OFF command: http://ESPEASY_IP/control?cmd=relay,1,0) commands... trie...
by rira2005
26 Jun 2017, 07:25
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960147

Re: Serial MCU controlled relay/switch

Hello

Many Thanks für this Plugin! Works but not Pefect.

Have the same Problem as CosmicGate with the Plugin and my Sonoff Dual!
May you can check you Plugin once more.

TIA
Raphael