pico-s0-powermeter/configs.py

15 lines
432 B
Python

configs = {
'country': 'AT',
'ntp_host': 'pool.ntp.org',
'gmt_offset': 1,
'auto_summertime': True,
'disable_wifi_powersavingmode': True,
'api_port': 80,
'hostname': 'powermeter',
'log_housekeeping_days': 7,
'api_client_ip': '',
'db_api': 'http://your-power-api-host/powerapi/index.php',
'db_api_interval_minutes': 5,
'db_api_pull_interval_minutes': 60,
'ticks_per_kWh': 1000
}