Rule and Wifi Status LED

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
BaGRoS
New user
Posts: 4
Joined: 28 Nov 2017, 21:52

Rule and Wifi Status LED

#1 Post by BaGRoS » 28 Nov 2017, 22:02

Hi
How switch off Wifi Status LED with rules at 8pm, and switch on at 8am?
Best reagards,
Mirek

danmero
Normal user
Posts: 64
Joined: 11 May 2017, 01:19

Re: Rule and Wifi Status LED

#2 Post by danmero » 30 Nov 2017, 13:42

1. The answer depend on your board/mode, usually is GPIO2
2 You have to take a look at the WiKi and use cron on rules.

A rule like that should work

Code: Select all

 On Clock#Time=All,8:00
  gpio,2,0
 endon
 On Clock#Time=All,20:00
  gpio,2,1
 endon
Let me know if you have other questions.

Regards,

Post Reply

Who is online

Users browsing this forum: No registered users and 55 guests