Upgrading to Extended framework while keeping/converting units
Posted: Monday 25 July 2022 20:43
Hey,
Last year the extended framework is introduced which introduces a lot of freedom to link units to devices which gives me much more power in interfacing with the external stuff.
Now I've got some plugins on the legacy framework which I want to move to the extended framework. A lot of users would prefer to keep their data, so not delete all devices and start from scratch. So is there a way to move the existing device[1]+unit[1] combinations to a device[1]+unit[n] combination or other? I know the pattern of how I wanna do this, I can trigger this logic by detecting the upgrade via trying to read config values,- I just want to know if it is possible before putting the effort in.
Last year the extended framework is introduced which introduces a lot of freedom to link units to devices which gives me much more power in interfacing with the external stuff.
Now I've got some plugins on the legacy framework which I want to move to the extended framework. A lot of users would prefer to keep their data, so not delete all devices and start from scratch. So is there a way to move the existing device[1]+unit[1] combinations to a device[1]+unit[n] combination or other? I know the pattern of how I wanna do this, I can trigger this logic by detecting the upgrade via trying to read config values,- I just want to know if it is possible before putting the effort in.