Node.js packages on Homey Pro (Early 2023)

Hello everyone,

Just ordered the Homey Pro (Early 2023) and can’t wait for it to arrive!

In the meantime, I’d like to know whether it can support any Node.js app or are there any limitations in terms of the npm packages you can use in a Homey app?

Thanks a lot and looking forward to connect with other smart home devs and enthusiasts :slight_smile: Here is my linkedin: https://www.linkedin.com/in/massimo-albarello-62b3a714a/

You can include any NodeJS package in your own app.

But it’s recommended to make it as small as possible. Check out the SDK documentation https://apps.developer.homey.app/

1 Like

Unless they depend on C++ addons, in which case you need to be able to crosscompile them.

2 Likes

Thanks a lot!

Does the app need to be containerized in order to be uploaded on the store? Are there any limitations there?

If you can install the app on Homey via the CLI using homey app install then you can upload it to the store with homey app publish. There are a few extra checks made and there’s no guarantee Athom will accept it.

1 Like