Help with alternative Panasonic CC app

Coding is alien turf to me, but I try to follow Readme on Github. I get as far as to “app run” and feedback gets all red:

homey app run
(node:23892) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
× Error: Homey Offline
at C:\Users\erlin\AppData\Roaming\npm\node_modules\homey\node_modules\homey-api\lib\HomeyAPI\HomeyAPIV3.js:377:29
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Could anyone point me in the right direction to fix this and get the app working?

tnx

First of all, welcome to the Homey Community!

To make sure you are aware of the forum rules, please read the Welcome to the forum! post here.

Moved to Developers Category .

Does homey select return your Homey?
If yes, try
homey app run --remote
Make sure the current dir is the one holding the app code.

Thank you!

Yes, I managed to successfully create an app! It show up in “my apps” but I can not find the app trying to add a device, my Panasonic.
Looking at the app in “my apps” I don not fint any options for my app.

1 Like

No problem.

I can’t help with this kind of app specific stuff.
Did you compare with other similar app’s code? Maybe you missed a crucial bit of code.

Thank you so much for your assistanse!

1 Like