05.06.2023, 13:11
(This post was last modified: 05.06.2023, 13:13 by Tee_Trinker.)
(04.06.2023, 12:19)Dré Wrote: Do you have a link to the post? post ofErwin[quote pid="31053" dateline="1685881182"]
Maybe next time you need to post in that treat?
I think i should put it between line 101 and 102
Code:
grp.write(AddressOutput, false)
ValueOutput = false
what would look now
Code:
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
ValueOutput = false
But does the EnOcean not have a feedback object, what you can use?
[/quote]
OH sorry my mistake.
should I write here then? post of Erwin
because this one didnt work.
because after the time has elapsed, it still only sends the off signal once.
the feedback doesn't help me because I start the logic from everywhere