materik / homebridge-harmonyhub-plugin

Logitech HarmonyHub plugin for Homebridge
39 stars 2 forks source link

TV not showing as TV accessory #36

Closed Blatzheim closed 4 years ago

Blatzheim commented 4 years ago

I have my Pansonic TV set up with the HarmonyHub. I can control it completely through the harmony app, and also launch all my 5 activities through the plugin that change the TV's state.

Besides everything else working, however, no TV accessory is being added to my home-kit. As far as i am aware, this should happen by default.

My logs:

[2020-6-16 13:58:04] [homebridge-harmonyhub-plugin] {HarmonyHub} Found <1> hubs
[2020-6-16 13:58:04] [homebridge-harmonyhub-plugin] {HarmonyHub} <48b65775-9a15-42a9-a073-3ef1cace9ee7> <Harmony Hub>
[2020-6-16 13:58:04] [homebridge-harmonyhub-plugin] {HarmonyHub} create new client for <Harmony Hub>
[2020-6-16 13:58:05] [homebridge-harmonyhub-plugin] {HarmonyHub} Found <5> activities: <Watch Apple TV, Play Wii, Play Nintendo Switch, Play PS3, Play Xbox One>

I have tried several configurations:

The standard one

      {
            "platform": "HarmonyHub",
            "name": "homebridge-harmonyhub-plugin",
        },

And also, explicitly stating what i want, adding all fields one by one:

        {
            "platform": "HarmonyHub",
            "name": "homebridge-harmonyhub-plugin",
            "TVAccessory": true,
            "publishGeneralVolumeSlider": true,
            "linkVolumeControlToTV": true
        },