forked from Koenkk/zigbee2mqtt.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation for GL-G-001P (Koenkk#471)
* Create GL-G-001P.md * Add files via upload * Image updated for GL-G-001Z Previous image was showing GL-G-007Z instead of GL-G-001Z.
- Loading branch information
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
title: "Gledopto GL-G-001P control via MQTT" | ||
description: "Integrate your Gledopto GL-G-001P via Zigbee2mqtt with whatever smart home | ||
infrastructure you are using without the vendors bridge or gateway." | ||
--- | ||
|
||
*To contribute to this page, edit the following | ||
[file](https://github.com/Koenkk/zigbee2mqtt.io/blob/master/docs/devices/GL-G-001P.md)* | ||
|
||
# Gledopto GL-G-001P | ||
|
||
| Model | GL-G-001P | | ||
| Vendor | Gledopto | | ||
| Description | Smart garden lamp | | ||
| Supports | on/off, brightness, color temperature, color | | ||
| Picture | ![Gledopto GL-G-001P](../images/devices/GL-G-001P.jpg) | | ||
|
||
## Notes | ||
|
||
### Remark | ||
|
||
This devices is similar to GL-G-001Z, except that zigbee routing should work for this one. | ||
|
||
### Pairing | ||
1. Switch on your device. | ||
2. Now switch off and on within 2 seconds. | ||
3. Repeat off/on four times. | ||
4. Reset is done when the device is switched on in the fifth time and the light stays on after blinking 4 times | ||
|
||
|
||
### Device type specific configuration | ||
*[How to use device type specific configuration](../information/configuration.md)* | ||
|
||
|
||
* `transition`: Controls the transition time (in seconds) of brightness, | ||
color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition). | ||
Note that this value is overridden if a `transition` value is present in the MQTT command payload. | ||
|
||
|
||
## Manual Home Assistant configuration | ||
Although Home Assistant integration through [MQTT discovery](../integration/home_assistant) is preferred, | ||
manual integration is possible with the following configuration: | ||
|
||
|
||
{% raw %} | ||
```yaml | ||
light: | ||
- platform: "mqtt" | ||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>" | ||
availability_topic: "zigbee2mqtt/bridge/state" | ||
brightness: true | ||
color_temp: true | ||
xy: true | ||
schema: "json" | ||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set" | ||
|
||
sensor: | ||
- platform: "mqtt" | ||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>" | ||
availability_topic: "zigbee2mqtt/bridge/state" | ||
unit_of_measurement: "-" | ||
value_template: "{{ value_json.linkquality }}" | ||
``` | ||
{% endraw %} | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.