I use the Zigbee Range Extender of the beta channel from samsung. It recognized the extender, but I have no way of knowing if it actually works well or not.
Channel and Drivers Web UI
Did you ask it because you didnβt know it was there or because you already know it doesnβt work well and you would like a specific one?
The ones I have is on the stock βZigbee Range Extenderβ DTH and they do the job as expected. Yes I didnβt know of the fingerprint already was added to the new stock edge driver, so I believe they will work as well after the transistion and Iβm not part of beta program, so I have not tried any of the stock beta edge drivers
EDGE beta drives are available to everyone, just allow access to the hub and then select the desired drive, delete the extender in dh and search for it again, it will be inserted in edge. Try it, so you can tell me if it works.
The driver or DTH for a range extender does nothing that effects the range extenderβs performance. If itβs part of your mesh then it should be doing its job, even if it only shows as a Thing in ST. If you have any that are currently on a DTH, I would just leave them be until ST automatically migrates them. Manually migrating them to Edge will disrupt your mesh while gaining you nothing.
Wow I was just coming to this thread to look at the github links to try and see how I can create a channel invite to the drivers, and youβve done it. Haha thanks!
So I enrolled and installed the driver, did a scan, and instantly all my Kasa switches showed up - 3x HS200, 3x HS220, and 2x HS210. They function, though theyβre surprisingly slow, particularly when controlled through the app. In routines they seem about the same speed as the cloud connection with TP-link (which I still have linked), although sometimes they take a noticeably longer time to respond (when interacted with multiple times in quick succession).
Anyway, I think itβs incredible that a) this is even possible and b) it worked so seamlessly right away.
Of course, I know that. I said theyβre slow because theyβre noticeably slower even compared the the Kasa cloud control THROUGH the SmartThings app.
So right now, App->ST Cloud->ST Hub->Device is slower than App->ST Cloud->TP Kasa Cloud->Device
I would like a driver for better control of Samsung soundbars. The native integration to the ST app only allows for On/Off and Volume control in Routines. I currently use a Smartapp to switch inputs if I press a button (Watch TV, for example, goes to HDMI1). I have it cobbled together now with URI Requestor and numerous routines but itβs not ideal. Samsung should have the ability to control at least the Input inside of Routines, with Sound modes being a nice ability also.
This worked with the Tuya Thermostat DTH as it came.
zigbeeNodeType: ROUTER
application: 41
endpointId: 01
manufacturer: _TZE200_aoclfnxz
model: TS0601
This one came with a temperature off by a factor of 10x, so I had to modify the above driver a bit. The problem was that the value was fed back to the new value an thereby quickly skyrocketed. I think I changed like four lines of code or so.
zigbeeNodeType: ROUTER
application: 41
endpointId: 01
manufacturer: _TZE200_aoclfnxz
model: TS0601
I really donβt have time to look into development of edge drivers right now, so any help would be great.