-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add NHMOTION/UNIDIM/1 (ELKO EKO06984, EKO06985 and EKO06986) #8187
base: master
Are you sure you want to change the base?
Conversation
Just a quick note that I think the vendor should probably be Schneider. The ELKO version is just a white-label of WDE002962. Also, I have a list of commands sniffed from the gateway during pairing, and when executing commands in the app. Might help with getting all the functionality implemented.
|
src/devices/elko.ts
Outdated
model: 'EKO06984', | ||
vendor: 'ELKO', | ||
description: 'SmartPir with push dimmer', | ||
fromZigbee: [fz.on_off, fz.brightness, fz.illuminance, fz.level_config, fz.schneider_lighting_ballast_configuration, fz.occupancy], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you try with modern extend? E.g. extend: [light({configureReporting: true})],
, then you can remove fromZigbee
, toZigbee
, exposes
and configure
.
From your list and some testing it seems like some custom tz an fz might be required to support all features. For example, setting
I'll try to have a go this weekend, but all suggestions are welcome :) |
Apologies, on closer inspection I've realized my switch is a slightly different version from yours. I have the For what it's worth I'm seeing the same errors when setting dimmer_mode 1 or 2. In the past I've used the |
I see. I think EKO07252 is the replacement for EKO06984/85/86, as those are not sold anymore. I'll change the vendor back to Elko then I think, since I haven't been able to find any alternative producers for this older dimmer. I'll try to do some experimentation regarding dimmer mode. |
Some updates:
Here's the endpoints and clusters
|
That'll be from the device. You can query it in the dev console by reading Some updates on my end.
I'm planning to submit a PR for my device since it's slightly different. We should be able to share most of the implementation. BTW, there's some Schneider documentation floating around for dimmer switches. It doesn't include PIR functionality, but it's hugely useful for getting accurate documentation of dimmer functionality. |
Anyone know of a way to avoid the With the current setup zigbee-herdsman-converters/src/devices/schneider_electric.ts Lines 2041 to 2049 in 014fb0c
The light entity in HA is named |
I've combined the converters for Schneider WDE002961 (push button dimmer) and Schneider 545D6306 (PIR with relay) to come up with something that seems to work.
This supports on/off, dimming, ballast config, occupancy, and light level/illuminance.
Some testing still remains before it's ready for review.
Can't decide between ELKO or Elko, the database seems to have both entries.
TODO
0: RL-LED
and3: Auto
)0: RL-LED
and3: Auto
might be reversed)on_level
Optional(?)