From 0a1bc62c64bc95a5d8e0002ca7d0bfaa331643c8 Mon Sep 17 00:00:00 2001 From: Johann Schmitz Date: Thu, 24 Dec 2015 09:18:36 +0100 Subject: [PATCH] Added example configuration --- doc/maxd.cfg | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/maxd.cfg diff --git a/doc/maxd.cfg b/doc/maxd.cfg new file mode 100644 index 0000000..3effe4a --- /dev/null +++ b/doc/maxd.cfg @@ -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 = \ No newline at end of file