Thats awesome :-)@Ranjib I've been following along quietly while working on other projects.
The tank is still running 1.3 and has been stable for months!
I haven't put any new equipment on the tank, so I have not upgraded yet to use any of the new features.
However I have been testing a pi-zero to run as a Chicken-Pi. Yep porting it out to the yard to run my chicken coop.
So far the plan is to have it monitor temp in the coop, control a fan (and maybe a heat lamp), and control the door to the coop (open in morning and close at night). Motor control is using a TB6612FNG to drive a gear motor and lead-screw.
I have been running it in a spare bedroom until I can get power out to the coop, which makes it perfect for a test platform.
Anyway, that has been running 2.0.0 beta for a while and I just updated to beta-7.
First off, I really like all of the new UI changes. Most things are much more intuitive and they display better.
While testing out some of the new lighting control, I found one potential issue with the way it reads time input. This may be limited to the diurnal control where the user inputs time. I am interpreting this as only needing minutes and hours with a : separating them.
Would it be possible to have either an example input shown on the UI or to have them as individual drop downs for hours, minutes and seconds.
I would think the same thing would help in the timers section as well.
Code:Aug 12 10:57:58 raspberrypi reef-pi[22633]: 2018/08/12 10:57:58 ERROR: lighting subsystem, failed to parse start time in diurnal cycle. Error: parsing time "0800" as "15:04": cannot parse "00" as ":" Aug 12 11:12:21 raspberrypi reef-pi[22633]: 2018/08/12 11:12:21 ERROR: lighting subsystem, failed to parse start time in diurnal cycle. Error: parsing time "08:00:00": extra text: :00
Keep up the amazing work!
You are right the diurnal profile assumes the time is in "hh:mm" format. reef-pi needs improvements across the board around input validation. I have a issue to track this already and plan to improve the validation before 2.0 release. I have added your feedback around diurnal cycle there: https://github.com/reef-pi/reef-pi/issues/467
I'll make sure this happens before we get the final 2.0 release
We'll get that chicken :-)
