I have an espeasy with a Display - ST7789 TFT and RFID - PN532 .
Tft works fine with http rules from domoticz.
Only sometimes it has a delay when it reads a tag, sends it to domoticz, and domoticz send a http rule that the tag is read.
So i thaugt lets do that in the espeasy rules. Never used it. It works, but it is not clearing the line after 2 seconds. What is wrong i my rule?
Code: Select all
on RFID#Tag do
st7789,txl,10, ****Tag-detected****:
timerSet,1,2
endon
on Rules#Timer=1 do
st7789,txl,10,
endon