-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support HomeKit Television service #62
Comments
Not looking good - it would seem that Apple only supports a single TV accessory per HomeKit bridge (i.c. homebridge instance). See https://github.com/KhaosT/HAP-NodeJS/issues/641. Also still some instabilities and changes between beta versions, see https://github.com/KhaosT/HAP-NodeJS/issues/645 and https://github.com/KhaosT/HAP-NodeJS/issues/646. |
Add `"tv"` config.json parameter, see #62.
Add experimental _Television_ service, see #62.
v0.3.11 has experimental support for the Television service in iOS 12.2, to get a feeling what it would look like.
|
Would it be possible to include inputs (like TV on the Amp) and Favourites (from Sonos) in the TV service? |
That was my main reason to try and expose the zoneplayers as televisions.
And only one of them (random) will be available in the Remote widget. But, luckily, you don't need that for the input selection.
Guess again :-( In Apple's Home app, you can only select the TV service for On/Off control. Eve does show the scene, but with empty actions. Consequently, you cannot recall the scene, because Eve brings out the Edit Scene dialogue. |
I have a TV Service running for my Sony TV (homebridge-bravia-tvos) and there I can switch between DVBC and HDMI-Inputs ans Channels. |
Can you please post a screenshot of setting up the scene? I’ve got my test setup on iOS 12.3 beta, maybe that’s the issue. Or maybe that I still exposed the TV accessory bridged. How do you recall the scene from Eve? Or did you add some other settings that Eve does see? |
I need to check their code, but it would seem they expose the inputs twice: once as input service linked to the TV service for the Home app, and once as switch for the scene and the other apps. Do you see a switch for each input? |
After the first run I do see switches for each input / channel, but after force-quitting the Apple Home App I find everything nice in one place in the tile of the Sony TV |
No, they don't.
See homebridge/homebridge#2192. I'm not sure what to think of this, but it would seem you would only be able to create the scene with the input after the first run, before force-quitting the Home app. |
I tried the new version 0.3.18 in my testing instance, with TV service. |
[email protected] supports non-bridged Television accessories in Apple's Home app and in the Remote widget. The Home app supports selection of external input, groups, and favourites (see #8). The widged supports volume up/down (hardware volume buttons), play/pause, and next/previous track (right/left button). TODO: next/previous input (up/down button). I'm open for suggestions for the other buttons, and for the View TV Settings in the details screen. When Please let me know what you think. |
Some more technical details:
|
Need to use up and down arrows in the widget to change current input. See #8 (comment). EDIT In v1.0.5. |
See homebridge/homebridge#2104.
The text was updated successfully, but these errors were encountered: