Xenon 4-gang + 2 USB extension, Unable to switch off individual sockets

I purchased a Xenon 4-gang + 2 USB extension (zigbee version), and attached to my hubitat device.
Initially identified, as DEVICE - but I updated to "Generic Zigbee Multi-Endpoint Switch driver", and hit config, which created the child endpoint devices.

However, when I select option to turn-off, just a single endpoint socket - it will switch of all endpoint sockets and the complete extension lead.

Have disconnected & reconnected to power, but still get the same issue.

Switched to DEVICE, and select 'get info':
dev:732 022-09-21 04:56:37.479 pm infofingerprint profileId:"0104", endpointId:"01", inClusters:"0003,0004,0005,0006,E000,E001,0000", outClusters:"0019,000A", model:"TS011F", manufacturer:"_TZ3000_cfnprab5"
dev:73 2022-09-21 04:56:37.389 pm traceZCL version:03
dev:73 2022-09-21 04:56:37.387 pm traceSoftware Build Id:unknown
dev:73 2022-09-21 04:56:37.386 pm traceModel:TS011F
dev:73 2022-09-21 04:56:37.385 pm traceManufacturer:_TZ3000_cfnprab5
dev:73 2022-09-21 04:56:37.231 pm debuggetting info for unknown Zigbee device...

Reverted back to "Generic Zigbee Multi-Endpoint Switch driver", and turn-off a single endpoint socket (EP02), with debug enabled and this request is clearly turning off all the other sockets:

dev:73 2022-09-21 05:31:33.114 pm infoMedia Multi Socket 2 was turned off

dev:84 2022-09-21 05:31:33.111 pm infoMedia Multi Socket 2 EP05 was turned off

dev:73 2022-09-21 05:31:33.106 pm debugdescMap:[raw:FA440500060800001000, dni:FA44, endpoint:05, cluster:0006, size:08, attrId:0000, encoding:10, command:0A, value:00, clusterInt:6, attrInt:0]

dev:83 2022-09-21 05:31:32.910 pm infoMedia Multi Socket 2 EP04 was turned off

dev:73 2022-09-21 05:31:32.906 pm debugdescMap:[raw:FA440400060800001000, dni:FA44, endpoint:04, cluster:0006, size:08, attrId:0000, encoding:10, command:0A, value:00, clusterInt:6, attrInt:0]

dev:82 2022-09-21 05:31:32.715 pm infoMedia Multi Socket 2 EP03 was turned off

dev:73 2022-09-21 05:31:32.707 pm debugdescMap:[raw:FA440300060800001000, dni:FA44, endpoint:03, cluster:0006, size:08, attrId:0000, encoding:10, command:0A, value:00, clusterInt:6, attrInt:0]

dev:73 2022-09-21 05:31:32.506 pm debugdescMap:[raw:FA440200060800001000, dni:FA44, endpoint:02, cluster:0006, size:08, attrId:0000, encoding:10, command:0A, value:00, clusterInt:6, attrInt:0]

dev:80 2022-09-21 05:31:32.323 pm infoMedia Multi Socket 2 EP01 was turned off

dev:81 2022-09-21 05:31:32.320 pm infoMedia Multi Socket 2 EP02 was turned off

dev:73 2022-09-21 05:31:32.307 pm debugdescMap:[raw:FA440100060800001000, dni:FA44, endpoint:01, cluster:0006, size:08, attrId:0000, encoding:10, command:0A, value:00, clusterInt:6, attrInt:0]

dev:73 2022-09-21 05:31:32.304 pm debugdescMap:[raw:catchall: 0104 0006 02 01 0040 00 FA44 00 00 0000 0B 01 0000, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:FA44, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:0B, direction:01, data:[00, 00]]

dev:81 2022-09-21 05:31:32.160 pm debug off()

Any advice, on how I can get a single socket to turn on/off from this Xenon 4-gang + 2 USB extension lead ?

Me too, bought iT after a customer question said it works with Hubitat.
I guess it does to some extent but would love to hear from anybody that has got the child devices to work independently.

@Inge_Jones I see from a thread of yours that you go the sockets to switch individually. Is this the case, did you do anything special?

Not as far as I felt anything to be special. I used Generic Zigbee Multi-Endpoint Switch as the driver, and it created a child device for each outlet, which can be turned on and off individually, and the USBs all together

Is your device the same or a different one? DavidS device manufacturer ID is _TZ3000_cfnprab5

@damianm what is yours? (the Data section from the device web page)

  • endpointId: 01
  • application: 43
  • isMultiEP: true
  • manufacturer: _TZ3000_o005nuxx
  • model: TS011F

Its a totally different one ...

1 Like

They should give them all different names then not force us to wait till after we've bought them to find out :frowning:

2 Likes

They have already done it - the manufacturer of _TZ3000_o005nuxx is charged a monthly/annually fee by Tuya corporation for using their cloud services from a different business account than the manufacturer of _TZ3000_cfnprab5 device. :slight_smile:

When these devices are used with Tuya zigbee gateway, the end user will see no difference, because Tuya pushes from the cloud the correct driver for each device, based on their manufacturer ID.

1 Like

As it happens I haven't found the device any more satisfying than just buying a dumb strip and putting in smart plugs where required. Took me ages to think of a good place to use it, too.

If you want to experiment, you can do the following:

  • manually assign any of my Tuya drivers and click on the Configure or Initialize button. You can try with the Tuya Zigbee metering plug for example. The driver will not control individually the switches but will initialize the Tuya device properly, spelling the TuyaMagic() towards the device.
  • manually switch to HE inbuilt 'device' driver and delete/clean up all states that will be created by the first driver.
  • finally switch to the inbuilt "Generic Zigbee Multi-Endpoint Switch" and check if it is working
3 Likes

I still have one of my first 'smart' devices - an WiFi Broadlink 4-gang extension.
And I still don't have practical use of the individual switches for each of the 4 sockets. What I was thinking lately is to move it to the rack where is my WiFi router, the main C7 hub, the Philips Hue bridge, etc.. This will allow me to have a second and independent from HE way to reboot some devices - from Alexa as an example.

1 Like

Thanks kkossev, your suggestion worked.
I can control the sockets individually :slight_smile:
Thanks

2 Likes
  • endpointId: 01
  • application: 43
  • inClusters: 0003,0004,0005,0006,E000,E001,0000
  • isMultiEP: true
  • manufacturer: _TZ3000_cfnprab5
  • model: TS011F
  • outClusters: 0019,000A
  • softwareBuild:
1 Like

Mine is the same as @kkossev which is odd because there was a choice of 2 zigbee strips on amazon and it was @Inge_Jones answer to a customer question that made me choose this.
I would have taken a chance anyway. But is odd we bought it from the same place.

form me it was to replace 4 outlets I need to switch individually, but I have to use a 6 way strip to fit them on. i thought this would be better than buying a new 6 way strip that I need.

Did you try the workaround from the post above?

1 Like

This worked for me too. I never would have thought to do that.

1 Like

Just did, I was working do the thread. Thanks.

1 Like

On Amazon, sellers seem to share item pages. So if a seller thinks "Ah yes that looks like what I am selling" they can piggyback onto that item, and you might get a random seller of an item that is different from the random seller I got. If the seller is unscrupulous you can get something vastly different to the original entry as I found out when buying wrapping paper for xmas one year.

1 Like