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

ok thank you very much I’ll try with him

Are you able to improve this driver. There is no energy and wattage options in driver (Switch and Child Mc). SmartThings Drivers (beta) and Z-wave Switch has energy meter, but no option for switch.

Are you able to combine these drivers. Now this device is useless.


image

These drivers are available, but none has both switch and energy meter options:
image

Hi @Kimmo_Liias
I don’t know how it pairs with any of these drivers, since their fingerprints are not in any of them and the generic profiles none have power and energy

Added to this driver version

───────────────────────────────────────────────────
 Name         Z-Wave Switch and Child Mc
 Version      2022-11-23T09:58:32.680875355        
───────────────────────────────────────────────────
  - id: 0086/0003/0006
    deviceLabel: AEOTEC Smart Plug
    manufacturerId: 0x0086
    productType: 0x0003
    productId: 0x0006
    deviceProfileName: metering-plug

Hi could you add my iris button with temperature?
`Data
zigbeeNodeType: SLEEPY_END_DEVICE
firmwareManufacturerCode: 4174
firmwareFullVersion: 10035301
application: 01
endpointId: 01
firmwareImageType: 29
manufacturer: CentraLite
model: 3460-L

Raw Description 01 0104 0006 00 07 0000 0001 0003 0007 0020 0402 0B05 03 0003 0006 0019

I tested functions. Wattage and energy meter is not working properly (values not refreshing). Is there anything to do to keep value refreshing.

Behaviour is following:

  • wattage and energy values updates once when swapping between these drivers:
    image

-when using SmartThings Drivers (Beta) driver, valus are refreshed every time I hit devices physical ON/OFF button:

  • [OFF BUTTON] values are refreshed to mobile app (51W, water pump turns off)
  • [ON BUTTON] Wattage is refreshed to 0 watts (water pump running)
  • [OFF BUTTON] refreshed value 51W (water pump turns off)
    …etc.

Maybe there is useful information:

Below is link to another driver inquiry. Same device but bit different fingerprint:
Aeon Labs DSC06106 — Which Edge Driver? - Devices & Integrations - SmartThings Community
Direct link to fingerprint list:
SmartThings Drivers (Beta) driver fingerprints

There are few lines near similar, but productId differs. Maybe device pairs based to lines 123 and 124.
image

I had custom device handler still in my Groovy IDE. May it has something to do with this. Now removed. Maybe there is useful information in code.
Here link to Device handler driver


.
.
.
.
Solution found:

Finally found temporary solutions and device working perfectly again.
See solution HERE.

Keyword for find purpose:
Aeon Labs Smart Energy Switch (for DSB06xxx-ZWUS/DSC24-ZWAU/DSC24-ZWEU)
Aeon Labs DSC06106

1 Like

@Kimmo_Liias

I moved to this Zwave thread

Hi @Mariano_Colmenarejo,

Could you add the following device? It’s a zigbee blinds puller with light/lux sensing capability. Appreciate the help!

Adding more information:
deviceInfo:

Manufacturer: _TZE200_zah67ekd
Model: TS0601
App Version: 0x47
ZCL Version: 0x03
Network ID: 0x333F
Zigbee EUI: CC86ECFFFEFE38D6
Device ID: 6c166bcf-dd0a-4478-89f7-36438f2df051

Server Cluster:
Ep: 01={ 0000,0004,0005,EF00 }

Client Clusters:
Ep: 01={ 0019,000A }

Signal Metrics:
LQI: 202 … RSSI: -59 dbm

Hi @extrawombat

Sorry, this device use cluster EF00 and no works with defaults Edge drivers

I think @iquix has a driver for this device

Hi @Mariano_Colmenarejo

Excellent, the driver works as it should. Enrolled to his channel.

@iquix thank you so much for your work prior as well!

Cheers both!

New version: Zigbee Motion Sensor Mc

Thanks to Simon Tuckwell’s contribution on GitHub. he has made a subdriver for a Tuya ZG-204ZL motion sensor, which uses the Tuya EF00 Cluster for motion, illuminance and battery.

I have integrated its subdriver in this Zigbee Motion Sensor Mc driver in this version
Thanks again Simon Tuckwell

───────────────────────────────────────────────────
 Name         Zigbee Motion Sensor Mc
 Version      2022-11-24T18:20:55.978008534
───────────────────────────────────────────────────
  - id: "_TZE200_3towulqd/ZG-204ZL"
    deviceLabel: Luminance Motion Sensor
    manufacturer: _TZE200_3towulqd
    model: TS0601
    deviceProfileName: motion-illuminance-battery
1 Like

Hi @Mariano_Colmenarejo

Excellent channel.
Could you add the driver for HEIMAN COSensor-EF-3.0?:

Manufacturer: HEIMAN
Model: COSensor-EF-3.0
App Version: 0x10
ZCL Version: 0x03
Network ID: 0xB66F
Zigbee EUI: 84FD27FFFE776290
Device ID: 8b38360d-61ec-4944-9ed0-2e8d915f1ece

Server Cluster:
Ep: 01={ 0000,0001,0003,0500,0502,0B05 }

Client Clusters:
Ep: 01={ 0019 }

Thank you.

Hi,

ZigBee aqara water leak mc

Can you please add RSSI and LQI to that driver ?

Hi @vferley

Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Smoke/CO Detector Mc
 Version      2022-11-25T12:10:07.624139236        
───────────────────────────────────────────────────
  - id: "HEIMAN/COSensor-EF-3.0"
    deviceLabel: HEIMAN Smoke Detector
    manufacturer: HEIMAN
    model: COSensor-EF-3.0
    deviceProfileName: co-battery

Hi @dotan_shai

Added to this driver version
Only update metrics with battery messages

───────────────────────────────────────────────────
 Name         Zigbee Aqara Water Leak Sensor Mc
 Version      2022-11-25T16:35:40.948152976
───────────────────────────────────────────────────

Can you update to when status change to dry or wet ?
Easier to test…If possible

Making it update with wet or dry messages implies that need to duplicate the code of the default handlers, which are already written in the Hub’s firmware, and write them again in the driver.

This metrics functionality in the IDE was updated in zwave once a day and in zigbee once or twice a day, depending on the hub firmware, which is updated with the battery reports 4 times a day, I think that is enough.
It also tries to read the battery when a refresh is done in the app, if the device responds the metrics will also be updated.
As the capability events have GMT date and time you can see how often it is updated.

On the other hand, to save a driver I have merged the Zigbee Aqara Water Leak Sensor Mc driver with the Zigbee Moisture Sensor Mc

───────────────────────────────────────────────────
 Name         Zigbee Moisture Sensor Mc
 Version      2022-11-25T16:47:15.69183962
───────────────────────────────────────────────────
  - id: "Lumi/SJCG11LM"
    deviceLabel: Aqara Water Leak Sensor
    manufacturer: LUMI
    model: lumi.sensor_wleak.aq1
    deviceProfileName: moisture-battery

Thank you very much @Mariano_Colmenarejo I was testing the driver, but this not show CO2 information. I have added screenshot.

Hola Victor

Sorry, I swapped the manufacturer and model in subdriver can_handle :man_facepalming:
Fixed in this driver version, but is a CO detector not CO2 detector

───────────────────────────────────────────────────
 Name         Zigbee Smoke/CO Detector Mc
 Version      2022-11-25T20:16:23.321979139        
───────────────────────────────────────────────────

Hey.
About a month and a half ago you added support for the circuit breaker I requested. Everything was working great until about a month ago.
What happens is that after I add the device it works for 10 minutes and then does not update and does not respond to any command.
Attach a photo of a fingerprint.
I would appreciate your help, because my whole house is based on these circuit breakers.
Thank you.


Hi @raz6498635

You may be experiencing the firmware 45.11 issue that some users are experiencing with zigbee device disconnections.

Try rebooting the hub when it happens to see if that fixes it.

try to change zigbee channel in IDE.

These are some of the things I’ve read on the forum