From 7bd06bd08d39853790f424623b6e6213b4a3a61f Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 24 Sep 2018 12:41:23 +0100 Subject: [PATCH] Update 'readme.md' --- readme.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4f41a8a..3509b45 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,15 @@ # Fish Tank Monitor An arduino project to monitor the quality of the fish tank and manage the lighting. -Originally started off as a way to just monitor the pH and temperature, but is evolving in to managing the lighting and similating weather conditions. A bit more than a monitor (I'll rename the project eventually). +Originally started off as a way to just monitor the pH and temperature, but is evolving in to managing the lighting and simulating weather conditions. A bit more than a monitor (I'll rename the project eventually). -After checking out please run `git update-index --assume-unchanged openWeatherMapApiKey.h` to make sure you don't check in the API key. \ No newline at end of file +After checking out please run `git update-index --assume-unchanged openWeatherMapApiKey.h` to make sure you don't check in the API key. + +## Ideas + +* Syncronise time with NTP. ✔ +* Get runrise and sunset data from http://api.sunrise-sunset.org/json?lat=20.548103&lng=96.916835&formatted=0 and turn on and off according to that. (Will need to accomodate for +6.5 hour difference as times are in UTC) ✔ +* Syncronise with weather from Lake Inlé (fish's origin) + * Dim for cloudy weather ✔ + * Flash for lightning ✔ + * Implement rain (pump water through spray bar across tank?) \ No newline at end of file