Hey all,
I recently migrated to the new ST app and have a few questions about migrating a few of my smartapps and custom DTHs to the new platform. I appreciate any insight on the questions below:
-
Will the new platform continue to support groovy based smartapps or will they be deprecated? I’ve scanned the new developer documentation and it seems like ST is going the way of AWS lambda / webhook based implementations using webhook? Will I eventually have to migrate my existing groovy smartapps to the new hosting solution? After switching to the new app, I cannot access the settings of any of the migrated smartapps anymore, so not sure if I should take this as a sign that they’re going away.
-
Will the new platform continue to support HTTP LAN devices? For example, I have a custom DTH that uses HubAction to send POST requests to a Foscam camera in order to control it. In the new developer documentation I only see the direct connected device type, which seems to only support MQTT?
-
Are smartapp events sent using sendNotificationEvent() and custom device events sent using sendEvent() supported in the new app? I can’t find smartapp events anywhere and the history view of my custom DTH is empty despite having it sent several events. I guess this also ties into custom tiles which are also not showing up.
Sorry if the answers already exist in the forum somewhere. I’m pretty invested in the ST platform and would like to know whether my setup will continue to work or will require work to migrate. Thank you!