What is Mariano Shared Beta Driver?

Hello @Mariano_Colmenarejo
I can’t found “Zemismart/_TZ3000_k008kbls” in enroll driver.
Do you have another channel for this driver?
Thank you!

Hi @mihai_berindei

What device is it,? And fingerprint model?

The device is:
Manufacturer Code

_TZ3000_4js9lo5d

Model

TS0012

It is an zigbee switch with child
Thank you!

Hi @mihai_berindei

Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Multi Switch and Child Mc     
 Version      2023-08-19T10:44:13.472684348        
───────────────────────────────────────────────────
- id: "TS0002/_TZ3000_4js9lo5d"
    deviceLabel: TS0002 Two Switch
    manufacturer: _TZ3000_4js9lo5d
    model: TS0002
    deviceProfileName: two-switch

Thank you!

@mihai_berindei

Note that creating independent child devices does not work at this time due to a non-driver issue.
Let’s hope they fix it soon!

Hi @Mariano_Colmenarejo could you add this open close sensor manufacturer variant to fingerprints:

Manufacturer Code TUYATEC-xrvzm3yI
Model RH3001

Thanks a lot in advance.

Hi @norbertoh

Added to this driver version

─────────────────────────────────────────────────── 
 Name         Zigbee Contact Mc
 Version      2023-08-23T22:49:56.598266322        
───────────────────────────────────────────────────
- id: "TUYATEC-xrvzm3yI/RH3001"
    deviceLabel: RH3001 Open/Close Sensor
    manufacturer: TUYATEC-xrvzm3yI
    model: RH3001
    deviceProfileName: contact-battery-profile

Thanks for your quick response! It worked!

any chance if adding Xiaomi/Mijia , MCCGQ01LM contact senosr and WSDCGQ01LM temp sensor

Hi @Mariano_Colmenarejo, Thank you for all the drivers you are sharing. I am using Aurora Double socket in my bedrooms. I comes with LED rings around the switch points. I wanted to check if you could add code to dimming control to the LED rings. Here is the link for the device Aurora Lighting AU-A1ZBDSS control via MQTT | Zigbee2MQTT. Your help is highly appreciated.

Hi @Mariano_Colmenarejo

Thank you so much for publishing all the drivers. There is one driver that may require correction, the Zwave remote below is a Bali/Somfy Autoview Remote with 2 Buttons, can the profile be assigned to multi-button-2 instead of just battery. The mfg id, product type and product id are all correct. Much Appreciated. Thank you.

zwaveManufacturer:

  • id: “026E/5643/5A31”
    deviceLabel: 2 Button Window Remote
    manufacturerId: 0x026E
    productType: 0x5643
    productId: 0x5A31
    deviceProfileName: battery

Hi @Raymond_Lee

This button and one of the 3 buttons on the stock Z-wave Button driver are assigned to a battery-only profile and therefore they are also in my driver.

I don’t know what the meaning of this is since I don’t have any of these buttons.

I think you should open a report to smartthings so they can correct it if it is wrong.
I’m going to tag @nayelyz in case she can do something.

What characteristics does this button have? Just one press or more on each button?

If you pair it with zwave thing Mc to see the command classes it uses or send me a link to the documentation I could see what can be done

zwaveManufacturer:
  - id: "026E/5643/5A31"
    deviceLabel: 2 Button Window Remote
    manufacturerId: 0x026E
    productType: 0x5643
    productId: 0x5A31
    deviceProfileName: battery
  - id: "026E/4252/5A31"
    deviceLabel: 3 Button Window Remote
    manufacturerId: 0x026E
    productType: 0x4252
    productId: 0x5A31
    deviceProfileName: battery

Hi Mariano,

Thank you for looking into it. Each of the button on the Bali/Somfy 2-Button remote is a single press. As requested here is the command class snapshot below.

In the Groovy days, Eric Vitale wrote a driver that works well, it did not survive the migration to edge. Here is the link to the Groovy driver if it helps.

I also have the 3 Button Somfy/Bali remote somewhere if we need to fix that one too. It has an additional button call “Home” in addition to the 2 single press button as above.

Thanks Much!

RL

Hi @Raymond_Lee

in the DTH this device only has the capability battery, so that is the reason why the driver is using the profile battery. in this case, I don’t know how this device works, please, Can you give more context about the device?

note: I have been checking this device and as far as I can see this device connects directly with the window

Hi @AlejandroPadilla

That’s why the stock DTH only served to monitor the battery.

According to the custom DTH @Raymond_Lee posted, it uses Central_scene command class and each button has the actions press, held and release.

Thank you all for the feedback. The Remote is used to control Bali Shades/Blinds etc, mainly up/down. It is tied to the shade and Smarthings (battery status). Since I have a few extra, trying to use it for other purposes like lights etc. Under Groovy (previous post), Eric wrote a groovy driver that enables it to be use for any other purpose on button press since can be a generic Zwave remote as well. Hope this clarification helps. Thanks again!

RL

Profiles changed and code added in this driver change.
Try it

───────────────────────────────────────────────────
 Name         Z-Wave Button Mc
 Version      2023-09-26T19:35:43.216794434        
───────────────────────────────────────────────────
- id: "026E/5643/5A31"
    deviceLabel: 2 Button Window Remote
    manufacturerId: 0x026E
    productType: 0x5643
    productId: 0x5A31
    deviceProfileName: multi-button-2 #battery
  - id: "026E/4252/5A31"
    deviceLabel: 3 Button Window Remote
    manufacturerId: 0x026E
    productType: 0x4252
    productId: 0x5A31
    deviceProfileName: multi-button-3 #battery
1 Like

Hi Mariano:

Thanks a bunch. Just tested both the 2-Button and 3-Button, the driver works Great!!! Thanks again, it is greatly appreciated!!!

RL

2 Likes

Hi @mihai_berindei

Sorry, the correct model was TS0012 instead TS0002

───────────────────────────────────────────────────
 Name         Zigbee Multi Switch and Child Mc
 Version      2023-09-29T15:49:51.257787324
───────────────────────────────────────────────────
- id: "TS0012/_TZ3000_4js9lo5d"
    deviceLabel: TS0012 Two Switch
    manufacturer: _TZ3000_4js9lo5d
    model: TS0012
    deviceProfileName: two-switch