Skip to content

Commit

Permalink
- Added WU error condition check (can't retrieve reference data)
Browse files Browse the repository at this point in the history
- Added send data check (obsolete, not updated for timeout)
- Added force reboot of ESP8266 modules
  • Loading branch information
wwakabobik committed Feb 26, 2021
1 parent 0886181 commit 42365c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home_server/secure_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
wu_station_id =
wu_station_pwd =
wu_reference_station_id =
wu_cam_id =
wu_cam_pwd =

# OPEN WEATHER DATA
ow_api_key =
Expand All @@ -17,3 +19,9 @@
# PWSWEATHER DATA
pwsw_station_id =
pwsw_api_key =

# NARODMON DATA
narodmon_name =
narodmon_owner =
narodmon_mac =
narodmon_api_key =

0 comments on commit 42365c7

Please sign in to comment.