Samer Albahra
2a73c76f8e
Fix JSHint error
2015-09-23 22:55:42 -05:00
Samer Albahra
cc94e4b26c
Fix sunrise/sunset times by adding timezone offsets when using OWM
2015-09-23 22:53:45 -05:00
Samer Albahra
c8dab8e58c
Fix issues sourcing data from weather.com by using OpenWeatherMaps
2015-09-23 22:35:22 -05:00
Samer Albahra
6fe876cfc5
Remove weather data dependency
2015-09-20 22:30:45 -05:00
Samer Albahra
64cb5ce436
Remove incorrect comment
2015-08-20 18:20:54 -05:00
Samer Albahra
7425a65038
Update incorrect reference to callback
2015-08-11 15:24:30 -05:00
Samer Albahra
36a70a14ce
Small improvements and code cleaning
2015-08-11 15:21:57 -05:00
Samer Albahra
76acc76f0f
Fix bug referencing invalid value from cache
2015-08-07 20:34:02 -05:00
Samer Albahra
57b44e4dd6
Fix bug parsing adjustment options when encoded in \x?? format
2015-08-07 20:31:13 -05:00
Samer Albahra
f2a02d4f42
Correctly support Weather Underground unique IDs
2015-08-02 00:06:28 -05:00
Samer Albahra
a8827dbb96
Use the correct adjustmentOption for auto rain delay
2015-07-30 22:30:48 -07:00
Samer Albahra
58bc020f34
Move weather-based rain delay into it's own adjustment method
...
The previous implementation caused the scale to change to zero for
user’s not using a weather adjustment method. This is not ideal since
the water scale will remain at 0% until there is user intervention.
Now it will be a user selectable method which uses a user-configurable
delay value which defaults to 24 hours.
2015-07-30 21:23:19 -07:00
Samer Albahra
1d1ecea46b
Add secondary method to retrieve data from weather.com
...
Currently incomplete as it does not get precipitation data
2015-07-24 01:44:49 -05:00
Samer Albahra
9ef4cb759b
Use Weather Underground astronomy data for sun rise/set
...
Changes discussed in issue #3
2015-07-23 18:25:23 -05:00
Samer Albahra
eeae47ef5d
Change the way restrictions are applied
2015-07-19 23:01:35 -05:00
Samer Albahra
44c14aa53e
Change reply to 100% when invalid data is recieved
2015-07-08 00:21:14 -05:00
Samer Albahra
800aab8251
Exclude Weather Underground "null" values
2015-07-08 00:08:00 -05:00
Samer Albahra
e5e9b242c8
Fix bug incorporating precipitation values for WUnderground
2015-07-05 16:53:49 -05:00
Samer Albahra
03d273c7c8
Allow stations with yesterday's precip but not today's to report scale
2015-07-03 18:50:39 -05:00
Samer Albahra
21e579f0e1
Use Weather Underground for data when PWS or ICAO are used
2015-07-03 18:36:12 -05:00
Samer Albahra
bc713d0380
Fix bug with Weather Underground queries
2015-07-03 16:05:03 -05:00
Samer Albahra
2bdc995825
Fix incorrect variable definitions
2015-07-03 14:17:40 -05:00
Samer Albahra
b7bf17ee9d
Add fallback coordinates if none are provided by observation location
2015-07-03 13:56:06 -05:00
Samer Albahra
1a1a744dd7
Add timezone offset to Date object so overflow is handled
2015-07-03 13:22:45 -05:00
Samer Albahra
6ad0f0ff33
Add data validation before running water calculation function
2015-07-03 13:13:30 -05:00
Samer Albahra
d07e861722
Fix timezone issues with sunrise/sunset times
2015-07-03 11:21:44 -05:00
Samer Albahra
7541c21bb4
Attempt to generate UTC timestamp for sun times
2015-07-03 11:08:39 -05:00
Samer Albahra
261ffb4d35
Attempt to remove timezone offset from sun time calculations
2015-07-03 10:50:02 -05:00
Samer Albahra
c096106738
Generate date using the local observation time instead of server
2015-07-03 10:29:05 -05:00
Samer Albahra
859bce73dd
Remove debug code
2015-07-03 02:54:58 -05:00
Samer Albahra
288733a190
Add the ability to retrieve weather data from Weather Underground
2015-07-03 02:53:51 -05:00
Samer Albahra
cd67a6f997
Minor fixes
2015-07-03 01:27:40 -05:00
Samer Albahra
687e3c6ca7
Remove unnecessary IIFE
...
https://stackoverflow.com/questions/21531329/are-node-js-modules-need-to
-be-wrapped-inside-the-module-pattern
2015-07-03 01:10:59 -05:00
Samer Albahra
69d4c9ca4d
Many improvements and big fixes
2015-07-02 20:53:18 -05:00
Samer Albahra
8bfe799a01
Small changes to read and weather route
2015-07-02 20:28:16 -05:00
Samer Albahra
057480fb7f
Fix bugs incorporating cached value of yesterday's humidity
2015-07-02 19:30:39 -05:00
Samer Albahra
66b4d1ccbd
Add local weather caching mechanism
2015-07-02 19:19:56 -05:00
Samer Albahra
199399ff5e
Add more error handling
2015-07-01 21:48:32 -05:00
Samer Albahra
3091fecb43
Add comments to the code
2015-07-01 21:41:20 -05:00
Samer Albahra
237fe2a483
Restrict yesterday weather result to only one day
2015-07-01 20:03:27 -05:00
Samer Albahra
712792679a
Add the ability to parse XML from WSI history API
2015-07-01 19:57:01 -05:00
Samer Albahra
664cc3666a
Wrap code within a closure function
2015-07-01 18:45:27 -05:00
Samer Albahra
da4a540e92
Refactor to remove nested function definition
2015-07-01 17:57:43 -05:00
Samer Albahra
91b429c1dd
Small bug fixes
2015-07-01 00:26:07 -05:00
Samer Albahra
3d6c7d6da3
Initial version of Node.js rewrite
2015-07-01 00:12:02 -05:00