(EDGE Driver-Mc): Zigbee Light Multifunction Mc

Seems to be a bug here (attempted both on iOS & Android), not able to enter “-” to set a value such as “-7”

Edit: Not sure if the following is relevant but using it with these:

  • id: “sengled/Z01-A19NAE26”
    deviceLabel: sengled Z01-A19NAE26
    manufacturer: sengled
    model: Z01-A19NAE26
    deviceProfileName: level-colortemp-2700-6500

Type it in another app and cut and paste it.

1 Like

That’s exactly what I did

Hi @paazel

It is not relevant

It is used only in the timer and random on/off functions, to calculate and display the local time of the next state change

Thank you very much

My Lidl RGB strip color temp is 2700 minimum with this driver and some old DH or default my other strip is minimum 2000.

Old version colours are terrible, new version is better.
New version color palette is different if making color settings to Routines, colour control Vs. Manual colour settings.

Try to compare both and set HUE 20, saturation 100.

Hi @Pk1

In device settings preferences you can select a profile RGBW 2000k-6500k.
When you change the profile first time need delete app cache to see new profile

Are you refer to App version or driver version?
Driver version does not change the color palette

This is great. Thank you.

One thing I have noticed compared to my old drivers is that I cannot change color temp or brightness levels without turning them on also. In the past I had setup processes to change color temp and brightness based on the time of day without turning them on. This stopped the lights from adjusting when first tuned on after a time change(I.e. Dimming right when they first turn off, if it is after a set hour). Has anyone gotten something like this to work?

Hi @SmartHomeAccountUser

This driver and the stock drivers use for level the command: MoveToLevelWithOnOff (0x04)

For colorTemperature the default libraries send the on command together with the command: MoveToColorTemperature (0x0A)

You can do what you want if you modify the commands sent for level: MoveToLevel (0x00) instead of MoveToLevelWithOnOff (0x04)
For colorTemperature modify to do not send the On command and only send the MoveToColorTemperature command (0x0A)

My driver has a Forced On Level capability that allows you to limit the power-on level and change it with routines before power-ups for different periods of the day.

For the color temperature it works well, if with the routine you only send the temperature value. It will light up with the color temperature of the routine

hi @Mariano_Colmenarejo

I just received today this product.
https://a.aliexpress.com/_Ex3vgaz

zigbee type.

when i search him in the smartthings its working like a switch but I cant find any driver

attached screen shot of the default driver

its ok like this one?

the product working and I can open and close him.

Model TS0001
Manufacturer TZ3000_iedbgyxt_

Hi @Liran1115

This device is in my Zigbee Valve Mc driver

- id: "Valve/TS0001"
    deviceLabel: Water Valve
    manufacturer: _TZ3000_iedbgyxt
    model: TS0001
    deviceProfileName: water-valve

Hello, could you explain how install this driver for Hub SmartThings. Regards

Hi @vstar123

  • click on this link to roll up your Hub on my Edge drivers shared channel.
    SmartThings. Add a little smartness to your things.
  • Follow the steps to accept and enroll
  • Enter to see the drivers that the channel has and look for the driver you need install
  • Click on install. The driver will be installed on your Hub
  • In the App add the device with the option to search nearby
  • The device will appear in the Room were your Hub is
1 Like

Hi

Could you add the following bulbs:

firmwareFullVersion: 10021655
firmwareImageType: 10242
firmwareManufacturerCode: 4476
manufacturer: IKEA of Sweden
model: TRADFRI bulb E26 CWS 800lm
zigbeeNodeType: ROUTER

firmwareFullVersion: 10021655
firmwareImageType: 10242
firmwareManufacturerCode: 4476
manufacturer: IKEA of Sweden
model: TRADFRI bulb E12 CWS 450lm
zigbeeNodeType: ROUTER

Thanks!

Hi @ian99d
Added to this driver version.

If colorTemperature adjust does not works, tell me to change to RGB profile

───────────────────────────────────────────────────
 Name         Zigbee Light Multifunction Mc
 Version      2023-02-22T20:08:21.37941428
───────────────────────────────────────────────────
- id: "TRADFRI bulb E26 CWS 800lm"
    deviceLabel: IKEA E26 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb E26 CWS 800lm
    deviceProfileName: rgbw-level-colortemp-2200-4000
  - id: "TRADFRI bulb E12 CWS 450lm"
    deviceLabel: IKEA E12 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb E12 CWS 450lm
    deviceProfileName: rgbw-level-colortemp-2200-4000

I have some RGBW Sengled Candelabra bulbs I’d love to have added.

  • firmwareFullVersion: 00000016
  • firmwareImageType: 32977
  • firmwareManufacturerCode: 4448
  • manufacturer: sengled
  • model: E1F-N5E
1 Like

Hi @DigitalDan @Coelhorj

Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Light Multifunction Mc           
 Version      2023-02-23T15:06:43.175539431        
───────────────────────────────────────────────────
 - id: sengled/E1F-N5E
    deviceLabel: Sengled Light
    manufacturer: sengled
    model: E1F-N5E
    deviceProfileName: rgbw-level-colortemp-2700-6500
  - id: "_TZ3210_r5afgmkl/TS0505B"
    deviceLabel: RGBW TS0505B
    manufacturer: _TZ3210_r5afgmkl
    model: TS0505B
    deviceProfileName: rgbw-level-colortemp-2700-6500

2 Likes

Like a Charm!
Thanks once more Mariano!

Cheers

1 Like

thanks!

working great!

The “progressive on” function has a fixed end target of dimmer position. The default is 100%.

Is it possible to have the “progressive on” function use the current dimmer % as end target instead of the default setting?

And if the progressive off is used, is it possible to store the current dimmer% and while the next progressive on then goes back to the original dimmer%?