steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Does homebridge-openhab2-complete support selection? #65

Open hamwong opened 4 years ago

hamwong commented 4 years ago

I know Homekit support selection input, eg: tv input, does openhab2-complete support as well? can openhab2-complete also add support on TV?

there is also a question, my air sensor inlcude PM2.5, CO2e, TVOC, Temp and Hum, but I found only can make each value as a item, as IOS13 support multi in one, can it be done here?

steilerDev commented 4 years ago

The TV Input functionality does not seem to be supported by Homebridge yet, so unfortunately it does not.

About multi item support: See the following README section

hamwong commented 4 years ago

Hi, @steilerDev

I am not quite understand your response, do you mean TV is not support or Input is not support?

I am currently using a homebridge plugin which show TV icon on Homekit and there is power button and Selection input, wish you and your team may add this feature in once you have spare time.

this.tvService = new Service.Television(this.name, "Television");

steilerDev commented 4 years ago

Hi @hamwong,

could you please point me to the plugin, that you are using. I was trying to implement the feature and thought this is an issue with homebridge. But if there is a plugin, that successfully implemented this feature it might be an issue on my side. Thank you!

grzegorz914 commented 4 years ago

U can look for example on this (LG webOS) https://github.com/merdok/homebridge-webos-tv#readme or this https://github.com/unknownskl/homebridge-smartglass (Xbox One)

hamwong commented 4 years ago

Hi @steilerDev

Sorry for the late response, please take a look at below link,

https://www.npmjs.com/package/homebridge-cmd-television
https://github.com/Torac2/homebridge-cmd-television