Bug Filed on 07-13-2016: Schedule not running after restart

What dashboard are you using? (Web, iOS, Android)
WEB


What OS? (Jessie, Wheezy)
raspbian 8 (debian)


What Model Pi?

PI3


Please describe the bug / issue. Attaching any relevant screenshots would be very helpful!
Hi
I have schedule to on a relay every day at 6.
The schedule is running ok when 6 comes.
If the device power down and then power on after 6 the relays do not come to the schedule potition (on) and have to wait until the next day to come 6 again.

Thank u

This is a feature we will be working on. It’s been brought up multiple times and has to do with the default setting that the Pi GPIO Pin is set to when it boots up.

Keep you updated with the fix.

-B

I would suggest adding an “Initialize Pin” setting that sets it to the user’s preference once the agent starts up

You can do it yourself for the time being.

Create a python script using this guide or another guide on adafruit, etc.
https://learn.sparkfun.com/tutorials/raspberry-gpio/python-rpigpio-api

Call the python script from your rc.local file.

Badabing. Badaboom.

Craig