-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
45 lines (45 loc) · 1.45 KB
/
config.json
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
{
"version": "Base-6.10a",
"temp_offset": 0,
"altitude": 49,
"enable_display": false,
"enable_adafruit_io": false,
"aio_user_name": "",
"aio_key": "",
"aio_feed_window": 0,
"aio_feed_sequence": 0,
"aio_household_prefix": "",
"aio_location_prefix": "",
"aio_package": "",
"enable_send_data_to_homemanager": true,
"enable_receive_data_from_homemanager": false,
"enable_indoor_outdoor_functionality": false,
"outdoor_source_type": "Enviro",
"outdoor_source_id": {},
"enable_noise": false,
"mqtt_broker_name": "localhost",
"mqtt_username": "",
"mqtt_password": "",
"enable_luftdaten": false,
"enable_luftdaten_noise": false,
"disable_luftdaten_sensor_upload": "None",
"enable_climate_and_gas_logging": false,
"enable_particle_sensor": true,
"enable_eco2_tvoc": false,
"gas_daily_r0_calibration_hour": 3,
"reset_gas_sensor_calibration": false,
"incoming_temp_hum_mqtt_topic": "",
"incoming_temp_hum_mqtt_sensor_name": "",
"incoming_barometer_mqtt_topic": "",
"incoming_barometer_sensor_id": 0,
"indoor_outdoor_function": "Outdoor",
"mqtt_client_name": "",
"outdoor_mqtt_topic": "aq/readings",
"indoor_mqtt_topic": "",
"city_name": "Portland",
"time_zone": "America/Los_Angeles",
"custom_locations": [
"Portland, United States of America, America/Los_Angeles, 45.52, -122.681944"
],
"enable_json_logging": false
}