Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding know device, it doesn't work (Schneider Electric WDE002334) #10251

Closed
henrikrox opened this issue Dec 19, 2021 · 12 comments
Closed
Labels
problem Something isn't working

Comments

@henrikrox
Copy link

What happened

This is a follow up of #9005, after adding this Schneider dimmer, it doesn't turn off/on or dim in zigbee2mqtt. I have tried editing bindings, but I doesn't work.

What did you expect to happen

The device to work.

How to reproduce it (minimal and precise)

Get a hold of this device, https://www.zigbee2mqtt.io/devices/WDE002334.html add it to the network, try to use it, but it doesn't work.
2021-12-17_18_42_06-
2021-12-17_18_32_52-Zigbee2mqtt_-_Home_Assistant

Debug info

Zigbee2MQTT version: 1.22.1
Adapter hardware: Conbee II
Adapter firmware version: August 2021

@henrikrox henrikrox added the problem Something isn't working label Dec 19, 2021
@henrikrox
Copy link
Author

Its working fine in ZHA and deconz.

Looking at the code on another platform it is set up like this

    "endpoints": {
      "3": {
        "clusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          769
        ],
        "bindings": [
          6,
          8,
          769
        ]

I tried asking for help on discord

@rindlerblabla
Copy link

rindlerblabla commented Dec 19, 2021

Screenshot_20211219-221235_Chrome
This is what the reporting settings looks like for me. Got two of those dimmers and they work just fine.

@henrikrox
Copy link
Author

Screenshot_20211219-221235_Chrome
This is what the reporting settings looks like for me. Got two of those dimmers and they work just fine.

2nd guy with this issue now. I Get that it works for someone but People Are also having issues. I cant Even set min/max values. I also dont see the reporting tab being important, when the light dosent Report to simple inn/off commands

@henrikrox
Copy link
Author

@rindlerblabla @Koenkk
2021-12-27 11_50_47-Zigbee2mqtt Edge - Home Assistant
2021-12-27 11_50_42-Zigbee2mqtt Edge - Home Assistant

I would love some help here, trough mqtt i can control the dimmer, and turn it off/on but the actually light doesnt turn off/on. How can i fix this? Do you have another firmware @rindlerblabla ? I have tried everything but even though i can turn it onn/off trough software the actually light doesnt respond :(

@henrikrox
Copy link
Author

If i try to make any changes in the exposes setting i get this
2021-12-27 11_54_42-Zigbee2mqtt Edge - Home Assistant

@henrikrox
Copy link
Author

Here is the payload
MQTT publish: topic 'zigbee2mqtt/Downlights Kjøkken', payload '{"ballast_maximum_level":null,"ballast_minimum_level":null,"linkquality":255,"state":"OFF"}'

I see when i physically adjust the dimmer the value gets updated in zigbee2mqtt. But the issue is that the light does not turn off/on

@rindlerblabla
Copy link

If I remember right (am not at home) I cannot change ballast configuration from the UI but with a mqtt message it is working just fine. But as I wrote dimming/turning on/off the device physically works just fine as well as when doing the same actions from the UI/HA. According to what is exposed to HA I'm on firmware: 001.000.001 V.

@henrikrox
Copy link
Author

@rindlerblabla i dont know why, but today the device work, i havnt done a single thing, so weird. Looks like it needs to think for a while. I change change the ballast now also from HA, and it works fine, go figure :D

@henrikrox
Copy link
Author

closing this with "glitch in the matrix, and 4 days lost due to frustration"

@HBir
Copy link

HBir commented Nov 7, 2022

Bumping this closed topic, as it seems to still be an issue.

I'm having the same issue with my newly connected WDE002388, which is detected as WDE002334. It seems as the default bindings are trying to change it at the 21 endpoint, while it is the 3 endpoint that's working.

If I add endpoint 3 to a group and control that, it will work as expected.

Is there any straight forward way to change the default endpoint to be 3 rather than 21?

@sopparus
Copy link

sopparus commented Nov 14, 2022

in the same boat as well, same problem on both my WDE002334 rotary dimmers
firmware is 002.004.015 R
I can also see values change when I adjust the dimmer physically, but not able to control anything

actual model is wde002388

@HBir can you show or explain how you did that?

@mandrean
Copy link

mandrean commented Dec 9, 2022

I ran into the same issue

What solved it for me (almost instantly) was restarting zigbee2mqtt:

$ sudo systemctl restart zigbee2mqtt.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants