Search found 4 matches

by rolfie
29 Jul 2023, 22:49
Forum: ESP Easy: General Discussion
Topic: 7ddt rules seperate temps
Replies: 2
Views: 565

7ddt rules seperate temps

Hello, I use the following code for de 8 segment display to show 2 temperatures. on MQTT#Buiten do 7ddt,[MQTT#Buiten],[MQTT#Zwembad] timerSet,1,300 endones But is it possible that it's seprate? So if Buiten gets MQTT it only updates the Buiten at the 7ddt and the same for Zwembad? Als is it possible...
by rolfie
05 Jun 2023, 11:24
Forum: ESP Easy: General Discussion
Topic: Rule on no data with timer
Replies: 4
Views: 907

Re: Rule on no data with timer

That rule was existing already, only added the timer there. Your explanation about first rule going to be executed explained why it didn't work. On rule 3 I had the code from the first post.

Thanks, learned again today!
by rolfie
05 Jun 2023, 08:23
Forum: ESP Easy: General Discussion
Topic: Rule on no data with timer
Replies: 4
Views: 907

Re: Rule on no data with timer

You where right! Had all in Rules Set 3 tab, but now I have placed one line in Rules Set 1 tab and all is working. Rules Set 1: on MQTT#Buiten do 7dt,[MQTT#Buiten] timerSet,1,90 endon Rules Set 2: On System#Boot do 7dtext,boot endon Rules Set 3: on Rules#Timer=1 do 7dtext,lost timerSet,1,0 endon
by rolfie
04 Jun 2023, 22:55
Forum: ESP Easy: General Discussion
Topic: Rule on no data with timer
Replies: 4
Views: 907

Rule on no data with timer

Hello, I have one ESP that sometimes hang, and need some love then. But an other ESP is running with an 7dgt on it showing the temperature. Now it shows continue the old value untill received new data. Thought I had an solution with rules but I can't get it to work. On startup showing boot till firs...