-
Notifications
You must be signed in to change notification settings - Fork 10
/
update_info.txt
executable file
·197 lines (172 loc) · 8.35 KB
/
update_info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
Version 4.503
4-26-2024
Added timeout feature for internet call using urlib. Should eliminate hangups when internet is unavailable.
The following file was updated;
metar-v4.py
admin.py
update_version.text
Thanks for Eric B
Version 4.502
4-12-2024
A bug was found when the FAA data doesn't return a flight category. The script will stop running if this happens.
The fix is included in this version.
The following file was updated;
metar-v4.py
admin.py
update_version.text
Thanks to Cookblook for pointing the error out.
Version 4.501
11-20-2023
This version starts the use of the new FAA API, https://aviationweather.gov/data/api/#/Dataserver/dataserverMetars
This API provides more than the last reported, and therefore takes a tiny bit more time filtering out the older
METAR's. So depending on the number of airports, this may or may not be noticable.
The following files have been modified to reflect the backup legacy API URL;
wipes-v4.py
metar-v4.py
admin.py
update_version.text
Much thanks to Livesectional user Marty for his time and expertise.
Version 4.400
10-19-2023
FAA API was decommissioned causing all maps to stop displaying data. This image
encorporates a temporary fix using another legacy API until the new API can be coded for.
The following files have been modified to reflect the backup legacy API URL;
wipes-v4.py
metar-v4.py
metar-display-v4.py
webapp.py
admin.py
update_version.text
Version 4.382
3-20-2023
Fixed the Manual LED Control/All On-Off feature on the airport editor.
Adjusted the number of backup logs from 3 to 1. All '.py' files were adjusted.
Added the ability to have OLED's display wind info statically with no scrolling.
Added the ability to have multiple Home Airports. Used by businesses with multiple locations.
This feature is not accessible from within the web based admin page. See 'admin.py' for this.
Files Updated: confedit.html, apedit.html, metar-display-v4.py, metar-v4.py, admin.py, shutoff.py
Version 4.381
7-29-2022
Fixed internet check loop on startup to quit script after 10 attempts.
Files Updated:
webapp.py
admin.py
update_version.text
Version 4.380
6-25-2022
Added changes from Daniel that allows for more than 300 airports on a map. Thank you Daniel.
Changed the max number of airports in 'Basic Settings' to 3000 airports.
Also, changed the internet availability check so that after 10 attempts, it exits to the command line.
Fixed 'Map Layout' function on maps with greater than 300 airports
Added Map Name in admin.py. This is displayed in footer. Works well if multiple maps are on same network.
Files Updated: webapp.py, metar-v4.py, wipes-v4.py, index.html, confedit.html
Version 4.374
11-25-2021
Removed 'Update' menu item to eliminate server error. Updates currently require download
of image from www.livesectional.com. Hopefully this will be temporary.
Files Updated: webapp.py, base.html
Version 4.373a
7-6-2021
Switched nightly reboot routine to crontab. Will disable similar routine in metar-v4.py
Files Updated: crontab, metar-v4.py
Version 4.373
4-21-2021
Fixed a bug that caused web interface to crash if XML airport data didn't include Lat/Lon data.
Files updated: webapp.py, admin.py
Version 4.372
4-5-2021
Fixed bug that missed lowest altitude ceiling on METAR's not reporting flight categories
Added check to Settings Editor page to be sure field isn't left blank then accidently saved. This would cause an error.
Files updated: metar-v4.py, confedit.html, base.html, admin.py
Version 4.371
3-26-2021
Fixed two dependencies to allow image to work on RPi 4B.
Needed to pip3 uninstall rpi_ws281x then pip3 install rpi_ws281x
Needed to pip3 install Adafruit_BBIO
Files updated: index.html, admin.py
Version 4.370
3-7-2021
Added routine to check current time against reboot time if desired and reboot in the middle of the night.
admin.py houses 2 settings that are enabled. use_reboot will enable/disable setting and time_reboot dictates time to reboot.
Also, autorun in config.py must be set to 'Yes' for this feature to be enabled.
Files updated: admin.py, metar-v4.py, confedit.html.
Version 4.361
2-1-2021
Added ability for watchdog script, check-display.py to restart either metar-v4.py (LED's) and/or metar-display-v4.py (OLED's)
if either one encounter an error that caused an error. Many times this is caused by in interruption to wifi, or FAA data, etc.
Files updated: check-display.py, startup.py, webapp.py.
Version 4.360
1-5-2021
Added a Map Layout feature under Map Functions. This will show the LED routing and airports used.
Added Flight Category Badges and Raw METAR data next to each airport in the Airport Editor.
Fixed bug when the FAA METAR data doesn't include either the flight_category and forecast fields in the xml data.
Files updated: metar-v4.py, style-v4.css, apedit.html, base.html, led_map.html, webapp.py
Version 4.351
12-31-2020
Fixed bug in Web Remote app that crashed the script when 'submit/refresh' is pressed.
Files updated: lsremote.html
Version 4.350
12-27-2020
Added contextual menu item called 'Local Machines' that lists if multiple maps are on same local network.
Deleted (commented out) code and variables used with ftp-v4.py. This script is now obsolete.
***This update requires new dependencies, python-nmap and nmap.
So a new image download is required to affect this update.
Files updated: admin.py, base.html, webapp.py, ftp-v4.py
Version 4.347
12-3-2020
Added menu item under Map Utilities to display console output of Scripts.
Added menu item under Map Utilities to display the contents of the logfile.
Files updated: webapp.py, base.html, stream_log.html, open_console.html, webapp.py, rc.local, base.html
***This update requires a new dependency, seashells from http://seashells.io which had to be modified,
So a new image download is required to affect this update.
Version 4.346
11-26-2020
Added menu item under Map Utilities to manually check for an update.
Added dedicated page with instructions on safely updating software.
Added dynamic display of raw METAR next to airports listed in the Airport Editor.
Added new transitional wipe - Checker Board
Files updated: admin.py, base.html, webapp.py, apedit.html, wipes-v4.py, config.py, update_page.html, Profiles
Version 4.345
11-15-2020
Fixed bugs in wipes-v4.py that caused the lat/lons to be calculated incorrectly.
Removed all led off from rainbow wipe.
Added local variable turnoffrefresh to metar-v4.py to disable the refresh after wipes when updating FAA data.
Files updated: admin.py, webapp.py, wipes-v4.py
Version 4.344
11-5-2020
Added Newer Image Check and message to update routine in webapp.py, base.html and index.html.
Fixed Sleep Timer bug in metar-display-v4.py.
Fixed Rotary Switch Settings in all Profiles.
Updated Thank-You section of index.html.
Files updated: metar-display-v4.py, admin.py, index.html, webapp.py, Profiles.
Version 4.343
10-16-2020
Fixed bug in wipes-v4.py that didn't dim the LED Brightness when a light sensor is used.
Fixed bug in metar-v4.py.
Fixed bug in webapp.py which caused an error on the airport editor when an international airport is entered and saved.
Added changes to https://github.com/markyharris/livesectional.
Version 4.342 - Image must be downloaded for this version.
Fixed bug in webapp.py when page is loaded directly from URL box rather than the loaded page.
Added logging of Current RPI IP address whenever FAA weather update is retrieved in metar-v4.py.
Fixed bug where TAF XML reports OVC without a cloud level agl. It uses vert_vis_ft as a backup in metar-v4.py.
Fixed bug when debug mode is changed to 'Debug' in metar-v4.py.
***Added a few dependencies to accommodate future features.
Files updated: admin.py, metar-v4.py, webapp.py.
Version 4.331
7-24-2020
Added menu item to Expand File System.
Created routine to Expand File System.
Added WiFi, Memory and CPU information to System Information page.
Fixed bug where previous version was not properly backed up.
Files updated: admin.py, update_info.txt, webapp.py, expandfs.html, base.html, index.html, info-v4.py.
Version 4.330
7-23-2020
Added a Update History Page to provide this information.
Updated Utilities Menu to include Update History.
Added formatting to the Time Zone Set page.
Files updated: admin.py, update_info.txt, webapp.py, update_info.html, base.html, index.html.
Version 4.321
7-22-2020
Added Heat Map Data Import for easier upgrading.
Various small bug fixes.
Files updated: admin.py, update_info.txt, webapp.py, hmedit.html, base.html, index.html.