Search found 6 matches

by fnees
08 Sep 2020, 23:20
Forum: ESP Easy: Software
Topic: mqtt - how to?
Replies: 25
Views: 22321

Re: mqtt - how to?

Interesting, maybe the great guys here could help clarify this. I always thought it does subscribe to whatever you configure here: Controller Subscribe: %sysname%/# I guess it just doesnt act on the topics specified on (most) plugins... It will act when the topic is (eg) %sysname%/%command% You can ...
by fnees
08 Sep 2020, 22:38
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 14166

Re: State not working??

Great! Thank you! You got me out of the box! The problem is I was using gpiotggle not the gpio command! All I had to do was change tat and now State changes accordingly on the button single press! on Suite1#State do if %eventvalue%=0 or %eventvalue%=1 timerSet,1,1 endif EndOn On Rules#Timer=1 do If ...
by fnees
08 Sep 2020, 21:27
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 14166

Re: State not working??

Thank you, I will try to clarify my situation: I have 2 significant pins on this: One is on a push button and set with pullup, so I guess it should be active low. Device: Switch input - Switch Name: Suite1 Internal PullUp: Yes Inversed Logic: No GPIO ⇄ : GPIO-12 (D6) Switch Type: Switch Switch Butto...
by fnees
08 Sep 2020, 04:57
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 14166

Re: Stare not working??

Thank You @TD-er! I did most of your checklist, apart from moving the ESP as it is in a very hidden place, behind a wardrobe. You guys are great and deserve all my thanks. I will publish my whereabouts so if someone else comes across it we may help each other. Anyway it will help me put things toget...
by fnees
07 Sep 2020, 22:25
Forum: ESP Easy: Software
Topic: mqtt - how to?
Replies: 25
Views: 22321

Re: mqtt - how to?

pw444 wrote: 04 Sep 2020, 19:17
question is: how to read from mqtt broker and perform the action. publishing is being done.
The obvious answer would be:
Just set the command topic on the broker to rl1c_0.fqdn/gpio/0 and use payload 0 or 1.

Sorry if I did not get the point though...

Regards,
Fab
by fnees
07 Sep 2020, 22:16
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 14166

Re: State not working??

I recently created a task (P001) for every output relay on my house, based on a suggestion I found here on the forum. Just as I finished I found that my device was not changing the task status on local output pin change (stupid me to take so long to realize that, I know). My problem: I have a device...