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

OXT dimmer module does not expose switch_type and generally is unstable #24788

Open
mikolajpiecuch opened this issue Nov 15, 2024 · 2 comments
Open
Labels
problem Something isn't working

Comments

@mikolajpiecuch
Copy link

What happened?

Firstly, I came back to z2m after almost 2 years. Two years ago I added to the z2m my OXT dimmer, then it was added as a TS110E. I added even then an issue -> 16520. Back in the time, as I remember, it worked great. Unfortunately, now (2 years it was unconnected) I can't see for sure "switch_type" option and generally dimmer works very unstable - wall switch even has a problem with turning off/on this module, same problem from z2m UI.

My dimmer module is made by OXT. I see some devices here OXT (despite fact z2m adds this device as TS110E), there is no OXT dimmer. There is wrong picture/name in the "TS0001_switch_module" - in the title (and description) it's called switch but in the picture we can dimmer module (very similar to mine)

What did you expect to happen?

My device is recognized and works properly

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.41.0

Adapter firmware version

20210708

Adapter

Sonoff Zigbee 3.0

Setup

Add-On on Home Assistant OS on proxmox

Debug log

No response

@mikolajpiecuch mikolajpiecuch added the problem Something isn't working label Nov 15, 2024
@wpak18
Copy link

wpak18 commented Nov 16, 2024

I got the same problem on OXT 2 channel dimmer, no switch_type option and is recognized as:

`const {deviceEndpoints, light} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
zigbeeModel: ['TS110E'],
model: 'TS110E',
vendor: '_TZ3210_3mpwqzuu',
description: 'Automatically generated definition',
extend: [deviceEndpoints({"endpoints":{"1":1,"2":2}}), light(), light()],
meta: {"multiEndpoint":true},
};

module.exports = definition;`

{ "brightness_l1": 219, "brightness_l2": 207, "light_type": "led", "linkquality": 208, "max_brightness": 255, "max_brightness_l1": 255, "max_brightness_l2": 255, "min_brightness": 1, "min_brightness_l1": 1, "min_brightness_l2": 1, "power_on_behavior": "off", "power_on_behavior_l1": "off", "power_on_behavior_l2": "previous", "state_l1": "OFF", "state_l2": "OFF" }

@mikolajpiecuch
Copy link
Author

mikolajpiecuch commented Nov 16, 2024

I found this commit removed switch type for _TZ3210_k1msuvg6 -> Koenkk/zigbee-herdsman-converters@401d1c4#diff-0157bb612c63e92c50f93116e1f50bf8e263030ed26d86caa28479159c2a9f4aR8052
I prepared Koenkk/zigbee-herdsman-converters#8326 but I'm not sure if not affects other devices

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

2 participants