(EDGE Driver-Mc) Zigbee switch MC, Zigbee switch power MC, Zigbee multi switch and child MC

It works beautifully now, thank you so much! Just one small quirk, it doesn’t seem like it can measure energy usage. I can’t find energy monitoring anywhere in the descriptions for this product on the internet. So unless you’re sure it should be able to and its just not working correctly, you can remove that part from the profile if possible. Otherwise it doesn’t harm anything. Thanks again!

The driver has an optional virtual consumption meter.
To use it, enter the value in watts of the load connected to the switch in preferences and it calculates the consumption when the switch is connected.

1 Like

Hello Mariano

Thank you for your excellent work on your drivers

I’m using your power-meter driver for a _TZ3000_gjnozsaz plug as I use it only for power monitoring (monitor my main freezer). It seems to report power in mW and not in W (which is the correct measurement)

When I use the switch power driver on the same device, the reporting is correct in W.

Can you please fix it?

Thank you in advance and thank you again for your great work.

Yiannis

Hi,

In the device details view, it is the app that converts the units to mW, W, Kw,… depending on the value sent by the driver.

If the value is less than 1W, it will display in mW

If it is equal to or greater than 1W and less than 1Kw, it will display in W

If it is greater than 999W, it will display Kw

The driver always sends the units in W.

The value will always be displayed in W on the tile

Thank you for the quick reply.

The problem is that the reported value is displayed in mW while the correct value is Watt.

For example id displays 20mW on the detailed view while the correct value is 20 Watt

If I use the switch power driver for the same device it correctly reports 20 Watt.

Maybe the driver has to multiply by 1000 the reported value before it sends it to the tile.

I can send you some screenshots to clarify the problem if you want.

Thank you again.

Ok, now I understand your problem.

You can’t switch to the zigbee power/meter Mc driver as that doesn’t set the power and energy divisors and multipliers correctly.

To use it as a power and energy meter without seeing the switch then you have to change the profile in the device preferences using the zigbee switch power Mc driver.

You have to set the profile to “Energy profile and icon”.

If you use android, the first time you change the profile you may have to clear the app cache

- name: "changeProfileEner"
    title: "Select Profile Icon"
    description: "Select Profile Icon. Option (Energy profile and icon) change to a profile without swith pushbutton. Default: Plug icon"
    required: false
    preferenceType: enumeration
    definition:
      options:
        "Switch" : "Switch icon"
        "Plug": "Plug icon"
        "Light": "Light icon"
        "Energy": "Energy icon"
        "EnergyProfile": "Energy profile and icon"
      default: "Plug"
1 Like

Thank you.

It worked as a charm.

If you have time can you also fix the power/meter mc driver also for the specific device?

Thank you again

The 3 button works like a charm…

The 2 button isn’t detected at all… not even as a ‘Zigbee Switch’ or ‘Zigbee Thing’… am I missing something?
I also have a 1 button, which I didn’t bother asking for to be added as I assumed it will just be detected as a Zigbee Switch… but it’s also not being detected.

The 2 & 1 button versions blink fast, then a few slow times & stops blinking, as if it’s paired successfully, same as the 3 button one, but I can’t see them at all in my app…

Any pointers?

I found the fingerprints in Veon’s driver (which I don’t use as it doesn’t support virutal child device like yours), but it’s the same problem… they just don’t appear in the app to start with after pairing

  • id: “QBKG40LM”
    deviceLabel: QBKG40LM E1 Wall Switch (With Neutral, Single Rocker)
    manufacturer: LUMI
    model: lumi.switch.b1nc04
    deviceProfileName: switch-neutral-button
    • id: “QBKG41LM”
      deviceLabel: QBKG41LM E1 Wall Switch (With Neutral, Double Rocker)
      manufacturer: LUMI
      model: lumi.switch.b2nc01
      deviceProfileName: switch-neutral-button-2

Sorry, I don’t have any Aqara devices and I don’t know how to pair them.

The fingerprints lumi.switch.b2nc01 are in the driver and if it goes into pairing mode it should be detected perfectly

Thanks :slight_smile:
I’m hoping someone from the wider community could help

Here are some instructions regarding pairing Aqara devices:

Having set everything up with the above this is the approach I take every time and every time it works to get these devices registered.

  1. I make sure that I can get the Sensor within 1 inch of the front of my Aeotec v3 hub.
  2. Run a scan for devices in Smartthings
  3. For each sensor I follow the process of holding down the pairing button for 5 seconds until I see the 3 blinks. I then press the reset button on a 1 second cadence always ending it before the scanning cycle completes. (No proof currently but again my perception of this is over a few different deployments is that ending before the scan cycle works the best)

Hi @Mariano_Colmenarejo , would it be possible to add this switch to the Zigbee Multi Switch and Child MC driver?

Fingerprint: _TZ3000_zo1zfrum

Hi,

What model is?

At least Zigbee Switch Mc driver’s Profile Icon Plug also supports these same icons.

TS0004 and TS0006 please. Thank you!

I find it very strange that these two models have the same manufacturer number.

In order to add them correctly, I need as much information as possible for each device, manufacturer, model and if it is a multi-component, I need to know how many components the device has

This information can be easily obtained by installing the zigbee thing Mc driver, pairing each device with this driver and publishing the information from the details view and the event history, as can be seen in other requests posted by other users

example:

Apologies! Attaching the needed information.

The 2 switches we are looking to add is a 4 button and 6 button wall switch. The below photo is from the 4 button wall switch.

Thank you!

1 Like

Hi,

I will wait for 6 gang data to add both at same time to driver

Since you do not send me the data of TS006, I have added TS004 and I will add the other one when I can.

you need uninstall device and reinstall it with this driver version installed in your hub

───────────────────────────────────────────────────
 Name         Zigbee Multi Switch and Child Mc
 Version      2024-12-14T14:54:42.232527661
───────────────────────────────────────────────────
- id: "_TZ3000_zo1zfrum/TS0004"
    deviceLabel: TS0004 Switch
    manufacturer: _TZ3000_zo1zfrum
    model: TS0004
    deviceProfileName: four-switch
2 Likes

Hi. I am a beginner using SmartThings.

I bought a Tuya Zigbee Door Window Sensor Open Close Detector and installed the driver, but it doesn’t work.

I should have checked if there was a driver first, but I didn’t know.

Can you help me?