# Help with alternative Panasonic CC app

**URL:** https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239
**Category:** Developers
**Tags:** app, homey-pro
**Created:** [August 30, 2024, 7:23pm UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239 "2024-08-30T19:23:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Erling](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/erling/32/28681_2.png) [@Erling](https://community.homey.app/u/Erling)
#### Post date: [August 30, 2024, 7:23pm UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239/1 "2024-08-30T19:23:37Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [August 30, 2024, 7:33pm UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239/3 "2024-08-30T19:33:47Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Erling](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/erling/32/28681_2.png) [@Erling](https://community.homey.app/u/Erling)
#### Post date: [September 2, 2024, 6:01am UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239/4 "2024-09-02T06:01:23Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [September 2, 2024, 12:11pm UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239/5 "2024-09-02T12:11:29Z")

</div>

No problem.

> [@Erling](#):
>
> I can not find the app trying to add a device, my Panasonic.

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.

---

<div class="post-metadata">

### Author: ![Erling](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/erling/32/28681_2.png) [@Erling](https://community.homey.app/u/Erling)
#### Post date: [September 4, 2024, 6:04am UTC](https://community.homey.app/t/help-with-alternative-panasonic-cc-app/115239/6 "2024-09-04T06:04:14Z")

</div>

Thank you so much for your assistanse!
