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

Use case for Audio #181

Closed
RandomMetalhead opened this issue Aug 27, 2019 · 4 comments
Closed

Use case for Audio #181

RandomMetalhead opened this issue Aug 27, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@RandomMetalhead
Copy link

Hi together,

First of all, thanks a lot for the effort with this plugin!

I am having a use case, which is not fitting perfectly and maybe there is a ootb solution, I am not seeing at the moment.

Following setup:

  • Plugin in TV Plattform Mode
  • Philips TV
  • Audio System controlled via HarmonyHub

Problem:
When I start my audio system, TV in HomeKit also starts, because “Audio System” is a Input for TV. I also use automation to dimm the lights, when I watch TV. I don’t want to dimm the lights when I am listening music. The automation is triggered by TV. So even when I start only the audio system, my light gets dimmed, because the TV turns on with input “audio”.

Is there a easy solution for this problem?

@nicoduj
Copy link
Owner

nicoduj commented Aug 27, 2019

Hi,

What is your audio system ? You can always exclude the avtivity from tv and add a switch for it for example i think (options activitiesToPublishAsAccessoriesSwitch And activitiesToPublishAsInputForTVMode)

@RandomMetalhead
Copy link
Author

RandomMetalhead commented Aug 27, 2019

Hi,

I tried to show my usecase in a image.

Bildschirmfoto 2019-08-27 um 21 00 07

config looks like this

{
            "platform": "HarmonyHubWebSocket",
            "name": "HarmonyHub",
            "hubIP": "10.10.1.29",
            "activitiesToPublishAsInputForTVMode": [
                "Apple TV schauen",
                "Playstation spielen"
            ],
            "activitiesToPublishAsAccessoriesSwitch": [
                "Anlage aktivieren"
            ]
        }

Problem: I use the "TV turned on" for automatically turn down lights via automation. Which I do not want with Audio. So TV should not turn on, when using switch for Audio (Anlage aktivieren).

In the meanwhile, your plugin has become very powerful and option rich. Maybe I missed a usecase for another option.

Thanks!

@nicoduj
Copy link
Owner

nicoduj commented Aug 27, 2019

Understood, i think i know what is happening will try to fix (Seems same thing that #178)

@nicoduj nicoduj added the enhancement New feature or request label Aug 27, 2019
@nicoduj nicoduj self-assigned this Aug 27, 2019
@nicoduj nicoduj added this to To do in Harmony Hub Plugin for Homebridge via automation Aug 27, 2019
@nicoduj nicoduj added this to the 1.1.0 milestone Aug 27, 2019
@nicoduj nicoduj moved this from To do to In progress in Harmony Hub Plugin for Homebridge Aug 31, 2019
@nicoduj nicoduj moved this from In progress to Done in Harmony Hub Plugin for Homebridge Aug 31, 2019
@nicoduj nicoduj closed this as completed Aug 31, 2019
@RandomMetalhead
Copy link
Author

Works perfectly. Thanks for your hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants