-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of functionalities shared by sensors #123
Comments
@carlosparadis just wanted to annotate the shared current parts of the code in the master branch that we talked about before I head out for Christmas vacation error_loggingAPI_EGAUGE lonoa/egauge/script/api_egauge.py Lines 141 to 144 in 65609c5
insert_readings_into_database() lonoa/egauge/script/api_egauge.py Lines 193 to 204 in 65609c5
log_failure_to_connect_to_api() lonoa/egauge/script/api_egauge.py Lines 214 to 217 in 65609c5
log_failure_to_connect_to_database() lonoa/egauge/script/api_egauge.py Lines 227 to 230 in 65609c5
API_WEBCTRL lonoa/webctrl/script/api_webctrl.py Lines 113 to 117 in 65609c5
insert_readings_into_database() lonoa/webctrl/script/api_webctrl.py Lines 172 to 182 in 65609c5
log_failure_to_connect_to_api() lonoa/webctrl/script/api_webctrl.py Lines 191 to 193 in 65609c5
log_failure_to_connect_to_database() lonoa/webctrl/script/api_webctrl.py Lines 203 to 205 in 65609c5
EXTRACT_HOBO lonoa/hobo/script/extract_hobo.py Lines 134 to 136 in 65609c5
insert_csv_readings_into_db() lonoa/hobo/script/extract_hobo.py Lines 194 to 195 in 65609c5
log_failure_to_get_csv_readings_from_folder_not_in_db() lonoa/hobo/script/extract_hobo.py Lines 219 to 226 in 65609c5
log_failure_to_insert_csv_readings_into_db() lonoa/hobo/script/extract_hobo.py Lines 238 to 243 in 65609c5
|
Bullet list of functionalities a new sensor would like to have, but not necessarily needed to get data:
Add to wiki:
Should be useful for future users of lonoa to understand what db columns the scripts do and do not use.
The text was updated successfully, but these errors were encountered: