From b8f4e4659eef0062929037f34cdcf3f908d342d1 Mon Sep 17 00:00:00 2001 From: Charles Blonde Date: Mon, 7 Aug 2017 10:09:43 +0200 Subject: [PATCH] Add documentation for Dyson 360 Eye robot vacuum (#3148) --- source/_components/dyson.markdown | 10 ++++---- source/_components/vacuum.dyson.markdown | 30 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 source/_components/vacuum.dyson.markdown diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index 32562a5b7d8..a3d015001ce 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -13,9 +13,7 @@ ha_iot_class: "Cloud Polling" ha_release: 0.47 --- -The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms. - -Currently limited to Cool Link Purifier. +The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms: [Fans](/components/fan/dyson/) and [Robot vacuum](/components/vacuum/dyson/). To enable this component, add the following lines to your `configuration.yaml`: @@ -25,9 +23,9 @@ dyson: password: language: devices: - - device_id: + - device_id: # eg: Pure Cool Link device device_ip: - - device_id: + - device_id: # eg: Eye 360 robot vacuum device_ip: ... ``` @@ -42,6 +40,8 @@ Configuration variables: - **device_ip** (*Required*): Device IP address `devices` list is optional but you'll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface). +*If your are using a robot vacuum (Dyson 360 Eye), discovery is not yet supported so you have to provide `devices` list.* + To find devices IP address, you can use your router or `nmap`: ```bash diff --git a/source/_components/vacuum.dyson.markdown b/source/_components/vacuum.dyson.markdown new file mode 100644 index 00000000000..4ac3d49e5e1 --- /dev/null +++ b/source/_components/vacuum.dyson.markdown @@ -0,0 +1,30 @@ +--- +layout: page +title: "Dyson 360 Eye" +description: "Instructions how to integrate your Dyson Eye 360 vacuum robot within Home Assistant." +date: 2017-08-06 10:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: dyson.png +ha_category: Vacuum +ha_iot_class: "Cloud Polling" +ha_release: 0.51 +--- + +The `dyson` vacuum platform allows you to control your Dyson 360 Eye robot vacuum. + +You have first to setup the [Dyson component](/components/dyson/) + +### {% linkable_title Component services %} + +This component support the following services (see [Vacuum Cleaner Robots](/components/vacuum/)): +* [`turn_on`](/components/vacuum/#service-vacuumturn_on) +* [`turn_off`](/components/vacuum/#service-vacuumturn_off) +* [`start_pause`](/components/vacuum/#service-vacuumstart_pause) +* [`stop`](/components/vacuum/#service-vacuumstop) +* [`return_to_home`](/components/vacuum/#service-vacuumreturn_to_home) +* [`set_fan_speed`](/components/vacuum/#service-vacuumset_fanspeed). Fan speed values: + * `Quiet` + * `Max`