Since I read on the official site that if it is a zigbee =>
Option 4 (For Zigbee and Z-Wave devices only): Install a replacement custom Lua Edge Driver from the SmartThings community here into your SmartThings hub and SmartThings will migrate your device. If the custom Edge driver is already on the hub, we will attempt to migrate the device to that specific driver. This option is to move a custom Zigbee/Z-Wave Groovy DTH to a custom Lua Edge driver without needing to delete the device in SmartThings.
What is the process for adding the fingerprint, since before it was done in 2 steps:
test in ide (I don’t find this part) => is it all in command line?
workspace deployment
By the way, what happens to the .groovy version in zigbee because it is not mentioned to delete it?
Should we recreate our brand in the console Samsung account?
If someone can guide me so that it takes place simply and without a hitch.
Currently, when adding a new device to SmartThings first, the platform tries to find a compatible Edge driver, if it isn’t found, SmartThings uses a stock DTH, but once the shutdown of DTH happens, SmartThings will not consider them during this process
I’m sure it’s very clear in your head, however the test phase has it much less for me.
Should I do it by running the run_driver_test.py script or from the command line like with the SMARTTHINGS CLI.
Best regards
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
7
Verify the behavior of the device with the Edge Driver
You can find some points to check at the moment to test here Test your device
Integration testing is not required, but can help identify and address bugs before deploying your driver to a Hub. But is required for WWST certification requests that involve changes beyond device fingerprints.
I don’t know about this run_driver_test.py , for integration testing you can use lua
If you have more questions, please, let me know.
Thanks for your answer, I’m testing this and if I encounter any difficulties, I’ll come back to you.
I have one last question because I read that with Smartthings Edge, Matter integrated the possibility of doing OTA (Over the air), is this possible with Zigbee devices and if so do you have documentation on this subject?
Best regards
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
9