Search found 5 matches

by Lansselot
27 Mar 2020, 21:06
Forum: ESP Easy: Software
Topic: Rule with p2p networking dosn't work
Replies: 7
Views: 5448

Re: Rule with p2p networking dosn't work

My best guess: I suspect that the info#Snellste value changes *after* the quizmister_10_button#State rule is triggered. For the existing logic to work the info#Snellste value would need to be updated before the rule is triggered. This race condition seems to be a "what comes first, chicken or ...
by Lansselot
27 Mar 2020, 18:30
Forum: ESP Easy: Software
Topic: Rule with p2p networking dosn't work
Replies: 7
Views: 5448

Re: Rule with p2p networking dosn't work

Yes, I also discovered that. Bud this was a typo from me in my post. In the rule on the esp there is a space. Something else what I tried is trying: On quizmister_10_button do if [quizmister_10_button#State]=1 gpio,0,0 else gpio,0,1 endif endon And this works with no problem. So I would conclude tha...
by Lansselot
27 Mar 2020, 15:06
Forum: ESP Easy: Software
Topic: Rule with p2p networking dosn't work
Replies: 7
Views: 5448

Re: Rule with p2p networking dosn't work

1 second
It looks to me like the if statement is always false while that shouldn't be the case.
by Lansselot
27 Mar 2020, 12:09
Forum: ESP Easy: Software
Topic: Rule with p2p networking dosn't work
Replies: 7
Views: 5448

Rule with p2p networking dosn't work

Rule with p2p network dosn’t work Good day everyone. I’m working on a little quiz button system with 10 buttons and a relay. Wat I want to get at: - Rest state - Someone smash a button - Relay switches for one second to let hear a buzzer - Light on the button turns on - No input is possible - Button...
by Lansselot
21 Oct 2019, 17:16
Forum: ESP Easy: Software
Topic: Won’t send bootstate on boot to MQTT.
Replies: 0
Views: 7872

Won’t send bootstate on boot to MQTT.

Hello people, I’m a bit experimenting with the ESPeasy in combination with OpenHAB. After reprograming a view sonoff switches. I have it working so far that I can send relay commands to the switches and can get sensor data from the modules by MQTT. I added a device to track the relay status and trea...