Commit Graph

60 Commits

Author SHA1 Message Date
fd3218eb7a Add new data collectors to main.py 2022-10-21 22:36:02 -07:00
ad2418ad55 TideForecast record generator 2022-10-21 22:33:17 -07:00
5b734f314c Function to return tide stations in the MPC 2022-10-21 22:01:49 -07:00
910d692f0d WateringNeeds, Aches & Pains, and Mosquito Activity records 2022-10-21 21:50:05 -07:00
28d00ef20c Update lo8s.py 2022-10-21 19:36:54 -07:00
3bf87754f5 Fix more typos 2022-10-21 19:21:46 -07:00
06912658bd Mistyped an API link resulting in a 401 fixed 2022-10-21 19:06:01 -07:00
a8e58857cb Fix import in main.py 2022-10-21 19:00:56 -07:00
5320d22fae HeatingAndCooling record generator 2022-10-21 18:54:53 -07:00
ec4d1d580b Merge branch 'main' of https://github.com/the5dcrew/i2MessageEncoder-Rewrite 2022-10-20 17:46:11 -07:00
3613a76005 Fix mix colors not being replaced properly 2022-10-20 17:45:52 -07:00
52127af061 Update README.md 2022-10-20 14:13:10 -07:00
565ebfd0f8 Update README.md 2022-10-20 14:12:28 -07:00
5d2a3902cf Change prints from Alerts.py to logged messages 2022-10-20 00:31:04 -07:00
c20d9be311 Set debug messages to logged debugs instead of prints 2022-10-20 00:29:53 -07:00
7dbf37cd08 Grab county locations for alert areas 2022-10-20 00:25:32 -07:00
a0ac6453cf Revert "Bugfix for broken TWC alerts"
This reverts commit 685f6bc451.
2022-10-19 19:12:36 -07:00
685f6bc451 Bugfix for broken TWC alerts 2022-10-19 19:05:55 -07:00
122b29486a Merge pull request #2 from the5dcrew/needlen0se
Needlen0se
2022-10-19 15:27:27 -07:00
10586a41f2 Create folders and files if not exist 2022-10-19 15:25:28 -07:00
1ae86e2898 Error if XML is missing 2022-10-19 15:18:22 -07:00
43e93e7a5b Merge pull request #1 from the5dcrew/needlen0se
Needlen0se Updates
2022-10-18 23:08:45 -07:00
e65b66f73a Bugfix if alertmanifest doesn't exist 2022-10-18 22:55:41 -07:00
af80e77553 Move radar process to tmp 2022-10-18 22:07:42 -07:00
6b7db53853 Cleanup i2m 2022-10-18 20:57:27 -07:00
bc18b712f6 Bugfix in alerts 2022-10-18 20:55:55 -07:00
e8554e81ed Move data to temp directory 2022-10-18 20:40:28 -07:00
2fcf8a033e Ignore pycache 2022-10-18 20:36:05 -07:00
874f465c61 Fix MachineProductCfg.py not opening the Xml correctly 2022-10-18 17:43:54 -07:00
51be3229e9 Go back to old loop system & take Radar processing out of the loop 2022-10-17 23:52:07 -07:00
ab7ff6fca0 Fix makeRadarImages() not being awaited in main.py 2022-10-17 23:03:56 -07:00
b2b412722d Fix RadarProcessor not importing when imported from main.py 2022-10-17 23:01:53 -07:00
33a044564d Fix typo in Alerts.py causing an exception at runtime 2022-10-17 23:01:35 -07:00
61bacad672 Fix python not importing py2lib.bit in Alerts.py 2022-10-17 22:54:47 -07:00
da0f58390c Cleaned up the event loop 2022-10-17 22:53:58 -07:00
591f189a52 Clean up the BERecord generator 2022-10-17 22:47:33 -07:00
a7f21d5c20 Add a requirements.txt file 2022-10-17 22:22:44 -07:00
ec9268deae Use logging and coloredlogs instead of printing 2022-10-17 22:17:38 -07:00
7a32af77aa Basic README 2022-10-17 21:54:02 -07:00
fd1b69c49b getZones function for MachineProductCfg.py 2022-10-17 21:21:12 -07:00
f7314f286f Exception handling for writing AirQuality 2022-10-17 21:12:07 -07:00
1ff7731501 Heavy optimizations using multithreading & async 2022-10-17 03:27:46 -07:00
52d470ad65 Update .gitignore 2022-10-17 02:34:57 -07:00
be61b145da Very experimental radar processing 2022-10-16 00:41:11 -07:00
0285fd3679 Fix the tasks in main.py not looping properly 2022-10-13 10:48:26 -07:00
63fe0a42e2 py2Lib/__init__.py to make it function as a module. 2022-10-13 01:36:38 -07:00
a33ad33678 Very rudamentary implementation of async tasks in main.py 2022-10-13 01:36:18 -07:00
0af0b8f927 Add grabber functions to the LFRecord in py2Lib 2022-10-13 01:36:00 -07:00
3fa05f5ee2 Refactor MachineProductCfg 2022-10-13 01:35:41 -07:00
c713bc71d1 Hefty updates to the LFRecord DB 2022-10-13 01:35:26 -07:00