-
Notifications
You must be signed in to change notification settings - Fork 11
Configuration file options
wez3 edited this page Jan 3, 2017
·
2 revisions
blockname | sample value | remarks | |||||
---|---|---|---|---|---|---|---|
[general settings] | |||||||
server | |||||||
url | = | 127.0.0.1 | # | IP-address of Domoticz backend. Use 127.0.0.1 for local machine | |||
flask-url | = | 192.168.1.99 | # | this is the internal IP-address including port of the Domoboard server | |||
user | = | admin | # | Username for Domoticz (if required) | |||
password | = | *********** | # | Password for Domoticz (if required) | |||
secret_key | = | 6BaSYEI3ZcInlf31B4iU | # | A random secret key used for Python authentication. Change to anything random. | |||
users | |||||||
username | = | password | # | Add users for Domoboard here. In this case login with username “username” and password “password” | |||
domoboard | |||||||
time | = | True | # | True/False: show time in top bar | |||
google_maps_api_key | = | AIzaSyD_W6nCi2LS15ghtYYtar9BphklC5LBJAk | # | Fake key - get your own from google | |||
anwb | # | Required for plugin ANWB | |||||
startPoint | = | “address housenumber, city” | |||||
endPoint | = | “address housenumber, city” | |||||
icloud | # | Required for plugin iCloud | |||||
user | = | apple-ID | |||||
password | = | ****** | |||||
[navbar] | |||||||
menu | |||||||
menu-item | = | section | # | for each menu item add a section starting with [section-name] where section-name can be any value | |||
[section-name] | # | for each section add a block starting with [section-name] | |||||
display-components | |||||||
components | = | comp-name1, comp-name2[title1], comp-name2[title2] | # | reference the type of components to use. One type can be repeated with seperate titles. Needs to be one from the list of display components of plugins. | |||
component-name | # | for each component added add a sub-block with the name of the display-component when required | |||||
[title1] | # | optional | |||||
item-name | = | {idx}, {option1}, {option2} | # | idx from domoticz, options depended on display-component (see below) | |||
display components | cfg | values | remark | ||||
top_tiles | # | n/a | |||||
Item-name | # | {idx}, {option1} | option1 = icon-type, value of: fire, car, plug, info, lightbulb-o, bolt, percent - see http://fontawesome.io/icons/ for full list (version 4.7 not supported yet) | ||||
switches | # | n/a | |||||
[title] | |||||||
Item-name | # | {idx}, {option1} | option1 = switch-type, value of: switch, rgb, dimmer, setpoint, pushon, pushoff | ||||
camera | |||||||
[title] | # | optional | |||||
url | = | http://x.x.x.x:88/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xxx&pwd=xxx | # | URL of Camera | |||
weather | |||||||
Location | = | “address housenumber, city” | # | String containing location | |||
news | |||||||
rssfeed | = | http://www.nu.nl/rss/Algemeen | # | URL referencing a newsfeed | |||
map | |||||||
[title] | |||||||
Location | = | {idx} | # | A Domoticz utility text field containing a location which is passed to Google maps. | |||
domoticz_temp_charts | |||||||
Item-name | = | {idx}, {option1}, {option2} | # | option1 = time-scales, value of: day, week or month option2 = temp | |||
domoticz_smart_charts | |||||||
Item-name | = | {idx}, {option1}, {option2} | # | option1 = time-scales, value of: day, week or month option2 = energy, gas, water, counter | |||
domoticz_counter_charts | |||||||
Item-name | = | {idx}, {option1}, {option2} | # | option1 = time-scales, value of: day, week or month option2 = Pressure, Visibility, Radiation, Soil Moisture, Leaf Wetness, Voltage, VoltageGeneral, DistanceGeneral, Sound Level, CurrentGeneral, Waterflow | |||
domoticz_percentage_charts | |||||||
Item-name | = | {idx}, {option1} | # | option1 = time-scales, value of: day, week or month | |||
line_charts | |||||||
Item-name | {idx}, {option1}, {option2} | # | option1 = time-scales, value of: day, week or month option2 = temp | ||||
area_charts | |||||||
Item-name | {idx} | ||||||
bar_charts | |||||||
Item-name | {idx} | # | It is possible to add multiple items to be displayed in the same bar chart. | ||||
donut_charts | |||||||
Item-name | {idx} | # | It is possible to add multiple items to be displayed in the same donut chart. | ||||
power_usage | |||||||
Item-name | {idx} | # | It is possible to add multiple items to be displayed in the power usage table. | ||||
serverlog | n/a | ||||||
settings | n/a | ||||||
plugins | option 1 | ||||||
iCloud | n/a | ||||||
ANWB | n/a |