Hi everyone, I’m developing an app to connect Homey to an eWeLink account in order to have access to all the account’s devices from the Homey app. I have a Homey Premium subscription but I haven’t purchased a Homey Pro yet. Is it possible to test the app without having Homey Pro?
Technical if the App also would run on Homey (Cloud) it could…
But:
You need to Develop for Cloud, so a Verified App: Homey Cloud | Homey Apps SDK
So you need to be a Homey Verified Developer,
Therefore you need to be a company or developing for a company.
Beside that is possible (You have a VAT number and become a Verified Developer…) It could be Athom isn’t going to publish your App for Homey Cloud if You are not in contact with eWeLink …
Have you followed the steps in Getting Started | Homey Apps SDK, including the bit about installing Docker?
AFAIK, no Homey Pro is required to run via Docker.
Hi Adrian and first of all sorry for the delay in replying.
I’m trying to create the initial sample app (homey app create) and launch it (homey app run) but I’m getting the error “Cannot find module ‘/app/app.json’”. Docker is correctly started.
In the guide it says:
" First, make sure that Homey is either:
directly connected to your PC/laptop over USB, or
connected to the same Wi-Fi network as the PC/laptop you are working on."
Hence the doubt that it is not possible to program an app for Homy unless you have a Homy Pro available.
I tried to launch the example project on my network with Homey Pro but I still get the same error (“Cannot find module ‘/app/app.json’”). I had a doubt: should Docker just be started or is some configuration necessary?