Git Product home page Git Product logo

Comments (4)

silverhack77 avatar silverhack77 commented on July 23, 2024

Not sure, but it might be how you have formatted your inputs. The data key should have a single value instead of an array. In other words, instead of doing:

"inputs": [
  	{
		"name": "Apple TV",
		"type": "hdmi",
		"data": [{
			"data": "260050000001239311141313121213121213131213131238123812381238123813381337123812141113133812381238123615121214121312381312131312121312123812381238130005100001274a11000d05000000000000"
		}
	},
	{
		"name": "Ziggo",
		"type": "hdmi",
		"data": [{
			"data": "2600580000012592141114111411141115101510151015351536143615351535153614361535151015101535151114111436141114111510153515101536143614111436153515351500050d00012a4715000c4f0001284814000d050000000000000000000000000000"
		}]
	}
]

Try doing...

"inputs": [
  	{
		"name": "Apple TV",
		"type": "hdmi",
		"data": "260050000001239311141313121213121213131213131238123812381238123813381337123812141113133812381238123615121214121312381312131312121312123812381238130005100001274a11000d05000000000000"
	},
	{
		"name": "Ziggo",
		"type": "hdmi",
		"data": "2600580000012592141114111411141115101510151015351536143615351535153614361535151015101535151114111436141114111510153515101536143614111436153515351500050d00012a4715000c4f0001284814000d050000000000000000000000000000"
	}
]

That works for me.

from homebridge-broadlink-rm.

chelala avatar chelala commented on July 23, 2024

Not sure, but it might be how you have formatted your inputs. The data key should have a single value instead of an array. In other words, instead of doing:

"inputs": [
  	{
		"name": "Apple TV",
		"type": "hdmi",
		"data": [{
			"data": "260050000001239311141313121213121213131213131238123812381238123813381337123812141113133812381238123615121214121312381312131312121312123812381238130005100001274a11000d05000000000000"
		}
	},
	{
		"name": "Ziggo",
		"type": "hdmi",
		"data": [{
			"data": "2600580000012592141114111411141115101510151015351536143615351535153614361535151015101535151114111436141114111510153515101536143614111436153515351500050d00012a4715000c4f0001284814000d050000000000000000000000000000"
		}]
	}
]

Try doing...

"inputs": [
  	{
		"name": "Apple TV",
		"type": "hdmi",
		"data": "260050000001239311141313121213121213131213131238123812381238123813381337123812141113133812381238123615121214121312381312131312121312123812381238130005100001274a11000d05000000000000"
	},
	{
		"name": "Ziggo",
		"type": "hdmi",
		"data": "2600580000012592141114111411141115101510151015351536143615351535153614361535151015101535151114111436141114111510153515101536143614111436153515351500050d00012a4715000c4f0001284814000d050000000000000000000000000000"
	}
]

That works for me.

Hi:

I ave the same problem even tested you suggested configuration and still show only the first one, as a note the TV is shown as a complex device and inside is the TV with only one input and another service with the name of the second input saying active.

Any idea, thanks in advance

from homebridge-broadlink-rm.

silverhack77 avatar silverhack77 commented on July 23, 2024

I ave the same problem even tested you suggested configuration and still show only the first one, as a note the TV is shown as a complex device and inside is the TV with only one input and another service with the name of the second input saying active.

I had the same problem with mine, it wouldn't show the last input. I think after restarting Homebridge a few times it fixed itself.

from homebridge-broadlink-rm.

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

@ChristianPorsche is this still an issue? The TV accessory has had a significant overhaul to accommodate iOS 14 changes recently so you might find this issue is now resolved.

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.