-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
22 lines (21 loc) · 1.25 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
port: 8010 # http server port to host metrics on
devices: []
# - url: http://192.168.1.10 # device address
# sysid: '123123123123' # device ID (printed on the controller)
# password: '123123123123' # password (same as sysid if empty)
# delay: 15 # delay in seconds between reads
# report: # reported metrics configuration
# controllerConnected: true # if icon_controller_connected metric is reported
# httpClient: true # if icon_http_client_seconds metric is reported
# externalTemperature: true # if icon_external_temperature metric is reported
# waterTemperature: true # if icon_water_temperature metric is reported
# heating: true # if icon_heating metric is reported
# eco: true # if icon_eco metric is reported
# roomConnected: true # if icon_room_connected metric is reported
# temperature: true # if icon_temperature metric is reported
# relay: true # if icon_relay_on metric is reported
# humidity: true # if icon_humidity metric is reported
# targetTemperature: true # if icon_target_temperature metric is reported
# dewTemperature: true # if icon_dew_temperature metric is reported
# - url: http://192.168.1.11 # device address
# sysid: '321321321321' # device ID (printed on the controller)