(EDGE Driver-Mc): Zigbee Light Multifunction Mc

Hi @mrgilchen

I added this device a few days ago and I didn’t know if it worked or not.

I have searched the community and there is a driver from @ygerlovin who have this device in his channel.

There is also another developer @veonua, has a driver for this device.

This is the link to the shared channel

https://api.smartthings.com/invitation-web/accept?id=5e5b1616-90cf-4383-83ea-a323aac0ed5a

Sorry, give it a try, there is no reason to duplicate efforts making drivers that already exist in the community

1 Like

Dear @Mariano_Colmenarejo ,
Since many users are using and will go as default to your channel. Can you please try to fix the driver for this device. Also @ygerlovin is not available and will not maintain his drivers anymore. @mrgilchen will help you and send you logs per your request. I hope you’ll find some time to that.

You were right Yakov’s Driver works with no problem…

Hi @mrgilchen

Try with this driver version

───────────────────────────────────────────────────
 Name         Zigbee Motion Sensor Mc
 Version      2023-08-04T19:51:07.768641458        
───────────────────────────────────────────────────
1 Like

Yeah, I didn’t see anything as well. I will try to reach out to the company again, but I am not putting much expectation of getting resolution (sadly). Thanks again for all you do and your assistance with this.

1 Like

I have updated the driver.
The sensor was triggered once and then it got stuck on Motion Detected and doesn’t clear. Also not possible to define the time to get clear.

Hi @Mariano_Colmenarejo, could you please add the device below to the driver zigbee light multfunction mc?

Try this driver version with a preference to configure motion timeout. default is 60 sec.

- name: "motionTimeOut"
    title: "Time for Motion Reset Status"
    description: "Select Time for Motion Reset Status (15 sec to 600 sec). Default 60 sec"
    required: false
    preferenceType: integer
    definition:
      minimum: 15
      maximum: 600
      default: 60
───────────────────────────────────────────────────
 Name         Zigbee Motion Sensor Mc
 Version      2023-08-05T14:46:12.316932655        
───────────────────────────────────────────────────

Hi @Caio_Cesar_Gomes

Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Light Multifunction Mc            
 Version      2023-08-05T15:01:07.167286438        
───────────────────────────────────────────────────
- id: "_TZ3210_e020aaaj/TS0505B"
    deviceLabel: RGBW TS0505B
    manufacturer: _TZ3210_e020aaaj
    model: TS0505B
    deviceProfileName: rgbw-level-colortemp-2000-6500

@Mariano_Colmenarejo the Aqara Motion Sensor doesn’t support Motion timeout see link below, if is not working is something else.

Hola Jose Aureliano

There are several devices in the driver that report when they detect movement or occupancy and do not report when they stop detecting movement or occupancy, and it is the driver that has to emit the no-motion event after a fixed or adjustable time.

If the device detects movement or occupancy again, it will be activated again.

I think this should work like this.

1 Like

Gracias por la explicaciΓ³n mi estimado!

Hi @Mariano_Colmenarejo
I have a tuya cct driver for led strip 2000k to 6500k.
Could you help to add this?


Thanks!

Hi @Calamine

Added to this driver version

─────────────────────────────────────────────────── 
 Name         Zigbee Light Multifunction Mc              
 Version      2023-08-07T07:38:19.006144191        
───────────────────────────────────────────────────
- id: "_TZ3210_xwqng7ol/TS0502B"
    deviceLabel: TS0502B LED
    manufacturer: _TZ3210_xwqng7ol
    model: TS0502B
    deviceProfileName: level-colortemp-2000-6500

Thank you @Mariano_Colmenarejo
Works perfectly!

@mrgilchen @dotan_shai
Please, could you give some information if these changes worked or not?

This may be useful for more users, it is not for me

1 Like

Sorry, I’m abroad, will test only at the weekend.
Thanks.

2 Likes

Hi @Mariano_Colmenarejo ,

Would you be able to add this profile to the smart bulb mc?

Devicelnfo
Manufacturer: icasa
Model: ICZB-FC
FingerPrinted EndPoint. Id: Ox01
App Version: Ox01
ZCL Version: 0x02
Network ID: 0XB297
Zigbee EUI: 00158D00012F40D7
Device ID: 625a5103-fea2-415b-bd92- Te628b3b2e35

2000k-6500k profile.

While we all appreciate you updating the drivers, is there something we can do? To add the unit profile to the GitHub code or something?

Thanks in advance,

B.

Hi @BlackNovember

Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Light Multifunction Mc             
 Version      2023-08-08T21:10:27.680950568        
───────────────────────────────────────────────────
- id: "icasa/ICZB-FC"
    deviceLabel: ICZB-FC Bulb
    manufacturer: icasa
    model: ICZB-FC
    deviceProfileName: level-colortemp-2000-6500

In cases like this it is very easy to add the fingerprints and assign it an appropriate profile existing in the driver, but in other cases it can be somewhat more complicated, if it is necessary to assign some subdriver or some specific configuration.
In addition, each user would have to package the new driver code, create their own channel where to publish the new driver and from where to install the driver on their hub.

If later there is a problem and they ask me about solutions to a code that I don’t know the changes to, it would be more complicated for me.

If you want to do it, I would recommend modifying it over the stock drivers code, which have all types of drivers available.

Here is a tutorial on how to modify or add fingerprints to an existing driver

1 Like

Hi @Mariano_Colmenarejo hope this message finds you well.

Your Zigbee Light Multifunction Mc driver seems to have updated on 08-Aug and it is causing issues with a Zigbee color bulb Gledopto GL-B-007P 60W RGBCCT. Initially I thought the bulb had gone bonkers, but I think it’s the driver.

The β€œOn” command doesn’t seem to work.When I plug in the light, it turns on by default. I can set the colors and the 1-99% level, but as soon as I turn it off, it won’t go on again by turning it on. Only setting an explicit level turns it on.

When I look at the CLI logging for the driver, I see the Turn On Handler being invoked, but there is no Zigbee event.

Hi @glenmm
Sorry, something must have happened with that version.
Install this or let it update automatically

───────────────────────────────────────────────────
 Name         Zigbee Light Multifunction Mc           
 Version      2023-08-11T14:10:25.096749647        
───────────────────────────────────────────────────
1 Like