2017-08-20 22:56:21 +02:00
|
|
|
[SQL]
|
2017-09-18 23:10:36 +02:00
|
|
|
sql_host = localhost
|
|
|
|
sql_port = 3306
|
|
|
|
sql_base = cameteo
|
2017-09-19 16:35:17 +02:00
|
|
|
sql_user = cameteo
|
2017-08-20 22:56:21 +02:00
|
|
|
sql_pass = WaKaW9XMGUZ3rRJD
|
|
|
|
sql_sys = mysql
|
|
|
|
sql_api = pymysql
|
|
|
|
sql_verbose = 0
|
|
|
|
|
|
|
|
[MQTT]
|
2017-09-18 23:10:36 +02:00
|
|
|
mqtt_host = localhost
|
2017-08-20 22:56:21 +02:00
|
|
|
mqtt_port = 1883
|
2017-09-18 22:37:04 +02:00
|
|
|
mqtt_client_id = cameteo
|
2017-09-16 01:36:47 +02:00
|
|
|
mqtt_user = arofarn
|
|
|
|
mqtt_pass = WaKaW9XMGUZ3rRJD
|
2017-09-18 22:37:04 +02:00
|
|
|
mqtt_qos = 2
|
2017-08-20 22:56:21 +02:00
|
|
|
mqtt_topic = huzzah0/#
|
|
|
|
|
2017-09-16 22:40:14 +02:00
|
|
|
[CAMERA]
|
|
|
|
camera_mqtt_topic = raspi0/camera
|
2017-09-18 22:37:04 +02:00
|
|
|
camera_resolution_x=2592
|
|
|
|
camera_resolution_y=1944
|
|
|
|
camera_warmup_time=2
|
|
|
|
camera_iso=0
|
2017-09-18 23:10:36 +02:00
|
|
|
camera_rotation=180
|
2017-09-18 22:37:04 +02:00
|
|
|
camera_auto_white_balance=auto
|
|
|
|
camera_exposure_mode=auto
|
|
|
|
camera_contrast=0
|
|
|
|
|
|
|
|
photo_dir=/home/pi/Cameteo/photos/
|
|
|
|
photo_name=test_%%Y%%m%%d_%%H%%M%%S
|
|
|
|
photo_format=jpeg
|
2017-09-16 22:40:14 +02:00
|
|
|
|
2017-09-20 18:06:00 +02:00
|
|
|
[EPD]
|
|
|
|
epd_font_file=/usr/share/fonts/truetype/freefont/FreeMono.ttf
|
|
|
|
epd_bold_font_file=/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf
|
|
|
|
epd_italic_font_file=/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf
|
|
|
|
epd_rotate = 1
|
|
|
|
|
2017-08-20 22:56:21 +02:00
|
|
|
[MISC]
|
2017-09-18 22:37:04 +02:00
|
|
|
TimeZone=2
|