question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trying to add Gledopto Wall Switch GL-W-001Z, status does not change in Home Assistant!

See original GitHub issue

I’m trying to add Gledopto Wall Switch GL-W-001Z. Product link: https://aliexpress.com/item/33013598809.html

zigbee2mqtt v 1.4.0 hasso addon

“zigbee_shepherd_devices”: true,

in devices.js:

{ zigbeeModel: ['GL-W-001Z'], model: 'GL-W-001Z', description: 'Wall On/Off Smart switch 1 gang', vendor: 'Gledopto', supports: 'on/off', fromZigbee: [fz.state, fz.ignore_onoff_change], toZigbee: [tz.on_off], },

in my database.db:

{"id":8,"type":"Router","ieeeAddr":"0x00124b001d43e3cc","nwkAddr":1409,"manufId":0,"epList":[11,13],"status":"online","joinTime":1564484617,"endpoints":{"11":{"profId":49246,"epId":11,"devId":0,"inClusterList":[0,3,4,5,6],"outClusterList":[],"clusters":{}},"13":{"profId":49246,"epId":13,"devId":0,"inClusterList":[4096],"outClusterList":[4096],"clusters":{}}},"_id":"7pcsvxuUqHbiqz9m"} {"id":8,"type":"Router","ieeeAddr":"0x00124b001d43e3cc","nwkAddr":1409,"manufId":0,"manufName":"GLEDOPTO","powerSource":"Mains (single phase)","modelId":"GL-W-001Z","epList":[11,13],"status":"online","joinTime":1564484617,"endpoints":{"11":{"profId":49246,"epId":11,"devId":0,"inClusterList":[0,3,4,5,6],"outClusterList":[],"clusters":{}},"13":{"profId":49246,"epId":13,"devId":0,"inClusterList":[4096],"outClusterList":[4096],"clusters":{}}},"_id":"7pcsvxuUqHbiqz9m"} {"id":8,"type":"Router","ieeeAddr":"0x00124b001d43e3cc","nwkAddr":1409,"manufId":0,"manufName":"GLEDOPTO","powerSource":"Mains (single phase)","modelId":"GL-W-001Z","epList":[11,13],"zclVersion":1,"appVersion":1,"stackVersion":2,"hwVersion":1,"swBuildId":"1.0.0","status":"online","joinTime":1564484617,"endpoints":{"11":{"profId":49246,"epId":11,"devId":0,"inClusterList":[0,3,4,5,6],"outClusterList":[],"clusters":{}},"13":{"profId":49246,"epId":13,"devId":0,"inClusterList":[4096],"outClusterList":[4096],"clusters":{}}},"dateCode":"20131206","_id":"7pcsvxuUqHbiqz9m"} {"id":8,"type":"Router","ieeeAddr":"0x00124b001d43e3cc","nwkAddr":1409,"manufId":0,"manufName":"GLEDOPTO","powerSource":"Mains (single phase)","modelId":"GL-W-001Z","epList":[11,13],"zclVersion":1,"appVersion":1,"stackVersion":2,"hwVersion":1,"swBuildId":"1.0.0","status":"online","joinTime":1564484617,"endpoints":{"11":{"profId":49246,"epId":11,"devId":0,"inClusterList":[0,3,4,5,6],"outClusterList":[],"clusters":{"genBasic":{"dir":{"value":1},"attrs":{}},"genIdentify":{"dir":{"value":1},"attrs":{}},"genGroups":{"dir":{"value":1},"attrs":{}},"genScenes":{"dir":{"value":1},"attrs":{}},"genOnOff":{"dir":{"value":1},"attrs":{}}}},"13":{"profId":49246,"epId":13,"devId":0,"inClusterList":[4096],"outClusterList":[4096],"clusters":{"lightLink":{"dir":{"value":3},"attrs":{}}}}},"dateCode":"20131206","_id":"7pcsvxuUqHbiqz9m"} in Home Assistant light.yaml:

- platform: "mqtt" state_topic: "zigbee2mqtt/0x00124b001d43e3cc" availability_topic: "zigbee2mqtt/bridge/state" payload_off: "OFF" payload_on: "ON" value_template: "{{ value_json.state }}" command_topic: "zigbee2mqtt/0x00124b001d43e3cc/set"

The problem is that from the Home Assistant I can control the switch, but when I physically press the switch sensor, the status does not change in Home Assistant!

I ask for help in setting up

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Koenkkcommented, Oct 3, 2019

Devices is now supported in latest zigbee2mqtt dev branch with state changes.

0reactions
kvvoffcommented, Jul 31, 2019

@BudBundi I added report:true I also added log_level:debug

But when I turn it on and off, I do not see any messages in the log. Here is what I see:

Screenshot_20190731-124811

I used zigbee2mqtt v1.4.0 hasso addon

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trying to add Gledopto Wall Switch GL-W-001Z, status does ...
Trying to add Gledopto Wall Switch GL-W-001Z, status does not change in ... the switch sensor, the status does not change in Home...
Read more >
GLEDOPTO ZigBee 3.0 LED Controller Pro won't pair with ZHA
Hi all, Just starting my journey with using home assistant and Zigbee devices. I've installed an LED strip with the GLEDOPTO ZigBee 3.0...
Read more >
Aqara E1 wall switch (with neutral) not updated in Home ...
Hi, I just added sucesfully a couple of Aqara E1 wall switches (with neutral) to my Zigbee network They were both easily discovered...
Read more >
Hue bridge + gledopto controller = no transition? - Configuration
When trying to control the Gledopto from Home Assistant, the results are different. I can turn on the light, change white temperature, ...
Read more >
Gledopto, zigbee2mqtt and home assistant issues - Zigbee
Hi all, I have a Gledopto RGBW (1ID) controller. It's attached to an LED strip which turns on and off when motion is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found