What color temperature range does it have? or is it just dimmable?
Hi @BlackRose67,
Ikeaβs CWS color bulbs donβt work in my driver or stock as they use the currentX and currentY attributes.
In the driver that smartthings will be updated shortly, I hope, there will already be the ikea CWS bulbs and from what I have seen in the code, it seems that they will use default utils libraries to convert standard Saturation and Hue to X, Y values.
I donβt know if the default libraries to handle those colorControl attributes will be updated in the last beta 42.5 firmware.
Weβll have to wait a bit, I donβt want to waste time doing something, what are they supposed to do
Sorry, forgot to mention. Just dimmable.
Added to this driver version
βββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β Name β Zigbee Light Multifunction Mc β
β Version β 2022-03-28T11:14:02.827217 β
βββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββ
- id: "IKEA/Bulb GU10 WW 400lm"
deviceLabel: IKEA Bulb
manufacturer: IKEA of Sweden
model: TRADFRI bulb GU10 WW 400lm
deviceProfileName: switch-level
Thanks!
Thanks for that info, makes perfect sense.
I work in IT was my day job, so Iβm all to familiar with this type of thing; no sense spending time on something until the base drivers handle it.
Iβve been debating signing up for the beta firmware.
I have 3 eWeLink MS01 motion sensors connected with the Zigbee Motion Sensor Mc driver that keep going offline. Sometimes they come back with a motion event but they have been offline since yesterday afternoon.
I saw another post regarding issues with another zigbee edge drivers after driver updates and am wondering if this related or a seperate issue.
It may be due to that multiple update issue.
It has happened to several users of Mc drivers
Hello Mariano,
could you add this switch?
It is a 2 Gang Switch
- application: 43
- endpointId: 01
- manufacturer: _TZ3000_jcfje0kb
- model: TS0002
- zigbeeNodeType: ROUTER
Raw Description 01 0104 0100 01 07 0003 0004 0005 0006 E000 E001 0000 02 0019 000A
thanks for your work
Same bug as the sonoff door sensor use to have. @Mariano_Colmenarejo fix it
Added to this driver version
βββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β Name β Zigbee Multi Switch Mc β
β Version β 2022-04-02T11:47:02.045555 β
βββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββ
- id: "TS0002/_TZ3000_jcfje0kb"
deviceLabel: TS0002 Switch
manufacturer: _TZ3000_jcfje0kb
model: TS0002
deviceProfileName: two-switch
(NEW RELEASE) Version 4 of the Edge Beta Driver: Zigbee Motion Sensor Mc
Improvements:
-
Application of the specific formula for calculating the percentage of remaining battery for Smartthings (Samjin) motion sensors:
1.1. The driver used the standard zigbee formula for calculating % of battery.
(percentage = Raw_value.value / 2)
.
Observed that with 30% of battery, approximately, 2 sensors begin to give false warnings of detected movement.
1.2. The specific formula for Samjin is applied as the DTH stock and the next stock driver.
The value corresponding to that value 30% now is 0%.
local raw_percentage = raw_value.value - (200 - raw_value.value) / 2
local percentage = utils.clamp_value(utils.round(raw_percentage / 2), 0, 100)
1.3. Batteries are replaced and false motion detections are no longer sent. Batteries CR2 works fine for 2 years.
-
Because some users of the MS01 and ms01 eWelink sensors suffer from inactivity disconnections, similar to the aperture sensor eWelink, the same solution applies. @Terri_Baker
2.1. Run a timer to emit event with the last state of these sensors.
As the driver has a new subdrivers, the update will not be done automatically.
I have tried to update it without changing driver ID and the update does not work correctly. Donβt want anyone, at midnight, wake up due to the updated motion sensors
To facilitate the update, I am going to change driver version 3 to the name Zigbee Motion Sensor Mc-(OLD).
I will publish the new version 4 with the original name Zigbee Motion Sensor Mc
In this way, your driver installed will renamed with (OLD), indicating that there is a new version available and you can install the new version with a driver change whenever you want.
This is the new version
βββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β Name β Zigbee Motion Sensor Mc β
β Package Key β zigbee-motion-sensor-v4 β
β Version β 2022-04-02T12:07:15.212298 β
βββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββ
Hello Mariano, another tuya switch. it is a 1 gang switch
application: 43
- endpointId: 01
- manufacturer: _TZ3000_npzfdcof
- model: TS0001
- zigbeeNodeType: ROUTER
Raw Description 01 0104 0100 01 07 0003 0004 0005 0006 E000 E001 0000 02 0019 000A
Hello Mariano, I think that there is an error in the order of buttons for multiple switch in multi-tile mode.
The Switch 1 is located in top right of the tile, but I think that this location is for the main switch.
I am attaching a screenshot. Do you think something can be done?
Is the Sonoff S31 Lite plug included in any of these drivers?
Data * zigbeeNodeType: ROUTER
application: 04
endpointId: 01
manufacturer: SONOFF
model: S31 Lite zb
Raw Description 01 0104 0009 01 05 0000 00
Hi @v.porsio,
The concept for βmainβ component for smartthings is that it is the first multi-device endpoint. It performs all transmission, reception tasks with the hub and secondary components
Then assign the next endpoints to component Switch1, then switch2β¦
All my multiple device profiles assign the first endpoint to main, and next to switch2, switch3β¦
It seems much more logical to me that in a component with 3 switches, the main is S1, switch2 is S2 and switch3 is S3, which according to smartthings main is S1, switch1 is S2 and Switch2 is S3.
In device presentations the component placed at the top always has to be the Main, if you want the icon to work fine.
My first intention was to put the βAll Switchesβ custom capability at the top, but then the icon always showed as on, it didnβt change to off.
βAll switchesβ is not a device component, is one custom capability into the main component.
therefore, in components with multiple mosaics, the component that smartthings calls main, with the editable name of the set, is always placed at the top.
Added to this driver date version
βββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ
β Name β Zigbee Switch Mc β
β Version β 2022-04-03T17:03:42.069353 β
βββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββ
- id: "_TZ3000_npzfdcof/Switch"
deviceLabel: TS0001 Switch
manufacturer: _TZ3000_npzfdcof
model: TS0001
deviceProfileName: single-switch
- id: "SONOFF/S31 Lite"
deviceLabel: S31 Lite Switch
manufacturer: SONOFF
model: S31 Lite zb
deviceProfileName: single-switch
Hi. Did you manage to get the valve working?
Hi,
anyone managed to get this one working?
i can manage to The on and off and ajust the colour temperature but not the color.
manufacturer: _TZ3000_riwp3k79
model: TS0505A
Raw Description: 01 0104 010D 01 08 0000 0003 0004 0005 0006 0008 0300 1000 02 0019 000A
For Edge drivers, the same thing happens to these devices as to the Ikea CWS color bulbs.
We will have to wait for the edge libraries to update.
In the meantime, you may find some DTH in this thread
Take the opportunity to buy what you need, Lidl motion sensors, open/close, plugs, color temperature bulbs⦠they work very well with smartthings.
Here in Spain they havenβt sold any smarthome products for a year and it doesnβt seem like theyβre going to put it up for sale again