mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add documentation for Dyson 360 Eye robot vacuum (#3148)
This commit is contained in:
parent
04dcaebc70
commit
b8f4e4659e
@ -13,9 +13,7 @@ ha_iot_class: "Cloud Polling"
|
|||||||
ha_release: 0.47
|
ha_release: 0.47
|
||||||
---
|
---
|
||||||
|
|
||||||
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms.
|
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/).
|
||||||
|
|
||||||
Currently limited to Cool Link Purifier.
|
|
||||||
|
|
||||||
To enable this component, add the following lines to your `configuration.yaml`:
|
To enable this component, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
@ -25,9 +23,9 @@ dyson:
|
|||||||
password: <dyson_acount_password>
|
password: <dyson_acount_password>
|
||||||
language: <dyson_account_language>
|
language: <dyson_account_language>
|
||||||
devices:
|
devices:
|
||||||
- device_id: <device_id_1>
|
- device_id: <device_id_1> # eg: Pure Cool Link device
|
||||||
device_ip: <device_ip_1>
|
device_ip: <device_ip_1>
|
||||||
- device_id: <device_id_2>
|
- device_id: <device_id_2> # eg: Eye 360 robot vacuum
|
||||||
device_ip: <device_ip_2>
|
device_ip: <device_ip_2>
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
@ -42,6 +40,8 @@ Configuration variables:
|
|||||||
- **device_ip** (*Required*): Device IP address
|
- **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).
|
`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`:
|
To find devices IP address, you can use your router or `nmap`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
30
source/_components/vacuum.dyson.markdown
Normal file
30
source/_components/vacuum.dyson.markdown
Normal file
@ -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`
|
Loading…
x
Reference in New Issue
Block a user