Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install this? #4

Open
Bagunda opened this issue Feb 9, 2022 · 5 comments
Open

How to install this? #4

Bagunda opened this issue Feb 9, 2022 · 5 comments

Comments

@Bagunda
Copy link

Bagunda commented Feb 9, 2022

How to install this in HA?

I did the following:

  1. Add the crestron directory to config/custom_components
  2. In configuration.yaml add:
crestron:
  port: 16384

And "Configuration check" say: Integration error: crestron - Integration 'crestron' not found.

@morettigiorgio
Copy link

Have you got to restart your HA, after the copy ?

@nstanley
Copy link

nstanley commented Mar 2, 2022

After you download and place config/custom_components/crestron, you should restart HA.
After restart, you can update the configuration.yaml with the crestron entries

@gkotoole
Copy link

gkotoole commented Oct 5, 2022

I'm new to HA, old to Crestron.

I'm attempting to set this up on a Pi. I've created config/custom_components/crestron, copied all the py components into the crestron folder. Restarted HA. Add the following to configuration.yaml:

crestron:
port: 52000

I also get Integration error: crestron - Integration 'crestron' not found

I'm obviously missing some step here. Any ideas please?
-g

@morettigiorgio
Copy link

You can try to enable more log info in configuration.yaml with:

logger:
  default: warning
  logs:
    custom_components.crestron: info

@carlosveny
Copy link

In my case I wasn't copying the repo files in the config/custom_components/crestron folder. Make sure you copy the whole folder with its files in the correct path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants