From 4f511dd7a4841c34215fde9da201389a0d88b789 Mon Sep 17 00:00:00 2001 From: Sabesto Date: Tue, 13 Jun 2017 07:06:43 +0200 Subject: [PATCH] Add docs for Flexit A/C platform (#2739) * Add docs for Flexit A/C platform * Added note about modbus and a full config example --- source/_components/climate.flexit.markdown | 58 +++++++++++++++++++++ source/images/supported_brands/flexit.png | Bin 0 -> 1324 bytes 2 files changed, 58 insertions(+) create mode 100644 source/_components/climate.flexit.markdown create mode 100644 source/images/supported_brands/flexit.png diff --git a/source/_components/climate.flexit.markdown b/source/_components/climate.flexit.markdown new file mode 100644 index 0000000000..078b840985 --- /dev/null +++ b/source/_components/climate.flexit.markdown @@ -0,0 +1,58 @@ +--- +layout: page +title: "Flexit A/C controller" +description: "Instructions how to integrate Flexit A/C unit into Home Assistant." +date: 2017-06-02 16:30 +0200 +sidebar: true +comments: false +sharing: true +footer: true +logo: flexit.png +ha_category: Climate +ha_release: 0.47 +ha_iot_class: "Local Polling" +--- + +Integrates [Flexit](https://www.flexit.no/en/) Air Conditioning unit into Home Assistant. + +Requires an CI66 Modbus Adapter [CI66](https://www.flexit.no/en/products/air_handling_unit/accessories_ahu/modul/modbusadapter_ci66/modbus_adapter_ci66_k2-c2-uni/) + +To enable this platform, add the following lines to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +climate: + - platform: flexit + slave: 21 +``` + +Configuration variables: + +- **slave** (*Required*): The slave ID of the modbus adapter, set using DIP-switches. +- **name** (*Optional*): Displayed name of the A/C unit + +

+This component requires the [Modbus](/components/modbus/) component to be set up to work +

+ +Full configuration example including modbus setup shown below: + +DIP-switch settings on the CI66: +1=ON, 2=ON, 3=OFF, 4=ON, 5=OFF, 6=ON, 7=ON, 8=ON + +```yaml +# Full example configuration.yaml entry +modbus: + type: serial + method: rtu + port: /dev/ttyUSB0 + baudrate: 56000 + stopbits: 1 + bytesize: 8 + parity: E + +climate: + - platform: flexit + name: Main A/C + slave: 21 +``` \ No newline at end of file diff --git a/source/images/supported_brands/flexit.png b/source/images/supported_brands/flexit.png new file mode 100644 index 0000000000000000000000000000000000000000..8a0dc0c6f84e2fbbf6c41ed0deb7dd0476c12f3f GIT binary patch literal 1324 zcma)6eKgYx7+!~)@|k;uXmq<*NPd!TH6J6<%zR{|U4?whM~?jNEjuGua@F;5By@4N z*vw}PvE{Q{S2GX|4N)CaZ7%(s;7Q7vCD+Y2tIwdmZ2r@Y$E(RSF5uKjOh;de# z?p*Q-@;rX=F$Di^cue?mQ63Jq?(XiE5{K_HSM4am)s1cGy27<LA#8BfV^oJ5fC9J5gB%SXAktrY7}f$N2Dz!Sna%Q~J(jkAeGon&P>%*MFDd zKB675C8?(RC2_Cjq@A)TT=hWy3A)B@wKhR-Tkj!8+Q>;xzn9XBVk9NE(K-~9v?hv+ znd>KhI)wkBIF)m+>0K^Z9g?hegmgbTXBDyB zO>|XS^-bG~2VK?^572831e7N|xK^cRU)NJ3SGGK#IsH90cw+;>#wW2U_U)Dc^ zfsNsTa?q-OluaK;?q#5s@pwOK$maVbxx3x|_*U)v<%y1!(~Lds=7N~Q+4E;hsrHzI zJ!A(3@TX*Pix8b~aCWIj#KvQsglS7vb1feN^WdE%1R(ZC)9X@o#f!#!$EI^!owLFi z{(fuoa9vTkNQX7@w#rF~xiMd=f34T4=61T44aQAz0IW?G;4?=!q@<63lwTc7ql2_qZ2)}uALj)%cuK6djrCoZpgoH@G%)4ae1_?bp8=(Nk# zi6VbDyR3x!@fB))qWY%+`T;==85`mRR}(w{#N!GcPVAd1g2(c)#M({9f|4CYb11ga zZ{g>p#Cx2oDskB6DTQrDLuGPOTr4&s{^jsDIBQq+Txp%J>Doh9Di3Vc&J5v(!xbG1 zWW)B2FoJP0N5>$y`$z7+ML@Vk$ZPQ1#6~vkLfb=a9TYw^LAL4UoMrI5ORw2s(Qjs7 e0lu+e^Aci_SX<3*UK&=l3Iyrt=h5PRJ^Mc>F2sBQ literal 0 HcmV?d00001