Git Product home page Git Product logo

Comments (19)

masterfordev avatar masterfordev commented on July 3, 2024

Type of Accessories: https://lprhodes.github.io/slate/#accessories

Yes, its possible, i have 2 TV with one central control. Just when you add the second tv you have go to your Home app and click on Add Accessory, then select the TV and enter the code of your Homebridge and you should see the new tv on the app.

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

I've added three TVs - two of them show up in the Control Center Remote. All three of them show up in the Home App.

I think it's only the "primary" TV that doesn't show - like the one I didn't have to add manually to the Home App.

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

The first TV dont need add manually, but after 2 or more tvs, you have to add manually each one.

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

Yeah - but we are saying one TV is not appearing in the Control Center Remote. We have manually added the additional TV and they do show up in the Home App.

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

Can you share your config file?

from homebridge-broadlink-rm.

guitarpro44 avatar guitarpro44 commented on July 3, 2024

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

That worked! Thank you so much. It’s an amazing plugin.

Yw :)

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

Obviously we were not talking about the same thing then (glad you got it fixed)

In the Home app I can see all three TVs. In the Control Center remote - I can see TV 1 and TV 3.

TV 2 is currently the primary. I've deleted and readded TVs - and different TVs have been primary - it's always one missing from the Control Center and always the primary

{ "platform": "BroadlinkRM", "hideWelcomeMessage": true, "hideLearnButton": true, "scanFrequencyAccessory": true, "accessories": [ { "name": "TV 1", "type": "tv", "host": "a7:df:24:11:11:11", "data": { "on": "HEX_CODE", "off": "HEX_CODE", "volume": { "up": "HEX_CODE", "down": "HEX_CODE" }, "inputs": [ { "name": "Tuner", "type": "tuner", "data": "HEX_CODE" }, { "name": "HDMI1", "type": "hdmi", "data": "HEX_CODE" }, { "name": "HDMI2", "type": "hdmi", "data": "HEX_CODE" } ] } }, { "name": "TV 2", "type": "tv", "host": "a7:df:24:22:22:22", "data": { "on": "HEX_CODE", "off": "HEX_CODE", "volume": { "up": "HEX_CODE", "down": "HEX_CODE" }, "remote": { "rewind": "HEX_CODE", "fastForward": "HEX_CODE", "nextTrack": "HEX_CODE", "previousTrack": "HEX_CODE", "arrowUp": "HEX_CODE", "arrowDown": "HEX_CODE", "arrowLeft": "HEX_CODE", "arrowRight": "HEX_CODE", "select": "HEX_CODE", "back": "HEX_CODE", "exit": "HEX_CODE", "playPause": "HEX_CODE", "info": "HEX_CODE" } } }, { "name": "TV 3", "type": "tv", "host": "a7:df:24:22:22:22", "data": { "on": "HEX_CODE", "off": "HEX_CODE", "volume": { "up": "HEX_CODE", "down": "HEX_CODE" }, "inputs": [ { "name": "Tuner", "type": "tuner", "data": "HEX_CODE" }, { "name": "Bluray", "type": "hdmi", "data": "HEX_CODE" }, { "name": "HDMI1", "type": "hdmi", "data": "HEX_CODE" }, { "name": "HDMI2", "type": "hdmi", "data": "HEX_CODE" } ] }, "pingGrace": 15, "pingIPAddress": "192.0.2.200", "pingIPAddressStateOnly": true, "disableLogs": true } ] }

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

Ok, you have 2 broadlink? you are using BL1 to control TV 1, and BL2 to control TV 2 and TV 3. Right?

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

I am. I think it was the same when I had just two on the same broadlink before I added the third.

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

It's weird because I have the same thing as you. Two broadlink with 3 tvs.

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

I saw this issue and thought - okay that's what I'm seeing (an issue with Control Center - not the Home app) - but obviously not by the sounds. I'll play around with it a bit more and see what I can work out.

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

I just proved what you say. One of my TVs does not appear in my control panel (being off, although the second TV does appear even being off), but if I turn it on it appears again in the control panel.

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

Perhaps it has something to do with the fact that a TV being off cannot be controlled. But I don't know why the second TV appears even when it's off. It's weird.

@kiwi-cam Are you aware of this?

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

That is strange. But unfortunately it doesn't seem to matter the power state for me

from homebridge-broadlink-rm.

kiwi-cam avatar kiwi-cam commented on July 3, 2024

I've changed the way TVs are connected in order to fix the icons in iOS 14. I'm curious if this will also resolve this issue, since all TVs are now separate accessories.

Could you try updating to 4.3.1+ and see if you still have this issue?

from homebridge-broadlink-rm.

masterfordev avatar masterfordev commented on July 3, 2024

With me it works perfectly, they appear to me even if the televisions are off.

Screenshot

from homebridge-broadlink-rm.

dresken avatar dresken commented on July 3, 2024

I had to re-add one of the TVs to home app after upgrading (totally not a problem - just noting for anyone reading in future).

But all TVs show up now show up in Remotes - as well as having the correct icons in the home app on iOS 14.

Cheers

from homebridge-broadlink-rm.

kiwi-cam avatar kiwi-cam commented on July 3, 2024

Glad to hear its come right.

from homebridge-broadlink-rm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.