Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Added example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Dec 24, 2015
1 parent 3484b2b commit 0a1bc62
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/maxd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[GENERAL]
# comma-separated list of calendar names (see below)
# calendars = cal1

# The time to begin heating before an event. Note that it may take up to 10 minutes for the cube to
# actually change the valve setting on the thermostat.
# Either as an integer or as hh:mm. Defaults to 30, limited to 180 minutes.
# warmup = 30

# Max Cube settings
# If you don't fill any settings, pymaxd will follow the cube discovery protocol and send the commands to the first cube found.
# If only serial is set, pymaxd will issue a network configuration discovery broadcast for the serial and use the ip address in the response
# If the the address option is set, pymaxd skips the discovery phase and connect directly to the address
[cube]
# serial = ...
# address =

# Default port. Normally, you don't need to change this value
# port = 62910


# Example of a calendar definition.
# [cal1]
# # url can either be an url (http:// or https://) or a path to a local file
# url =
# # Optional authentication (ignored for local files)
# # username =
# # password =

0 comments on commit 0a1bc62

Please sign in to comment.