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

Minor fixes and improvements to media players and lights. #18

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

georgesak
Copy link

No description provided.

georgesak and others added 13 commits March 4, 2024 10:10
…ange the value of joins on the fly.

  Example from a button tap taht sets the analog join 352 to value of 2:
  tap_action:
      action: call-service
      service: crestron.set_analog
      data:
        join: 51
        value_join: 2
  - Add volume up/down (pulses a digital join)
  - Changes the mute to be a toggle (now pulses the digital join). This is needed for my own system, change back otherwise.
  - Add a power on command that defaults to input 1
  - Change the divider to 257, allowing full range (0-255 -> -=65535)
  - Add an default brightness per light (otherwise default to 50%)
  - Use slugify to generate cleaner names
  - Use the DOMAIN instead of HUB (which is not stable)
@sebastiensoulac
Copy link

Hello @georgesak

Thanks for the update on crestron integration with HA.
I would like to control my C2N-Amp crestron with your integration.

Can you help me to do this integration?
If yes, can you tell me how to fill the join on the crestron.
my yaml config:
`crestron:
port: 16384
media_player:

  • platform: crestron
    name: "Room 1"
    turn_off: 10
    turn_on: 9
    mute_join: 4
    volume_up_join: 1
    volume_down_join: 2
    volume_join: 1
    source_number_join: 13
    sources:
    1: "Android TV"
    2: "Roku"
    3: "Apple TV"
    4: "Chromecast"
    7: "Volumio"
    8: "Crestron Streamer"`

The source names are only indicative.

I would like to have zone On/Off and volume management.
Thanks for your help

@georgesak
Copy link
Author

Hello @georgesak

Thanks for the update on crestron integration with HA. I would like to control my C2N-Amp crestron with your integration.

Can you help me to do this integration? If yes, can you tell me how to fill the join on the crestron. my yaml config: `crestron: port: 16384 media_player:

  • platform: crestron
    name: "Room 1"
    turn_off: 10
    turn_on: 9
    mute_join: 4
    volume_up_join: 1
    volume_down_join: 2
    volume_join: 1
    source_number_join: 13
    sources:
    1: "Android TV"
    2: "Roku"
    3: "Apple TV"
    4: "Chromecast"
    7: "Volumio"
    8: "Crestron Streamer"`

The source names are only indicative.

I would like to have zone On/Off and volume management. Thanks for your help

Hi, please open an issue instead, will try to help there. I don't have experience with the C2N-Amp but as long as you have a processor (2-series or above), it should work.

@sebastiensoulac
Copy link

Thank you
I have created a problem as requested

Add note about broken entities.
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

Successfully merging this pull request may close these issues.

2 participants