-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
69 lines (52 loc) · 2.2 KB
/
.env.example
File metadata and controls
69 lines (52 loc) · 2.2 KB
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
# WeeWX with EcoWitt GW1000 Configuration
# Copy this file to .env and adjust the values as needed
# Extension Configuration
# Enable GW1000 driver (for Ecowitt GW1000/WS3800 weather stations)
ENABLE_GW1000_DRIVER=true
# GW1000/WS3800 Gateway IP Address
# Set this to the IP address of your GW1000/WS3800 display/gateway device
GW1000_IP=192.168.1.10
# GW1000 Rain Sensor Type
# Set to true for WS90/WS85 piezo rain sensors, false for traditional rain gauges
# When enabled, piezo rain data (p_rain) will be mapped to standard WeeWX rain fields
GW1000_USE_PIEZO_RAIN=false
# Nginx Web Server Port
# Port on which the nginx web server will be accessible
# Default: 8080 (http://your-server:8080)
NGINX_PORT=8080
# WeeWX Station Configuration
# Location description for your weather station
WEEWX_LOCATION=My Cosy Home Weather Station
# Verbose description of your weather station hardware
WEEWX_VERBOSE_HARDWARE=Personal Weather Station
# Station coordinates in decimal degrees
# Negative values for southern/western hemispheres
WEEWX_LATITUDE=47.2626
WEEWX_LONGITUDE=11.3945
# Station altitude with unit (foot or meter)
WEEWX_ALTITUDE=587, meter
# Optional: Website URL for your station (must start with http:// or https://)
# WEEWX_STATION_URL=https://myweather.example.com
# Rain year start month (1=January, 10=October, etc.)
WEEWX_RAIN_YEAR_START=1
# First day of week (0=Monday, 1=Tuesday, ..., 6=Sunday)
WEEWX_WEEK_START=0
# Unit system for web interface display
# Options: 'us' (Fahrenheit, inches, etc.), 'metric' (Celsius, mm, etc.), 'metricwx' (meteorological metric)
WEEWX_UNIT_SYSTEM=metric
# Language and Localization
# Language code for WeeWX interface (en, de, fr, es, it, etc.)
WEEWX_LANGUAGE=en
# Timezone Configuration
# Timezone for display in skins (IANA timezone format, e.g., Europe/Berlin for CEST)
# Leave empty to use system default
# WEEWX_TIMEZONE=Europe/Berlin
# Enable Inigo extension (for weeWXWeatherApp Android app support)
ENABLE_INIGO_EXTENSION=true
INIGO_VERSION=1.0.17
# Enable Belchertown skin (modern responsive web interface)
ENABLE_BELCHERTOWN_SKIN=true
BELCHERTOWN_VERSION=1.3.1
# Default WeeWX Skin Selection
# Options: 'Seasons' (default), 'Belchertown' (if enabled above)
WEEWX_SKIN=Belchertown