From e8690461deec604e8bdec799d79bc675e96eb1b7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 18 Oct 2015 18:26:19 +0200 Subject: [PATCH] Add radiotherm page --- .../components/thermostat.radiotherm.markdown | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/components/thermostat.radiotherm.markdown diff --git a/source/components/thermostat.radiotherm.markdown b/source/components/thermostat.radiotherm.markdown new file mode 100644 index 00000000000..349677f0d36 --- /dev/null +++ b/source/components/thermostat.radiotherm.markdown @@ -0,0 +1,33 @@ +--- +layout: page +title: "Radiotherm thermostat support" +description: "Instructions how to integrate Radiotherm thermostats within Home Assistant." +date: 2015-10-18 17:15 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +The nest thermostat platform let you control a thermostat from [Radio Thermostat](http://www.radiothermostat.com/). + +The underlaying library supports: +- CT50 V1.09 +- CT50 V1.88 +- CT50 V1.94 (also known as Filtrete 3M50) +- CT80 Rev B2 V1.03 + +To set it up, add the following information to your `configuration.yaml` file: + +```yaml +thermostat: + platform: radiotherm + host: USERNAME + password: PASSWORD +``` + +Configuration variables: + +- **host** (*Required*): Your Radiotherm thermostat. +