(EDGE Driver-Mc): Zigbee Drivers for Motion, Open/Close, Moisture, Smoke-Co Sensors and others Devices

Try this from the ST App (I am using Android):

Go into the LED device
Observe the Dimmer level
Set the Color… the dimmer should remain the same
Change the Dimmer level
Set the Color … the dimmer will revert to it’s previous level

I tried force stopping the app, clearing cache, no difference

@Mariano_Colmenarejo he is right. I didn’t try in that order before, but it does go back to previous level

1 Like

@glenmm and @milandjurovic71,

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Light Multifunction Mc        │
│ Version     │ 2022-03-03T22:52:18.303456           │
└─────────────┴──────────────────────────────────────┘

Ok, fixed in this driver version
I put it like this to see if you were attentive :wink:

1 Like

@Mariano_Colmenarejo this was happening with other brands too. I’ll test new driver

Yes, it was a mistake common to all.

As I added the transition times for off-on, level, color temperature and color, the bulb turns off in steps according to the chosen transition time, until it reaches 0%.
Then need to save the level value when off is pressed, in order to turn on that last level value, not to 0%.
This saved value was also being used in other handlers

I’m at the latest version, I don’t see a difference…

EDIT: took overnight (ugh, don’t understand why this happens) but it’s working now - thanks!

Last version: 2022-03-03T22:52:18.303456, fix this issue

1 Like

Added to thid driver version

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Multi Switch Mc               │
│ Version     │ 2022-03-03T23:24:33.114354           │
└─────────────┴──────────────────────────────────────┘
  - id: "Zemismart/_TYZB01_wmak4qjy"
    deviceLabel: Zemismart TS0002 Switch
    manufacturer: _TYZB01_wmak4qjy
    model: TS0002
    deviceProfileName: two-switch
2 Likes

Issue is fixed now

1 Like

Hello
Is it possible to add this Zigbee Zll CCT 5-24v led strip controller to your driver?

Data
application: 01
endpointId: 01
manufacturer: eWeLight
model: ZB-CT01
zigbeeNodeType: ROUTER

Raw Description 01 0104 010C 01 08 0000 0003 0004 0005 0006 0008 0300 1000 00

Its this one:

Dusan

Supports:
brightness
color temperature
color xy
on/off

If you want, I’ll include it and try it, but use color xy and I don’t think color will work, just like the ones from ikea or lidl.

Please add it as you know best. Mine is only CCT so not RGB+CCT.
Original driver and few others dont work.

Thanks

It doesn’t work because as I told you it uses color xy.
In the next stock driver updates, they are going to add the ikea cws bulbs, which use color xy.
I guess they will also add it to the edge default libraries and then we can all use it easily.
In the meantime I’m going to add it, but the color won’t work

  - id: "eWeLight/ZB-CT01"
    deviceLabel: eWeLight CCT
    manufacturer: eWeLight
    model: ZB-CT01
    deviceProfileName: rgbw-level-colortemp-2700-6500
┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Light Multifunction Mc        │
│ Version     │ 2022-03-07T18:46:09.212708           │
└─────────────┴──────────────────────────────────────┘

Hello.
Thanks for adding it. It works good enough :wink:

Works fine the color control?


Dimming buttons - working
Cct slider - working up to 90% of cold white
Cct buttons - working
Color management - RGB presets, last used = obsolete for my case.

Dusan

1 Like

G´day Mariano!
I´ve noticed an old “batch” of Sonoff Zigbee motion sensor has been not recognized by divers, probably old circuit board or even controller version. Maybe another users having same version with this problem could be helped if you include that to the FP?

Data

  • application: 03
  • endpointId: 01
  • manufacturer: eWeLink
  • model: ms01
  • zigbeeNodeType: SLEEPY_END_DEVICE

Raw Description
01 0104 0402 00 04 0000 0003 0500 0001 01 0003

TY!

1 Like

Added to this driver date version

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Motion Sensor Mc              │
│ Version     │ 2022-03-11T18:39:10.55914            │
└─────────────┴──────────────────────────────────────┘
  - id: "eWeLink/Motion ms01"
    deviceLabel: eWeLink Motion Sensor
    manufacturer: eWeLink
    model: ms01
    deviceProfileName: motion-battery
2 Likes

Hello,
I believe this motion sensor could work with your driver.
Can you please add: Aubess ZigBee Human Body Sensor

Data:
zigbeeNodeType: SLEEPY_END_DEVICE
application: 46
endpointId: 01
manufacturer: _TZ3000_otvn3lne
model: TS0202

Raw Description
01 0104 0402 01 04 0001 0500 0003 0000 04 1000 0006 0019 000A

1 Like

Added in this driver date version

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Motion Sensor Mc              │
│ Version     │ 2022-03-12T11:25:05.477726           │
└─────────────┴──────────────────────────────────────┘
  - id: "_TZ3000_otvn3lne/Motion"
    deviceLabel: TS0202 Motion Sensor
    manufacturer: _TZ3000_otvn3lne
    model: TS0202
    deviceProfileName: motion-battery
1 Like