Skip to content

Commit

Permalink
Documentation for GL-G-001P (Koenkk#471)
Browse files Browse the repository at this point in the history
* 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
grostim authored Nov 30, 2020
1 parent 8b24c8c commit c435bd3
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/devices/GL-G-001P.md
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 %}
Binary file added docs/images/devices/GL-G-001P.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/devices/GL-G-001Z.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c435bd3

Please sign in to comment.