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

Thanks again Mariano I was able to add the Aqara ZNCZ12LM outlet, but the power meter does not appear to work. Energy consumption is also showing a cloud but I don’t use that. Is there anyway that you can look at it to see if you can get the power meter to work?

Many thanks again for all your contributions!

I have seen that it only has cluster 0B04 and I have changed it to the switch-power-plug profile

let’s see if it works.

If it doesn’t work, device may use some other way to send the power and may be @veonua or @ygerlovin have some specific driver

  - id: "lumi.plug.maus01/PLUG"
    deviceLabel: Lumi Plug
    manufacturer: LUMI
    model: lumi.plug.maus01
    deviceProfileName: switch-power-plug

Driver version

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Name        β”‚ Zigbee Switch Power Mc               β”‚
β”‚ Version     β”‚ 2022-08-14T19:03:21.146000894        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Hi @Mariano_Colmenarejo

I have a Visonic MCT-340-E zigbee contact sensor which I use exclusively for temperature (I would prefer to see the temperature reading on the tile).

Do you have any drivers for this sensor, and if so, any that can have it display the temperature on the tile?

Thanks!

hi has anyone else had any isues with the zigbee motion sensor mc driver , for the last couple of hours my sonoff snzb-03 has been triggering itself .

I’ll look at it and tell you something.
Today I’m going to leave it

The exact model that exit in the driver is this
What is your exact model in IDE?

  - id: "Visonic/MCT-340 SMA"
    deviceLabel: Tyco Open/Closed Sensor
    manufacturer: Visonic
    model: MCT-340 SMA
    deviceProfileName: contact-profile

This is what I see:

  • application: 01
  • endpointId: 01
  • firmwareFullVersion: 00000103
  • firmwareImageType: 10
  • firmwareManufacturerCode: 4113
  • manufacturer: Visonic
  • model: MCT-340 E
  • zigbeeNodeType: SLEEPY_END_DEVICE
  • Current Version: 0x00000103
  • Target Version: 0x00000103
  • Last Updated: N/A
  • Last Checked: 2021-10-04 7:27 PM EDT - Check Now

This is using a SmartSense device handler in the IDE for it. If I can get more accurate information for you, please let me know.
Thanks!

Added to this version of the Test driver with temperature reports custom settings in preferences.

If works fine i will see to create a profile with temperature in the tile to use as temperature sensor

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Name        β”‚ Zigbee Contact Mc-Test               β”‚
β”‚ Version     β”‚ 2022-08-15T11:37:01.8722818          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  - id: "Visonic/MCT-340 E"
    deviceLabel: Tyco Open/Closed Sensor
    manufacturer: Visonic
    model: MCT-340 E
    deviceProfileName: contact-profile

@Mariano_Colmenarejo

Yes - it appeared to work fine.

Out of curiosity, what do the temperature report custom settings do? Any enhancement to battery life for the device? If so - would appreciate that functionality as well. Thanks!

In settings you have setting preferences for:

  • maximum report interval: Maximum time it will take to send a new temperature report if there is a change.
    by default it is set to 5 minutes
  • Reportable change: Change in temperature that will always be reported regardless of the maximum interval.
    by default it is set to 0.1Β°c.

These values are good for an accurate thermostat.

For informative use only and to save battery, I have it in:

  • Maximum interval 30 minutes
  • Reportable change: 0.5Β°c (50)

If you are in an area with highly variable temperatures on sunny days:

  • Maximum interval: 60 minutes
  • Reportable change: 1Β°c (100)

Thanks for the explanation. And if the device is set to display in deg F instead of deg C, are the units of these parameters switched to F as well, or do they remain C?

Thanks!

Zigbee devices only report in Β°C. The app takes care of automatically converting temperature information to Β°F units when the user has a location that uses Β°F.

The configuration of the zigbee devices is done in Β°C.

the minimum precision that is sent to the app is rounded to 0.1Β°C, which if converted to Β°F, is 0.18Β°F, with rounding it is approximately 0.2Β°F.

Namely:
0.1Β°C = 32.18 Β°F app rounds it to 32.2Β°F
0.2Β°C = 32.36Β°F app rounds it to 32.4Β°F
0.3Β°C = 32.54Β°F app rounds it to 32.5Β°F

Can you add this one as well?

Thanks

could you include this switch?

if you need anythings, i provide you any information this device

thanks
this is 2gang switch
it can be connected as things
and i control on/off anyone of two switch, always two swiches on/off
i can’t control just one switch of separated two switches

Added to this driver version

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Name        β”‚ ST-Zigbee Moisture Sensor Mc         β”‚
β”‚ Version     β”‚ 2022-08-16T11:21:31.186856756        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Hi @Chryth.jin
Added to this driver version

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Name        β”‚ Zigbee Multi Switch Mc               β”‚
β”‚ Version     β”‚ 2022-08-16T11:26:08.206221761        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  - id: "TS0012/ _TZ3000_18ejxno0"
    deviceLabel: TS0012 Switch
    manufacturer: _TZ3000_18ejxno0
    model: TS0012
    deviceProfileName: two-switch

The driver installed and recognized the device. On testing it triggers once but does not respond after that. I’ve cleared the app cache and restarted but no difference.

I’ve also tried to remove and re-install and it works once but does not report the status after the first trigger.

Any suggestions to troubleshoot?

Reports wet and no longer changes?

Yes, reports wet and I remove probe from water and does not change back to normal

To update, device just went to dry…
8:19 Wet
9:28 Dry

Update took over an hour?