Search found 14 matches

by matzeeg3
25 Mar 2020, 21:33
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

SawwaOff wrote: 25 Mar 2020, 19:58 on Relay1#state do
SendToHTTP 192.168.xx.xx,8080,/json.htm?type=command&param=udevice&idx=10&nvalue=[Relay1#state]
timerSet,1,10
endon
What happend if timerSet,1,10 is ready?
Can you post a part of your Log? Tools -> Log?
by matzeeg3
25 Mar 2020, 17:32
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

Can you post your rule and a part of your life when sending multiple times?
by matzeeg3
24 Mar 2020, 21:21
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

Why you have an interval set it to 0 you don't need it for the switch maybe then it stops sending
by matzeeg3
24 Mar 2020, 13:16
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

i get it working, here is my solution: on oben_links#State do SendToHTTP x.x.x.x,8080,/classicui/CMD?tuyasw001=[oben_links#State#O#P1] GPIO,12,1 endon on oben_rechts#State do SendToHTTP x.x.x.x,8080,/classicui/CMD?tuyasw002=[oben_rechts#State#O#P1] endon on unten_links#State do SendToHTTP x.x.x.x,80...
by matzeeg3
20 Mar 2020, 07:43
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

Nobody an idear how i can change the value of my input switch without pushing the botton
by matzeeg3
18 Mar 2020, 22:56
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

yes all you write here is what i do.
i addad some screenshots.
but i want to change the state of the switches "device first 4" via MQTT not Send. i would like to recive"
by matzeeg3
18 Mar 2020, 16:41
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

TD-er wrote: 18 Mar 2020, 16:29 See the documentation: https://espeasy.readthedocs.io/en/lates ... oller.html
It is the controller tab in the web interface.
i use MQTT to send and recive data but how can i get the "Generic Switch" Worked with it to send an recive data?
by matzeeg3
18 Mar 2020, 16:24
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

i´m sorry where did i find it?
by matzeeg3
18 Mar 2020, 14:55
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

i want to build an hardware switch.
like the attached image
by matzeeg3
18 Mar 2020, 13:44
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

Ok here my case. i build a 4 butto switch with 4 led with espeasy if i push a botton i send a http request to openhab witch chane a switch there. like this: on oben_links#State do SendToHTTP x.x.x.x,8080,/classicui/CMD?sw001=[oben_links#State#O#P1] endon Openhab than did everything fine and push an ...
by matzeeg3
18 Mar 2020, 13:26
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

i just read the TaskValueSet.
but i´m not sure if i understand it the right way
by matzeeg3
18 Mar 2020, 10:39
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

i wan´t to set the value from:
[MQTTIN#State1]
i don´t want to use it.
i wan´t to change the gpio like it is and that worked.
but i wan´t to change the state of the Switch
so if the rule trigger switch state change from 1 to 0 via MQTT
by matzeeg3
18 Mar 2020, 08:45
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Re: Change Device State

Hi
here is my rule:
on MQTTIN#State1 do
if [MQTTIN#State1]=0
GPIO,15,0
[oben_links#State]==0
else
GPIO,15,1
endif
endon

The Switch oben_links is a normal switch
by matzeeg3
18 Mar 2020, 07:43
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13248

Change Device State

Hi everybody. i hope i don´t ask a very stuoid question but: i make a rule witch is triggert by an mqtt imoirt. that is working fine. so the first step what the incoming rule should do works fine. in additional to this step i would like to change the Device-State. Its a Switch Named "unten_link...