diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md deleted file mode 100644 index fe47e592..00000000 --- a/docs/configuration/configuration.md +++ /dev/null @@ -1,73 +0,0 @@ -# Configuration -The following configuration options are available in `data/configuration.yaml`. - -The values shown are the default ones. - -```yaml -# Required: Home Assistant integration (MQTT discovery) -homeassistant: false - -# Required: allow new devices to join. -# WARNING: Disable this after all devices have been paired! -permit_join: true - -# Required: MQTT settings -mqtt: - # Required: MQTT base topic for zigbee2mqtt MQTT messages - base_topic: zigbee2mqtt - # Required: MQTT server URL - server: 'mqtt://localhost:1883' - # Optional: MQTT server authentication user - user: my_user - # Optional: MQTT server authentication password - password: my_password - # Optional: MQTT client ID - client_id: 'MY_CLIENT_ID' - # Disable self-signed SSL certificates - reject_unauthorized: true - # Optional: Include device information to mqtt messages (default: false) - include_device_information: true - -# Required: serial settings -serial: - # Required: location of CC2531 USB sniffer - port: /dev/tty.usbmodem1411 - # Optional: disable LED of CC2531 USB sniffer - disable_led: false - -# Optional: advanced settings -advanced: - # Optional: ZigBee pan ID - pan_id: 0x1a62 - # Optional: Zigbee extended pan ID - ext_pan_id: [0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD] - # Optional: ZigBee channel - channel: 11 - # Optional: state caching - # https://github.com/Koenkk/zigbee2mqtt/commit/9396bde1f3b022e0f634487d1a37d2a5127c8cb3#diff-f68567477d803b49930337bf7fe1556bR16 - cache_state: true - # Optional: Logging level, options: debug, info, warn, error - log_level: info - # Optional: Location of log directory - log_directory: data/log/%TIMESTAMP% - # Optional: Baudrate for serial port - baudrate: 115200 - # Optional: RTS / CTS Hardware Flow Control for serial port - rtscts: true - # Optional: soft reset ZNP after timeout (in seconds); 0 is disabled - soft_reset_timeout: 0 - # Optional: network encryption key, changing requires repairing of all devices. - network_key: [1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13], - # Optional: Add a last_seen attribute to MQTT messages, contains date/time of last Zigbee message - # possible values are: disable (default), ISO_8601, epoch - last_seen: 'disable' - # Optional: Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg - elapsed: false - # Availability timeout in seconds, disabled by default (0). - # When enabled, devices will be checked if they are still online. - # Only AC powered routers are checked for availability. - availability_timeout: 0, - # Blacklist devices from being checked for availability - availability_blacklist: - - DEVICE_FRIENDLY_NAME -``` diff --git a/docs/configuration/device_specific_configuration.md b/docs/configuration/device_specific_configuration.md deleted file mode 100644 index 5849212f..00000000 --- a/docs/configuration/device_specific_configuration.md +++ /dev/null @@ -1,41 +0,0 @@ -# Device specific configuration -The `configuration.yaml` allows to set device specific configuration. The following options are available. - -### All devices -* `friendly_name`: Used in the MQTT topic of a device. By default this is the device ID (e.g. `0x00128d0001d9e1d2`). -* `retain`: Retain MQTT messages of this device. -* `qos`: QoS level for MQTT messages of this device. [What is QoS?](https://www.npmjs.com/package/mqtt#about-qos) -* `report`: The device will be setup to report it's changed state when not directly controlled by zigbee2mqtt (e.g. via a remote control). -* `homeassistant`: Allows to override values of the Home Assistant discovery payload. See example below. - -### Device type specific -* `occupancy_timeout`: Timeout (in seconds) after the `occupancy: false` message is sent, only available for occupany sensors. If not set, the timeout is `90` seconds. When set to `0` no `occupancy: false` is send. -* `temperature_precision`: Controls the precision of `temperature` values, e.g. `0`, `1` or `2`; default `2`. -* `humidity_precision`: Controls the precision of `humidity` values, e.g. `0`, `1` or `2`; default `2`. -* `pressure_precision`: Controls the precision of `pressure` values, e.g. `0` or `1`; default `1`. - -### Example -``` yaml -devices: - '0x00158d0001d82999': - friendly_name: 'my_occupancy_sensor' - retain: true - occupancy_timeout: 20 - qos: 1 - report: true - homeassistant: - # Applied to all discovered entities. - expire_after: 30 - # Only applied to discovered temperature sensor. - temperature: - icon: mdi:oil-temperature -``` - -### Changing device type specific defaults -The default values used for the device specific configuration can be overriden via e.g.: - -```yaml -device_options: - occupancy_timeout: 30 - temperature_precision: 1 -``` diff --git a/docs/images/devices/100.110.39.jpg b/docs/images/devices/100.110.39.jpg deleted file mode 100644 index b8c68932..00000000 Binary files a/docs/images/devices/100.110.39.jpg and /dev/null differ diff --git a/docs/images/devices/4033930P7.jpg b/docs/images/devices/4033930P7.jpg deleted file mode 100644 index 78f990b9..00000000 Binary files a/docs/images/devices/4033930P7.jpg and /dev/null differ diff --git a/docs/images/devices/81825.jpg b/docs/images/devices/81825.jpg deleted file mode 100644 index cfd5f273..00000000 Binary files a/docs/images/devices/81825.jpg and /dev/null differ diff --git a/docs/images/devices/E1743.jpg b/docs/images/devices/E1743.jpg deleted file mode 100644 index 6811c598..00000000 Binary files a/docs/images/devices/E1743.jpg and /dev/null differ diff --git a/docs/images/devices/E1746.jpg b/docs/images/devices/E1746.jpg deleted file mode 100644 index 3814b00d..00000000 Binary files a/docs/images/devices/E1746.jpg and /dev/null differ diff --git a/docs/images/devices/HS3CG.jpg b/docs/images/devices/HS3CG.jpg deleted file mode 100644 index 492d5c2f..00000000 Binary files a/docs/images/devices/HS3CG.jpg and /dev/null differ diff --git a/docs/images/devices/IM-Z3.0-DIM.jpg b/docs/images/devices/IM-Z3.0-DIM.jpg deleted file mode 100644 index fe31a653..00000000 Binary files a/docs/images/devices/IM-Z3.0-DIM.jpg and /dev/null differ diff --git a/docs/images/devices/RADON-TriTech-ZB.jpg b/docs/images/devices/RADON-TriTech-ZB.jpg deleted file mode 100644 index f427f41d..00000000 Binary files a/docs/images/devices/RADON-TriTech-ZB.jpg and /dev/null differ diff --git a/docs/images/devices/RS-225.jpg b/docs/images/devices/RS-225.jpg deleted file mode 100644 index 0eb75c91..00000000 Binary files a/docs/images/devices/RS-225.jpg and /dev/null differ diff --git a/docs/images/devices/SPZB0001.jpg b/docs/images/devices/SPZB0001.jpg deleted file mode 100644 index a6ee672c..00000000 Binary files a/docs/images/devices/SPZB0001.jpg and /dev/null differ diff --git a/docs/images/devices/TI0001.jpg b/docs/images/devices/TI0001.jpg deleted file mode 100644 index 6ae36c2f..00000000 Binary files a/docs/images/devices/TI0001.jpg and /dev/null differ diff --git a/docs/images/devices/YRD426NRSC.jpg b/docs/images/devices/YRD426NRSC.jpg deleted file mode 100644 index 8627f198..00000000 Binary files a/docs/images/devices/YRD426NRSC.jpg and /dev/null differ diff --git a/docs/images/devices/Z809AF.jpg b/docs/images/devices/Z809AF.jpg deleted file mode 100644 index 23b5f89c..00000000 Binary files a/docs/images/devices/Z809AF.jpg and /dev/null differ diff --git a/docs/information/supported_devices.md b/docs/information/supported_devices.md deleted file mode 100644 index f376bd43..00000000 --- a/docs/information/supported_devices.md +++ /dev/null @@ -1,439 +0,0 @@ -# Supported devices - -*NOTE: This file has been generated, do not edit this file manually!* - -Currently **204** devices are supported from **45** different vendors. - -In case you own a Zigbee device which is **NOT** listed here, please see -[How to support new devices](https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html). - -### AduroSmart - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 81809 | AduroSmart ERIA colors and white shades smart light bulb A19 (on/off, brightness, color temperature, color xy) | ![../images/devices/81809.jpg](../images/devices/81809.jpg) | -| 81825 | AduroSmart ERIA smart wireless dimming switch (on, off, up, down) | ![../images/devices/81825.jpg](../images/devices/81825.jpg) | - -### Airam - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 4713407 | Airam LED OP A60 ZB 9W/827 E27 (on/off, brightness) | ![../images/devices/4713407.jpg](../images/devices/4713407.jpg) | -| AIRAM-CTR.U | Airam CTR.U remote (can only be used to control the Airam 4713407 bulb) (on/off) | ![../images/devices/AIRAM-CTR.U.jpg](../images/devices/AIRAM-CTR.U.jpg) | - -### Belkin - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| F7C033 | Belkin WeMo smart LED bulb (on/off, brightness) | ![../images/devices/F7C033.jpg](../images/devices/F7C033.jpg) | - -### Bitron - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| AV2010/22 | Bitron Wireless motion detector (occupancy) | ![../images/devices/AV2010-22.jpg](../images/devices/AV2010-22.jpg) | -| AV2010/25 | Bitron Video wireless socket (on/off, power measurement) | ![../images/devices/AV2010-25.jpg](../images/devices/AV2010-25.jpg) | -| AV2010/32 | Bitron Wireless wall thermostat with relay (temperature, heating/cooling system control) | ![../images/devices/AV2010-32.jpg](../images/devices/AV2010-32.jpg) | - -### Bosch - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| RADON TriTech ZB | Bosch Wireless motion detector (occupancy and temperature) | ![../images/devices/RADON-TriTech-ZB.jpg](../images/devices/RADON-TriTech-ZB.jpg) | - -### Calex - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 421786 | Calex LED A60 Zigbee GLS-lamp (on/off, brightness) | ![../images/devices/421786.jpg](../images/devices/421786.jpg) | - -### Centralite - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 4256251-RZHAC | Centralite White Swiss power outlet switch with power meter (switch and power meter) | ![../images/devices/4256251-RZHAC.jpg](../images/devices/4256251-RZHAC.jpg) | - -### Climax - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| PSS-23ZBS | Climax Power plug (on/off) | ![../images/devices/PSS-23ZBS.jpg](../images/devices/PSS-23ZBS.jpg) | - -### Commercial Electric - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 53170161 | Commercial Electric Matte White Recessed Retrofit Smart Led Downlight - 4 Inch (on/off, brightness, color temperature) | ![../images/devices/53170161.jpg](../images/devices/53170161.jpg) | - -### Custom devices (DiY) - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| CC2530.ROUTER | Custom devices (DiY) [CC2530 router](http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/) (state, description, type, rssi) | ![../images/devices/CC2530.ROUTER.jpg](../images/devices/CC2530.ROUTER.jpg) | -| DNCKATSW001 | Custom devices (DiY) [DNCKAT single key wired wall light switch](https://github.com/dzungpv/dnckatsw00x/) (on/off) | ![../images/devices/DNCKATSW001.jpg](../images/devices/DNCKATSW001.jpg) | -| DNCKATSW002 | Custom devices (DiY) [DNCKAT double key wired wall light switch](https://github.com/dzungpv/dnckatsw00x/) (hold/release, on/off) | ![../images/devices/DNCKATSW002.jpg](../images/devices/DNCKATSW002.jpg) | -| DNCKATSW003 | Custom devices (DiY) [DNCKAT triple key wired wall light switch](https://github.com/dzungpv/dnckatsw00x/) (hold/release, on/off) | ![../images/devices/DNCKATSW003.jpg](../images/devices/DNCKATSW003.jpg) | -| DNCKATSW004 | Custom devices (DiY) [DNCKAT quadruple key wired wall light switch](https://github.com/dzungpv/dnckatsw00x/) (hold/release, on/off) | ![../images/devices/DNCKATSW004.jpg](../images/devices/DNCKATSW004.jpg) | - -### Dresden Elektronik - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| Mega23M12 | Dresden Elektronik ZigBee Light Link wireless electronic ballast (on/off, brightness, color temperature, color xy) | ![../images/devices/Mega23M12.jpg](../images/devices/Mega23M12.jpg) | -| XVV-Mega23M12 | Dresden Elektronik ZigBee Light Link wireless electronic ballast color temperature (on/off, brightness, color temperature) | ![../images/devices/XVV-Mega23M12.jpg](../images/devices/XVV-Mega23M12.jpg) | - -### EDP - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| PLUG EDP RE:DY | EDP re:dy plug (on/off, power measurement) | ![../images/devices/PLUG-EDP-RE-DY.jpg](../images/devices/PLUG-EDP-RE-DY.jpg) | - -### EcoSmart - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| D1821 | EcoSmart A19 RGB bulb (on/off, brightness, color temperature, color xy) | ![../images/devices/D1821.jpg](../images/devices/D1821.jpg) | -| D1531 | EcoSmart A19 bright white bulb (on/off, brightness) | ![../images/devices/D1531.jpg](../images/devices/D1531.jpg) | -| D1532 | EcoSmart A19 soft white bulb (on/off, brightness) | ![../images/devices/D1532.jpg](../images/devices/D1532.jpg) | - -### Eurotronic - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| SPZB0001 | Eurotronic Spirit Zigbee wireless heater thermostat (temperature, heating system control) | ![../images/devices/SPZB0001.jpg](../images/devices/SPZB0001.jpg) | - -### GE - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 22670 | GE Link smart LED light bulb, BR30 soft white (2700K) (on/off, brightness) | ![../images/devices/22670.jpg](../images/devices/22670.jpg) | -| 45852GE | GE ZigBee plug-in smart dimmer (on/off, brightness) | ![../images/devices/45852GE.jpg](../images/devices/45852GE.jpg) | -| 45856GE | GE In-wall smart switch (on/off) | ![../images/devices/45856GE.jpg](../images/devices/45856GE.jpg) | -| 45857GE | GE ZigBee in-wall smart dimmer (on/off, brightness) | ![../images/devices/45857GE.jpg](../images/devices/45857GE.jpg) | - -### Gledopto - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| GL-C-008 | Gledopto Zigbee LED controller RGB + CCT / RGBW / WWCW / Dimmer (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-C-008.jpg](../images/devices/GL-C-008.jpg) | -| GL-C-006 | Gledopto Zigbee LED controller WW/CW Dimmer (on/off, brightness, color temperature) | ![../images/devices/GL-C-006.jpg](../images/devices/GL-C-006.jpg) | -| GL-S-007Z | Gledopto Smart RGBW GU10 (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-S-007Z.jpg](../images/devices/GL-S-007Z.jpg) | -| GL-B-007Z | Gledopto Smart 6W E27 RGB / CW LED bulb (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-B-007Z.jpg](../images/devices/GL-B-007Z.jpg) | -| GL-B-008Z | Gledopto Smart 12W E27 RGB / CW LED bulb (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-B-008Z.jpg](../images/devices/GL-B-008Z.jpg) | -| GL-D-003Z | Gledopto LED RGB + CCT downlight (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-D-003Z.jpg](../images/devices/GL-D-003Z.jpg) | -| GL-S-003Z | Gledopto Smart RGBW GU10 (on/off, brightness, color temperature, color xy) | ![../images/devices/GL-S-003Z.jpg](../images/devices/GL-S-003Z.jpg) | -| GD-CZ-006 | Gledopto Zigbee LED Driver (on/off, brightness) | ![../images/devices/GD-CZ-006.jpg](../images/devices/GD-CZ-006.jpg) | - -### HEIMAN - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| HS1SA | HEIMAN Smoke detector (smoke) | ![../images/devices/HS1SA.jpg](../images/devices/HS1SA.jpg) | -| HS3SA | HEIMAN Smoke detector (smoke) | ![../images/devices/HS3SA.jpg](../images/devices/HS3SA.jpg) | -| HS3CG | HEIMAN Combustible gas sensor (gas) | ![../images/devices/HS3CG.jpg](../images/devices/HS3CG.jpg) | -| HS1DS | HEIMAN Door sensor (contact) | ![../images/devices/HS1DS.jpg](../images/devices/HS1DS.jpg) | -| HS1DS-E | HEIMAN Door sensor (contact) | ![../images/devices/HS1DS-E.jpg](../images/devices/HS1DS-E.jpg) | -| HS1WL | HEIMAN Water leakage sensor (water leak) | ![../images/devices/HS1WL.jpg](../images/devices/HS1WL.jpg) | - -### Hive - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| HALIGHTDIMWWE27 | Hive Active smart bulb white LED (E27) (on/off, brightness) | ![../images/devices/HALIGHTDIMWWE27.jpg](../images/devices/HALIGHTDIMWWE27.jpg) | -| HALIGHTDIMWWB22 | Hive Active smart bulb white LED (B22) (on/off, brightness) | ![../images/devices/HALIGHTDIMWWB22.jpg](../images/devices/HALIGHTDIMWWB22.jpg) | -| 1613V | Hive Active plug (on/off, power measurement) | ![../images/devices/1613V.jpg](../images/devices/1613V.jpg) | - -### IKEA - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| LED1545G12 | IKEA TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white (on/off, brightness, color temperature) | ![../images/devices/LED1545G12.jpg](../images/devices/LED1545G12.jpg) | -| LED1546G12 | IKEA TRADFRI LED bulb E26/E27 950 lumen, dimmable, white spectrum, clear (on/off, brightness, color temperature) | ![../images/devices/LED1546G12.jpg](../images/devices/LED1546G12.jpg) | -| LED1623G12 | IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, opal white (on/off, brightness) | ![../images/devices/LED1623G12.jpg](../images/devices/LED1623G12.jpg) | -| LED1537R6 | IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (on/off, brightness, color temperature) | ![../images/devices/LED1537R6.jpg](../images/devices/LED1537R6.jpg) | -| LED1650R5 | IKEA TRADFRI LED bulb GU10 400 lumen, dimmable (on/off, brightness) | ![../images/devices/LED1650R5.jpg](../images/devices/LED1650R5.jpg) | -| LED1536G5 | IKEA TRADFRI LED bulb E12/E14 400 lumen, dimmable, white spectrum, opal white (on/off, brightness, color temperature) | ![../images/devices/LED1536G5.jpg](../images/devices/LED1536G5.jpg) | -| LED1622G12 | IKEA TRADFRI LED bulb E26 1000 lumen, dimmable, opal white (on/off, brightness) | ![../images/devices/LED1622G12.jpg](../images/devices/LED1622G12.jpg) | -| LED1624G9 | IKEA TRADFRI LED bulb E27/E26 600 lumen, dimmable, color, opal white (on/off, brightness, color xy) | ![../images/devices/LED1624G9.jpg](../images/devices/LED1624G9.jpg) | -| LED1649C5 | IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (on/off, brightness) | ![../images/devices/LED1649C5.jpg](../images/devices/LED1649C5.jpg) | -| ICTC-G-1 | IKEA TRADFRI wireless dimmer (brightness [0-255], quick rotate for instant 0/255) | ![../images/devices/ICTC-G-1.jpg](../images/devices/ICTC-G-1.jpg) | -| ICPSHC24-10EU-IL-1 | IKEA TRADFRI driver for wireless control (10 watt) (on/off, brightness) | ![../images/devices/ICPSHC24-10EU-IL-1.jpg](../images/devices/ICPSHC24-10EU-IL-1.jpg) | -| ICPSHC24-30EU-IL-1 | IKEA TRADFRI driver for wireless control (30 watt) (on/off, brightness) | ![../images/devices/ICPSHC24-30EU-IL-1.jpg](../images/devices/ICPSHC24-30EU-IL-1.jpg) | -| L1527 | IKEA FLOALT LED light panel, dimmable, white spectrum (30x30 cm) (on/off, brightness, color temperature) | ![../images/devices/L1527.jpg](../images/devices/L1527.jpg) | -| L1529 | IKEA FLOALT LED light panel, dimmable, white spectrum (60x60 cm) (on/off, brightness, color temperature) | ![../images/devices/L1529.jpg](../images/devices/L1529.jpg) | -| L1528 | IKEA FLOALT LED light panel, dimmable, white spectrum (30x90 cm) (on/off, brightness, color temperature) | ![../images/devices/L1528.jpg](../images/devices/L1528.jpg) | -| L1531 | IKEA SURTE door light panel, dimmable, white spectrum (38x64 cm) (on/off, brightness, color temperature) | ![../images/devices/L1531.jpg](../images/devices/L1531.jpg) | -| E1603 | IKEA TRADFRI control outlet (on/off) | ![../images/devices/E1603.jpg](../images/devices/E1603.jpg) | -| E1524 | IKEA TRADFRI remote control (toggle, arrow left/right click/hold/release, brightness up/down click/hold/release (**[requires additional setup!](https://koenkk.github.io/zigbee2mqtt/getting_started/pairing_devices.html#ikea-tradfri)**)) | ![../images/devices/E1524.jpg](../images/devices/E1524.jpg) | -| E1743 | IKEA TRADFRI ON/OFF switch (on, off) | ![../images/devices/E1743.jpg](../images/devices/E1743.jpg) | -| E1746 | IKEA TRADFRI signal repeater () | ![../images/devices/E1746.jpg](../images/devices/E1746.jpg) | - -### Immax - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| IM-Z3.0-DIM | Immax LED E14/230V C35 5W TB 440LM ZIGBEE DIM (on/off, brightness) | ![../images/devices/IM-Z3.0-DIM.jpg](../images/devices/IM-Z3.0-DIM.jpg) | - -### Innr - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| RB 185 C | Innr E27 Bulb RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/RB-185-C.jpg](../images/devices/RB-185-C.jpg) | -| BY 185 C | Innr B22 Bulb RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/BY-185-C.jpg](../images/devices/BY-185-C.jpg) | -| RB 285 C | Innr E27 Bulb RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/RB-285-C.jpg](../images/devices/RB-285-C.jpg) | -| RB 165 | Innr E27 Bulb (on/off, brightness) | ![../images/devices/RB-165.jpg](../images/devices/RB-165.jpg) | -| RB 175 W | Innr E27 Bulb warm dimming (on/off, brightness) | ![../images/devices/RB-175-W.jpg](../images/devices/RB-175-W.jpg) | -| RB 178 T | Innr Smart bulb tunable white E27 (on/off, brightness, color temperature) | ![../images/devices/RB-178-T.jpg](../images/devices/RB-178-T.jpg) | -| RS 125 | Innr GU10 Spot (on/off, brightness) | ![../images/devices/RS-125.jpg](../images/devices/RS-125.jpg) | -| RS 225 | Innr GU10 Spot (on/off, brightness) | ![../images/devices/RS-225.jpg](../images/devices/RS-225.jpg) | -| RS 128 T | Innr GU10 Spot 350 lm, dimmable, white spectrum (on/off, brightness, color temperature) | ![../images/devices/RS-128-T.jpg](../images/devices/RS-128-T.jpg) | -| RB 145 | Innr E14 Candle (on/off, brightness) | ![../images/devices/RB-145.jpg](../images/devices/RB-145.jpg) | -| RB 248 T | Innr E14 Candle with white spectrum (on/off, brightness, color temperature) | ![../images/devices/RB-248-T.jpg](../images/devices/RB-248-T.jpg) | -| BY 165 | Innr B22 Bulb dimmable (on/off, brightness) | ![../images/devices/BY-165.jpg](../images/devices/BY-165.jpg) | -| PL 110 | Innr Puck Light (on/off, brightness) | ![../images/devices/PL-110.jpg](../images/devices/PL-110.jpg) | -| ST 110 | Innr Strip Light (on/off, brightness) | ![../images/devices/ST-110.jpg](../images/devices/ST-110.jpg) | -| UC 110 | Innr Under Cabinet Light (on/off, brightness) | ![../images/devices/UC-110.jpg](../images/devices/UC-110.jpg) | -| DL 110 N | Innr Spot narrow (on/off, brightness) | ![../images/devices/DL-110-N.jpg](../images/devices/DL-110-N.jpg) | -| DL 110 W | Innr Spot wide (on/off, brightness) | ![../images/devices/DL-110-W.jpg](../images/devices/DL-110-W.jpg) | -| SL 110 N | Innr Spot Flex narrow (on/off, brightness) | ![../images/devices/SL-110-N.jpg](../images/devices/SL-110-N.jpg) | -| SL 110 M | Innr Spot Flex medium (on/off, brightness) | ![../images/devices/SL-110-M.jpg](../images/devices/SL-110-M.jpg) | -| SL 110 W | Innr Spot Flex wide (on/off, brightness) | ![../images/devices/SL-110-W.jpg](../images/devices/SL-110-W.jpg) | -| SP 120 | Innr Smart plug (on/off, power measurement) | ![../images/devices/SP-120.jpg](../images/devices/SP-120.jpg) | - -### Iris - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 3210-L | Iris Smart plug (on/off) | ![../images/devices/3210-L.jpg](../images/devices/3210-L.jpg) | -| 3326-L | Iris Motion and temperature sensor (occupancy and temperature) | ![../images/devices/3326-L.jpg](../images/devices/3326-L.jpg) | -| 3320-L | Iris Contact sensor (contact) | ![../images/devices/3320-L.jpg](../images/devices/3320-L.jpg) | - -### JIAWEN - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| K2RGBW01 | JIAWEN Wireless Bulb E27 9W RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/K2RGBW01.jpg](../images/devices/K2RGBW01.jpg) | - -### Ksentry Electronics - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| KS-SM001 | Ksentry Electronics [Zigbee OnOff Controller](http://ksentry.manufacturer.globalsources.com/si/6008837134660/pdtl/ZigBee-module/1162731630/zigbee-on-off-controller-modules.htm) (on/off) | ![../images/devices/KS-SM001.jpg](../images/devices/KS-SM001.jpg) | - -### Livolo - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| TI0001 | Livolo Zigbee switch (1 and 2 gang) [work in progress](https://github.com/Koenkk/zigbee2mqtt/issues/592) (on/off) | ![../images/devices/TI0001.jpg](../images/devices/TI0001.jpg) | - -### Müller Licht - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 404000/404005/404012 | Müller Licht Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, color, opal white (on/off, brightness, color temperature, color xy) | ![../images/devices/404000-404005-404012.jpg](../images/devices/404000-404005-404012.jpg) | -| 404006/404008/404004 | Müller Licht Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white (on/off, brightness, color temperature) | ![../images/devices/404006-404008-404004.jpg](../images/devices/404006-404008-404004.jpg) | - -### Nanoleaf - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| NL08-0800 | Nanoleaf Smart Ivy Bulb E27 (on/off, brightness) | ![../images/devices/NL08-0800.jpg](../images/devices/NL08-0800.jpg) | - -### Netvox - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| Z809A | Netvox Power socket with power consumption monitoring (on/off, power measurement) | ![../images/devices/Z809A.jpg](../images/devices/Z809A.jpg) | - -### Ninja Blocks - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| Z809AF | Ninja Blocks Zigbee smart plug with power meter (on/off, power measurement) | ![../images/devices/Z809AF.jpg](../images/devices/Z809AF.jpg) | - -### Nue - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| FB56+ZSW05HG1.2 | Nue ZigBee one gang smart switch (on/off) | ![../images/devices/FB56+ZSW05HG1.2.jpg](../images/devices/FB56+ZSW05HG1.2.jpg) | -| MG-AUWS01 | Nue ZigBee Double GPO (on/off) | ![../images/devices/MG-AUWS01.jpg](../images/devices/MG-AUWS01.jpg) | -| HGZB-01A | Nue ZigBee smart light controller (on/off, brightness) | ![../images/devices/HGZB-01A.jpg](../images/devices/HGZB-01A.jpg) | - -### OSRAM - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 4058075816718 | OSRAM SMART+ outdoor wall lantern RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/4058075816718.jpg](../images/devices/4058075816718.jpg) | -| AA69697 | OSRAM Classic A60 RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/AA69697.jpg](../images/devices/AA69697.jpg) | -| AC03645 | OSRAM LIGHTIFY LED CLA60 E27 RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/AC03645.jpg](../images/devices/AC03645.jpg) | -| AC03642 | OSRAM SMART+ CLASSIC A 60 TW (on/off, brightness, color temperature) | ![../images/devices/AC03642.jpg](../images/devices/AC03642.jpg) | -| AA70155 | OSRAM LIGHTIFY LED A19 tunable white / Classic A60 TW (on/off, brightness, color temperature) | ![../images/devices/AA70155.jpg](../images/devices/AA70155.jpg) | -| AA68199 | OSRAM LIGHTIFY LED PAR16 50 GU10 tunable white (on/off, brightness, color temperature) | ![../images/devices/AA68199.jpg](../images/devices/AA68199.jpg) | -| AB32840 | OSRAM LIGHTIFY LED Classic B40 tunable white (on/off, brightness, color temperature) | ![../images/devices/AB32840.jpg](../images/devices/AB32840.jpg) | -| 4058075816794 | OSRAM Smart+ Ceiling TW (on/off, brightness, color temperature) | ![../images/devices/4058075816794.jpg](../images/devices/4058075816794.jpg) | -| AC03641 | OSRAM LIGHTIFY LED Classic A60 clear (on/off, brightness) | ![../images/devices/AC03641.jpg](../images/devices/AC03641.jpg) | -| 4052899926158 | OSRAM LIGHTIFY Surface Light TW (on/off, brightness) | ![../images/devices/4052899926158.jpg](../images/devices/4052899926158.jpg) | -| AB401130055 | OSRAM LIGHTIFY Surface Light LED Tunable White (on/off, brightness, color temperature) | ![../images/devices/AB401130055.jpg](../images/devices/AB401130055.jpg) | -| AB3257001NJ | OSRAM Smart+ plug (on/off) | ![../images/devices/AB3257001NJ.jpg](../images/devices/AB3257001NJ.jpg) | -| 4052899926110 | OSRAM Flex RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/4052899926110.jpg](../images/devices/4052899926110.jpg) | -| 4058075036185 | OSRAM Outdoor Flex RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/4058075036185.jpg](../images/devices/4058075036185.jpg) | -| 4058075036147 | OSRAM Smart+ Gardenpole RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/4058075036147.jpg](../images/devices/4058075036147.jpg) | -| AB35996 | OSRAM Smart+ Spot GU10 Multicolor (on/off, brightness, color temperature, color xy) | ![../images/devices/AB35996.jpg](../images/devices/AB35996.jpg) | -| AC08562 | OSRAM SMART+ Candle E14 Dimmable White (on/off, brightness) | ![../images/devices/AC08562.jpg](../images/devices/AC08562.jpg) | -| AC01353010G | OSRAM SMART+ Motion Sensor (occupancy and temperature) | ![../images/devices/AC01353010G.jpg](../images/devices/AC01353010G.jpg) | -| AC03648 | OSRAM SMART+ spot GU5.3 tunable white (on/off, brightness, color temperature) | ![../images/devices/AC03648.jpg](../images/devices/AC03648.jpg) | -| AC0251100NJ | OSRAM Smart+ switch mini (on/off, brightness) | ![../images/devices/AC0251100NJ.jpg](../images/devices/AC0251100NJ.jpg) | - -### Paul Neuhaus - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 100.424.11 | Paul Neuhaus Q-INIGO LED ceiling light (on/off, brightness, color temperature) | ![../images/devices/100.424.11.jpg](../images/devices/100.424.11.jpg) | -| 100.110.39 | Paul Neuhaus Q-FLAG LED Panel, Smart-Home RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/100.110.39.jpg](../images/devices/100.110.39.jpg) | - -### Paulmann - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 50045 | Paulmann SmartHome Zigbee LED-stripe (on/off, brightness) | ![../images/devices/50045.jpg](../images/devices/50045.jpg) | -| 50049 | Paulmann SmartHome Yourled RGB Controller (on/off, brightness, color xy) | ![../images/devices/50049.jpg](../images/devices/50049.jpg) | - -### Philips - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 7299760PH | Philips Hue Bloom (on/off, brightness, color xy, power-on behavior) | ![../images/devices/7299760PH.jpg](../images/devices/7299760PH.jpg) | -| 7146060PH | Philips Hue Go (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/7146060PH.jpg](../images/devices/7146060PH.jpg) | -| 433714 | Philips Hue Lux A19 bulb E27 (on/off, brightness, power-on behavior) | ![../images/devices/433714.jpg](../images/devices/433714.jpg) | -| 9290011370 | Philips Hue white A60 bulb E27 (on/off, brightness, power-on behavior) | ![../images/devices/9290011370.jpg](../images/devices/9290011370.jpg) | -| 8718696449691 | Philips Hue White Single bulb B22 (on/off, brightness, power-on behavior) | ![../images/devices/8718696449691.jpg](../images/devices/8718696449691.jpg) | -| 7299355PH | Philips Hue white and color ambiance LightStrip (on/off, brightness, color xy, power-on behavior) | ![../images/devices/7299355PH.jpg](../images/devices/7299355PH.jpg) | -| 915005106701 | Philips Hue white and color ambiance LightStrip plus (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/915005106701.jpg](../images/devices/915005106701.jpg) | -| 9290012573A | Philips Hue white and color ambiance E26/E27/E14 (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/9290012573A.jpg](../images/devices/9290012573A.jpg) | -| 9290002579A | Philips Hue white and color ambiance BR30 (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/9290002579A.jpg](../images/devices/9290002579A.jpg) | -| 8718696485880 | Philips Hue white and color ambiance GU10 (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/8718696485880.jpg](../images/devices/8718696485880.jpg) | -| 915005733701 | Philips Hue White and color ambiance Play Lightbar (on/off, brightness, color temperature, color xy, power-on behavior) | ![../images/devices/915005733701.jpg](../images/devices/915005733701.jpg) | -| 464800 | Philips Hue white ambiance BR30 flood light (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/464800.jpg](../images/devices/464800.jpg) | -| 8718696695203 | Philips Hue white ambiance E14 (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/8718696695203.jpg](../images/devices/8718696695203.jpg) | -| 8718696598283 | Philips Hue white ambiance GU10 (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/8718696598283.jpg](../images/devices/8718696598283.jpg) | -| 8718696548738 | Philips Hue white ambiance E26/E27 (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/8718696548738.jpg](../images/devices/8718696548738.jpg) | -| 3261030P7 | Philips Hue Being (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/3261030P7.jpg](../images/devices/3261030P7.jpg) | -| 3261331P7 | Philips Hue white ambiance Still (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/3261331P7.jpg](../images/devices/3261331P7.jpg) | -| 3216331P5 | Philips Hue white ambiance Aurelle rectangle panel light (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/3216331P5.jpg](../images/devices/3216331P5.jpg) | -| 3216431P5 | Philips Hue white ambiance Aurelle round panel light (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/3216431P5.jpg](../images/devices/3216431P5.jpg) | -| 4033930P7 | Philips Hue white ambiance suspension Fair (on/off, brightness, color temperature, power-on behavior) | ![../images/devices/4033930P7.jpg](../images/devices/4033930P7.jpg) | -| 7199960PH | Philips Hue Iris (on/off, brightness, color xy, power-on behavior) | ![../images/devices/7199960PH.jpg](../images/devices/7199960PH.jpg) | -| 324131092621 | Philips Hue dimmer switch (on/off) | ![../images/devices/324131092621.jpg](../images/devices/324131092621.jpg) | -| 9290012607 | Philips Hue motion sensor (occupancy, temperature, illuminance) | ![../images/devices/9290012607.jpg](../images/devices/9290012607.jpg) | - -### Salus - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| SP600 | Salus Smart plug (on/off, power measurement) | ![../images/devices/SP600.jpg](../images/devices/SP600.jpg) | - -### Sengled - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| E11-G13 | Sengled Element Classic (A19) (on/off, brightness) | ![../images/devices/E11-G13.jpg](../images/devices/E11-G13.jpg) | -| E11-G23/E11-G33 | Sengled Element Classic (A60) (on/off, brightness) | ![../images/devices/E11-G23-E11-G33.jpg](../images/devices/E11-G23-E11-G33.jpg) | -| Z01-CIA19NAE26 | Sengled Element Touch (A19) (on/off, brightness) | ![../images/devices/Z01-CIA19NAE26.jpg](../images/devices/Z01-CIA19NAE26.jpg) | -| Z01-A19NAE26 | Sengled Element Plus (A19) (on/off, brightness, color temperature) | ![../images/devices/Z01-A19NAE26.jpg](../images/devices/Z01-A19NAE26.jpg) | -| E11-N1EA | Sengled Element Plus Color (A19) (on/off, brightness, color temperature, color xy) | ![../images/devices/E11-N1EA.jpg](../images/devices/E11-N1EA.jpg) | -| E12-N14 | Sengled Element Classic (BR30) (on/off, brightness) | ![../images/devices/E12-N14.jpg](../images/devices/E12-N14.jpg) | -| E1ACA4ABE38A | Sengled Element downlight smart LED bulb (on/off, brightness) | ![../images/devices/E1ACA4ABE38A.jpg](../images/devices/E1ACA4ABE38A.jpg) | - -### Smart Home Pty - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| HGZB-07A | Smart Home Pty RGBW Downlight (on/off, brightness, color temperature, color xy) | ![../images/devices/HGZB-07A.jpg](../images/devices/HGZB-07A.jpg) | -| HGZB-20-DE | Smart Home Pty Power plug (on/off) | ![../images/devices/HGZB-20-DE.jpg](../images/devices/HGZB-20-DE.jpg) | - -### SmartThings - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| STSS-MULT-001 | SmartThings Multipurpose sensor (contact) | ![../images/devices/STSS-MULT-001.jpg](../images/devices/STSS-MULT-001.jpg) | -| STS-PRS-251 | SmartThings Arrival sensor (presence) | ![../images/devices/STS-PRS-251.jpg](../images/devices/STS-PRS-251.jpg) | -| 3325-S | SmartThings Motion sensor (2015 model) (occupancy and temperature) | ![../images/devices/3325-S.jpg](../images/devices/3325-S.jpg) | -| 3321-S | SmartThings Multi Sensor (2015 model) (contact and temperature) | ![../images/devices/3321-S.jpg](../images/devices/3321-S.jpg) | - -### Sylvania - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 73742 | Sylvania LIGHTIFY LED adjustable white RT 5/6 (on/off, brightness, color temperature) | ![../images/devices/73742.jpg](../images/devices/73742.jpg) | -| 73740 | Sylvania LIGHTIFY LED adjustable white BR30 (on/off, brightness, color temperature) | ![../images/devices/73740.jpg](../images/devices/73740.jpg) | -| 73693 | Sylvania LIGHTIFY LED RGBW A19 (on/off, brightness, color temperature, color xy) | ![../images/devices/73693.jpg](../images/devices/73693.jpg) | -| 74283 | Sylvania LIGHTIFY LED soft white dimmable A19 (on/off, brightness) | ![../images/devices/74283.jpg](../images/devices/74283.jpg) | -| 74696 | Sylvania LIGHTIFY LED soft white dimmable A19 (on/off, brightness) | ![../images/devices/74696.jpg](../images/devices/74696.jpg) | -| 72922-A | Sylvania SMART+ Smart Plug (on/off) | ![../images/devices/72922-A.jpg](../images/devices/72922-A.jpg) | -| 71831 | Sylvania Smart Home adjustable white A19 LED bulb (on/off, brightness, color temperature) | ![../images/devices/71831.jpg](../images/devices/71831.jpg) | -| 74282 | Sylvania Smart Home adjustable white MR16 LED bulb (on/off, brightness, color temperature) | ![../images/devices/74282.jpg](../images/devices/74282.jpg) | -| LTFY004 | Sylvania LIGHTIFY LED gardenspot mini RGB (on/off, brightness, color xy) | ![../images/devices/LTFY004.jpg](../images/devices/LTFY004.jpg) | - -### Trust - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| ZLED-2709 | Trust Smart Dimmable LED Bulb (on/off, brightness) | ![../images/devices/ZLED-2709.jpg](../images/devices/ZLED-2709.jpg) | -| ZPIR-8000 | Trust Motion Sensor (occupancy) | ![../images/devices/ZPIR-8000.jpg](../images/devices/ZPIR-8000.jpg) | -| ZCTS-808 | Trust Wireless contact sensor (contact) | ![../images/devices/ZCTS-808.jpg](../images/devices/ZCTS-808.jpg) | - -### Xiaomi - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| ZNLDP12LM | Xiaomi Aqara smart LED bulb (on/off, brightness, color temperature) | ![../images/devices/ZNLDP12LM.jpg](../images/devices/ZNLDP12LM.jpg) | -| WXKG01LM | Xiaomi MiJia wireless switch (single, double, triple, quadruple, many, long, long_release click) | ![../images/devices/WXKG01LM.jpg](../images/devices/WXKG01LM.jpg) | -| WXKG11LM | Xiaomi Aqara wireless switch (single, double click (and triple, quadruple, hold, release depending on model)) | ![../images/devices/WXKG11LM.jpg](../images/devices/WXKG11LM.jpg) | -| WXKG12LM | Xiaomi Aqara wireless switch (with gyroscope) (single, double, shake, hold, release) | ![../images/devices/WXKG12LM.jpg](../images/devices/WXKG12LM.jpg) | -| WXKG03LM | Xiaomi Aqara single key wireless wall switch (single, double, hold, release and long click) | ![../images/devices/WXKG03LM.jpg](../images/devices/WXKG03LM.jpg) | -| WXKG02LM | Xiaomi Aqara double key wireless wall switch (left, right, both click (and double, long click for left, right and both depending on model)) | ![../images/devices/WXKG02LM.jpg](../images/devices/WXKG02LM.jpg) | -| QBKG04LM | Xiaomi Aqara single key wired wall switch (on/off) | ![../images/devices/QBKG04LM.jpg](../images/devices/QBKG04LM.jpg) | -| QBKG11LM | Xiaomi Aqara single key wired wall switch (on/off, power measurement) | ![../images/devices/QBKG11LM.jpg](../images/devices/QBKG11LM.jpg) | -| QBKG03LM | Xiaomi Aqara double key wired wall switch (release/hold, on/off) | ![../images/devices/QBKG03LM.jpg](../images/devices/QBKG03LM.jpg) | -| QBKG12LM | Xiaomi Aqara double key wired wall switch (on/off, power measurement) | ![../images/devices/QBKG12LM.jpg](../images/devices/QBKG12LM.jpg) | -| WSDCGQ01LM | Xiaomi MiJia temperature & humidity sensor (temperature and humidity) | ![../images/devices/WSDCGQ01LM.jpg](../images/devices/WSDCGQ01LM.jpg) | -| WSDCGQ11LM | Xiaomi Aqara temperature, humidity and pressure sensor (temperature, humidity and pressure) | ![../images/devices/WSDCGQ11LM.jpg](../images/devices/WSDCGQ11LM.jpg) | -| RTCGQ01LM | Xiaomi MiJia human body movement sensor (occupancy) | ![../images/devices/RTCGQ01LM.jpg](../images/devices/RTCGQ01LM.jpg) | -| RTCGQ11LM | Xiaomi Aqara human body movement and illuminance sensor (occupancy and illuminance) | ![../images/devices/RTCGQ11LM.jpg](../images/devices/RTCGQ11LM.jpg) | -| MCCGQ01LM | Xiaomi MiJia door & window contact sensor (contact) | ![../images/devices/MCCGQ01LM.jpg](../images/devices/MCCGQ01LM.jpg) | -| MCCGQ11LM | Xiaomi Aqara door & window contact sensor (contact) | ![../images/devices/MCCGQ11LM.jpg](../images/devices/MCCGQ11LM.jpg) | -| SJCGQ11LM | Xiaomi Aqara water leak sensor (water leak true/false) | ![../images/devices/SJCGQ11LM.jpg](../images/devices/SJCGQ11LM.jpg) | -| MFKZQ01LM | Xiaomi Mi/Aqara smart home cube (shake, wakeup, fall, tap, slide, flip180, flip90, rotate_left and rotate_right) | ![../images/devices/MFKZQ01LM.jpg](../images/devices/MFKZQ01LM.jpg) | -| ZNCZ02LM | Xiaomi Mi power plug ZigBee (on/off, power measurement) | ![../images/devices/ZNCZ02LM.jpg](../images/devices/ZNCZ02LM.jpg) | -| QBCZ11LM | Xiaomi Aqara socket Zigbee (on/off, power measurement) | ![../images/devices/QBCZ11LM.jpg](../images/devices/QBCZ11LM.jpg) | -| JTYJ-GD-01LM/BW | Xiaomi MiJia Honeywell smoke detector (smoke) | ![../images/devices/JTYJ-GD-01LM-BW.jpg](../images/devices/JTYJ-GD-01LM-BW.jpg) | -| JTQJ-BF-01LM/BW | Xiaomi MiJia gas leak detector (gas) | ![../images/devices/JTQJ-BF-01LM-BW.jpg](../images/devices/JTQJ-BF-01LM-BW.jpg) | -| A6121 | Xiaomi Vima Smart Lock (inserted, forgotten, key error) | ![../images/devices/A6121.jpg](../images/devices/A6121.jpg) | -| DJT11LM | Xiaomi Aqara vibration sensor (drop, tilt and touch) | ![../images/devices/DJT11LM.jpg](../images/devices/DJT11LM.jpg) | -| ZNCLDJ11LM | Xiaomi Aqara curtain motor (open, close, stop, position) | ![../images/devices/ZNCLDJ11LM.jpg](../images/devices/ZNCLDJ11LM.jpg) | - -### Yale - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| YRD426NRSC | Yale Assure lock (lock/unlock, battery) | ![../images/devices/YRD426NRSC.jpg](../images/devices/YRD426NRSC.jpg) | - -### eCozy - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 1TST-EU | eCozy Smart heating thermostat (temperature, occupancy, un-/occupied heating, schedule) | ![../images/devices/1TST-EU.jpg](../images/devices/1TST-EU.jpg) | - -### iCasa - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| ICZB-IW11D | iCasa Zigbee 3.0 Dimmer (on/off, brightness) | ![../images/devices/ICZB-IW11D.jpg](../images/devices/ICZB-IW11D.jpg) | - -### ilux - -| Model | Description | Picture | -| ------------- | ------------- | -------------------------- | -| 900008-WW | ilux Dimmable A60 E27 LED Bulb (on/off, brightness) | ![../images/devices/900008-WW.jpg](../images/devices/900008-WW.jpg) | - - diff --git a/docs/integration/home_assistant.md b/docs/integration/home_assistant.md deleted file mode 100644 index 16207257..00000000 --- a/docs/integration/home_assistant.md +++ /dev/null @@ -1,3516 +0,0 @@ -# Home Assistant - -*NOTE 1: This file has been generated, do not edit this file manually!* - -*NOTE 2: If you are using the [Zigbee2mqtt Hass.io add-on](https://github.com/danielwelch/hassio-zigbee2mqtt) -use their documentation* - - -## MQTT discovery -**At least Home Assistant >= 0.84 is required!** - -**NOTE:** Groups are not auto-discovered, see configuration below. - -The easiest way to integrate Zigbee2mqtt with Home Assistant is by -using [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/). -This allows Zigbee2mqtt to automatically add devices to Home Assistant. - -To achieve the best possible integration (including MQTT discovery): -- In your **Zigbee2mqtt** `configuration.yaml` set `homeassistant: true` -- In your **Home Assistant** `configuration.yaml`: -```yaml -mqtt: - discovery: true - broker: [YOUR MQTT BROKER] # Remove if you want to use builtin-in MQTT broker - birth_message: - topic: 'hass/status' - payload: 'online' - will_message: - topic: 'hass/status' - payload: 'offline' -``` - -Mind you that if you want to use the embedded broker of Home Assistant you -have to [follow this guide](https://www.home-assistant.io/docs/mqtt/broker#embedded-broker). - -Zigbee2mqtt is expecting Home Assistant to send it's birth/will -messages to `hass/status`. Be sure to add this to your `configuration.yaml` if you want -Zigbee2mqtt to resend the cached values when Home Assistant restarts - -## Home Assistant device registry -When using Home Assistant MQTT discovery, Zigbee2mqtt integrates -with the [Home Assistant device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). -This allows you to change the Home Assistant `device_id` and `friendly_name` from the web interface -without having to restart Home Assistant. It also makes it possible to show which entities belong to which device. - -![Changing name and device ID via web interface](../images/home_assistant_change_name.png) - -![Device registry](../images/home_assistant_device_registry.png) - -## I'm confused about the different device IDs, names and friendly names -- Home Assistant `device_id`: determined on first discovery of the device, can only be changed -via the Home Assistant web interface afterwards. Used to control/read the state from the device (e.g. in automations) -- Zigbee2mqtt `friendly_name`: used to change the MQTT topic where the device listens and publishes to. -- Home Assistant `name`: name shown in the Home Assistant UI (unless overridden -via a `friendly_name` in `customize.yaml`). If not changed via the Home Assistant web interface, -it is equal to the Zigbee2mqtt `friendly_name`. Is updated if the Zigbee2mqtt `friendly_name` changes -(requires restart of Home Assistant) -- Home Assistant `friendly_name` (`customize.yaml`): overrides the name in the Home Assistant web interface. - -## Responding to button clicks -To respond to button clicks (e.g. WXKG01LM) you can use the following Home Assistant configuration: - -{% raw %} -```yaml -automation: - - alias: Respond to button clicks - trigger: - platform: mqtt - topic: 'zigbee2mqtt/