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β¦
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Name Zigbee Motion Sensor Mc
Version 2023-08-04T19:51:07.768641458
βββββββββββββββββββββββββββββββββββββββββββββββββββ
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.
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.
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
βββββββββββββββββββββββββββββββββββββββββββββββββββ
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.
βββββββββββββββββββββββββββββββββββββββββββββββββββ
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
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
βββββββββββββββββββββββββββββββββββββββββββββββββββ