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

Hello Giacomo,

Added to this version of temperature sensor

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Temp Humidity Sensor Mc       │
│ Version     │ 2022-04-25T22:04:41.094006           │
└─────────────┴──────────────────────────────────────┘
  - id: "_TYZB01_a476raq2/TS0201"
    deviceLabel: Tuya TS0201
    manufacturer: _TYZB01_a476raq2
    model: TS0201
    deviceProfileName: temp-humid-battery

And added to this version of thermostat drivertoo, if you need it

┌─────────────┬───────────────────────────────────────┐
│ Name        │ Zigbee Temp Sensor with Thermostat Mc │
│ Version     │ 2022-04-25T22:06:35.532569            │
└─────────────┴───────────────────────────────────────┘

Thank you very much.
Updated driver was pushed to my hub this afternoon (in my TZ) and is working great.

I’m down to only one non-Edge zigbee device now.

1 Like

@BlackRose67, @amin300, @Sakari

I have made this version for Ikea CWS bulbs.
At the moment they do not have the custom functions of continuous color change. If it works, I’ll see how I can add it.

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Light Multifunction XY        │
│ Version     │ 2022-04-26T12:32:26.635093           │
└─────────────┴──────────────────────────────────────┘

It has these 4 Ikea models

  - id: "IKEA/E27 CWS 806lm"
    deviceLabel: IKEA E27 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb E27 CWS 806lm
    deviceProfileName: rgbw-xy-level-colortemp-2700-6500
  - id: "TRADFRI bulb GU10 CWS 380lm"
    deviceLabel: IKEA GU10 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb GU10 CWS 380lm
    deviceProfileName: rgbw-xy-level-colortemp-2700-6500
  - id: "TRADFRI bulb E27 CWS opal 600lm"
    deviceLabel: IKEA E27 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb E27 CWS opal 600lm
    deviceProfileName: rgbw-xy-level-colortemp-2700-6500
  - id: "TRADFRI bulb E26 CWS opal 600lm"
    deviceLabel: IKEA E26 Bulb
    manufacturer: IKEA of Sweden
    model: TRADFRI bulb E26 CWS opal 600lm
    deviceProfileName: rgbw-xy-level-colortemp-2700-6500

You will tell me how it goes

I will look for fingerprints of LIDL RGBW bulbs and strips to add them if the driver works

1 Like

@Mariano_Colmenarejo
Thank you so much
i tried TRADFRI bulb E27 CWS opal 600lm
It works fine but once i try to change the color temperature, it is not responding and i get the error message as attached screenshot

Try to reinstall the bulb or do a hub reset
You can also test to see if the change works with automations or by external steps.

Level works fine?

Today I won’t be able to do anything, tomorrow I’ll look at it with whatever you tell me

With my GU10 bulb, it paired fine.

Colour temp doesn’t want to go above 4,000k.

I can use the power button in the ST app to turn the light on, but it doesn’t work to turn it off.
I get the ssme error that @amin300 is getting.

The light does turn off if I set the brightness to 0%, so there is a workaround for that.

It’s midnight here, so I guess I should probably go to bed instead of tinkering with bulbs :wink:

@BlackRose67, @amin300, @Mario_Machado

Please, try with this version

UPDATE: This new date version must works, I see was the first version problem

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Zigbee Light Multifunction XY        │
│ Version     │ 2022-04-27T14:04:10.781165           │
└─────────────┴──────────────────────────────────────┘

Is it possible that this bulb has its maximum range at 4000k?

If so, I’ll change profile.

Added this LIDL model RGBW strip

  - id: "_TZ3000_riwp3k79/LIDL"
    deviceLabel: LIDL TS0505A
    manufacturer: _TZ3000_riwp3k79
    model: TS0505A
    deviceProfileName: rgbw-xy-level-colortemp-2700-6500

I’ll test with the latest version once it’s downloaded.

Here’s the range listed in the booklet that came with it.

1 Like

Hello,
Does work but colours are off. Doest have RED. Green and Blue looks ok.

Does anyone use a SmartThings Multipurpose sensor on their garage door and swtched to an Edge driver and been able to get it to work? I switched over to an Edge driver today and I am not able to get it to work properly. I have tried both the @Mariano_Colmenarejo and ST Edge drivers with the same results for both. Once I change the settings to use for garage door. it reflects open the first time I go to open the door and stays in that status even when the door closes. Stuck I am!!

For Hue and Saturation conversion to current x, y uses the default 42.x library utilities.
Does your hub have firmware 42.07?

It would be necessary to see if the conversion functions work well, which is still in the acceptance phase in the stock zigbee switch driver.

let’s see if they inform us if it does the same in ikea CWS light bulbs

I have samjin sensors but I am not using them as a garage, they are glued and I cannot test them.

The code of my driver and the stock are the same, with the acceleration of the Z axis > 900 it emits closed and if it is < 100 it emits open

You could check what Z axis acceleration is emitting in detaills view when closed and open

        if axis_index == 3 and device.preferences.garageSensor == "Yes" then
            -- if this is the z-index and we're using as a garage door, send contact events
            if math.abs(value.value) > 900 then
                device:emit_event(capabilities.contactSensor.contact.closed())
            elseif math.abs(value.value) < 100 then
                device:emit_event(capabilities.contactSensor.contact.open())
            end
        end

door closed:

door open:

It seems that you have to turn the sensor 90º.
The sensor Z axis is the one that is now never aligned with the vector (force) of gravity when door is open and closed.

Well, that is the Z axis that has to be aligned with local gravity when door it is closed.
And at 90º with local gravity when the gate is open.

I don’t know if I explained myself correctly

1 Like

yep. working now. strange how you use it in that one position for 3 years…

thanks!

1 Like

ok… last question. do your edge drivers work for sylvania outlets?

Are zigbee or z-wave?
With power meter?

aww sorry… zigbee

if you can’t access this page, let me know

https://www.amazon.com/SYLVANIA-ZigBee-SmartThings-Amazon-Assistant/dp/B01M6UM8QD?th=1

I figured you probably just need the fingerprint

Correct, as say @JDRoberts the first rule of home automation is that the model matters, hahahaha :wink:
But it should work fine!!

It seems does not have power meter, but with fingerprints clusters can see the capabilities

2 Likes