Z-wave multi channel device

Hi to all,

i have several mco home devices.
1/2/3 gang and 9 gang which have a temperature sensor
6 switches , 3 shutter and 3 scenarios.

how i can get total endpoints of device, and get info for each one of them?

i would like to build a generic driver for mco home, but straggling with the code.
i spent the entire morning to understand what other pepole do with no success.

if any one have a link to a generic z-wave which can get amount of endpoints and their type, it will be great.

I would install Maker API. That will list both local and cloud endpoints for each device.

i understand, but what i am looking for, is to build standalone drivers for any kind of z-wave.
maker api is not the route i would like to go in

I'll start by saying I am not one to comment on developing a z-type driver... but hey, that never stopped many of us from commenting :slight_smile:

My suspicion would be the varied list of devices you listed could have an equally varied list of comm's and attributes HE would need to look out for, so a "common" driver may be a difficult outcome to achieve,

Can you share any info on what you have found for what the list of devices are you are targeting and the different commands and attributes they include?

Also, any example code and comments regarding what you have tried so far would likely be useful (for others).

i also one device drivers.
i worked till now with z-wave js, and the device drivers are very simple to implant.

the device i using, MCOhome glass 9, can work as 6 button 3 scenario or 2 button 2 shutters and 3 scenario , or 3 button 6 scenario, i can adjust whatever i like.
it has also a sensor for temperature.

this is why i need at first getting the total endpoints, and give control to each endpoint by it's type.

i would like to get the endpoints from z-wave and then make for each endpoint for interview.

the glass 9 data :

  • deviceId: 28934
  • deviceType: 36865
  • inClusters: 0x5E,0x25,0x70,0x2C,0x2B,0x26,0x32,0x31,0x85,0x5B,0x8E,0x59,0x71,0x55,0x86,0x72,0x5A,0x73,0x60,0x7A
  • manufacturer: 351

it's also support s2 and z-wave plus

1 Like

My experience with Z-Wave is.... well nothing.... so I hope you find someone who can help you progress your driver... I can only thing to suggest @kkossev , but it feels unfair to offer his services up when he seems to pick up so many devices that are "difficult" to implement in HE, for no reason HE could control....

Unfortunately I don’t have much experience with Z-wave devices, the drivers for Z-wave are a bit different than Zigbee.

1 Like

Ah, right.