Commit Graph

391 Commits

Author SHA1 Message Date
Peter Basham
5a71213c80 Added ability to set reference weather conditions (Temp, Rain, Humidty) to the Zimmerman adjustment method 2016-03-11 17:57:49 +00:00
Samer Albahra
02e5e233c7 Restore missing variable updates 2016-02-22 17:47:43 -06:00
Samer Albahra
a1145690ca Minor fixes from previous pull request 2016-02-21 13:31:17 -06:00
Samer Albahra
3b5fa86d39 Merge pull request #4 from PeteBa/Local-Hosting
Allow port to be user-configurable
2016-02-21 13:28:12 -06:00
Peter Basham
a1bd09176f Avoid port conflicts when Firmware, App and Weather are hosted on the same local RPi 2016-02-21 14:29:07 +00:00
Samer Albahra
b5b4ab3115 Fix default value for users with Auto Rain Delay method 2015-11-25 03:22:26 -06:00
Samer Albahra
3f9f3df53b Verify Google feedback is correct and use API key 2015-11-21 14:00:55 -06:00
Samer Albahra
87b7b779ba Fix incorrect weather call 2015-11-02 17:16:50 -06:00
Samer Albahra
cc549afb69 Remove Open Weather Map dependency 2015-11-02 17:14:58 -06:00
Samer Albahra
175e0d6c10 Add API Key for Open Weather Maps 2015-10-09 17:00:35 -05:00
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
2b960f6f44 Additional minor improvements 2015-08-11 15:28:41 -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
abb37cc2bb Remove code climate badge 2015-07-30 20:57:52 -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
b11f952502 Remove duplicate JSHint dependency 2015-07-12 16:04:31 -05:00
Samer Albahra
d832c61f0b Add ability to test against Weather Underground 2015-07-12 15:54:51 -05:00
Samer Albahra
ec2d681299 Add code coverage badge 2015-07-12 15:26:02 -05:00
Samer Albahra
a4d466e0e8 Add code coverage and upload to Codecov.io 2015-07-12 15:16:39 -05:00
Samer Albahra
34752edd74 Add expected data reply to compare 2015-07-12 14:24:27 -05:00
Samer Albahra
9cacab7deb Added first working version of unit tests 2015-07-12 09:41:47 -05:00
Samer Albahra
5190a65b77 Update package version in readme to working image 2015-07-09 21:31:11 -05:00
Samer Albahra
aa2eccc955 Replace coverage badge with code climate badge 2015-07-09 15:16:53 -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
c8e5040293 Fix typo in readme link 2015-07-06 17:28:23 -05:00
Samer Albahra
2714f8650c Fix language in Travis 2015-07-06 17:13:33 -05:00
Samer Albahra
65546075cf Add Travis configuration 2015-07-06 17:09:37 -05:00
Samer Albahra
f72c577d90 Save developer dependencies to package.json 2015-07-06 17:02:36 -05:00
Samer Albahra
240f2c727d Update readme 2015-07-06 16:53:04 -05:00
Samer Albahra
b489324425 Add support for API without using old Python URL 2015-07-06 13:31:23 -05:00
Samer Albahra
e5e9b242c8 Fix bug incorporating precipitation values for WUnderground 2015-07-05 16:53:49 -05:00
Samer Albahra
bf65fc6593 Remove unused zip from gitignore 2015-07-04 15:56:30 -05:00
Samer Albahra
baf2af9bbf Remove privacy disclaimer from readme
No longer collecting data to Google Analytics
2015-07-04 15:53:59 -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
d4b7c2db16 Merge pull request #2 from OpenSprinkler/nodejs-rewrite
Application rewrite from Python to Node
2015-07-03 16:49:31 -05:00
Samer Albahra
bc713d0380 Fix bug with Weather Underground queries 2015-07-03 16:05:03 -05:00