OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Timing based on sunrise › Reply To: Timing based on sunrise
June 23, 2015 at 6:54 pm
#38646
Samer
Keymaster
Yes, the bug in the code is actually available here:
https://github.com/OpenSprinkler/OpenSprinkler-App/commit/1e88c395ad63ce21a42f813da031a35b0f36938f
Basically, the wrong parameter was being passed as the date to the function that calculates the sun rise/set times. This results in quite a bit of error and randomness. That randomness somehow worked in my local example and slipped through. This should be released today.
Thanks!