homebridge-homesung icon indicating copy to clipboard operation
homebridge-homesung copied to clipboard

new accessory in homekit: TV_accessory.js

Open skop1986 opened this issue 6 years ago • 5 comments

Hello, could you add a new accessory? https://github.com/KhaosT/HAP-NodeJS/blob/master/accessories/TV_accessory.js

skop1986 avatar Jan 27 '19 11:01 skop1986

to get the TV icon you need in the file /usr/lib/node_modules/homebridge-homesung/platform/accessory.js, to make a real difference 15 the line with this.service = new this.hap.Service.Switch (this.name); on this.service = new this.hap.Service.Television (this.name); and have ios12.2 img_5983

skop1986 avatar Jan 31 '19 16:01 skop1986

Since @kkapitan doesn't seem to support this package anymore I made my own fork to change exactly what @skop1986 said: https://github.com/dariusrosendahl/homebridge-homesung-tv it is installable via npm. Enjoy!

I'm not very into creating homebridge plugins yet but I'll take a look to add remote controls when I have the time.

dariusrosendahl avatar Apr 11 '19 08:04 dariusrosendahl

@dariusrosendahl thank you for your work, I hope you will continue to develop this plugin

skop1986 avatar Apr 13 '19 08:04 skop1986

Hi. Would you know how to add some basic steering? I.e. for left/right/up/down - where in the field to add some "send key" command?

MBarti avatar Oct 27 '19 14:10 MBarti

how do i get input button

lukasj98 avatar Aug 04 '20 20:08 lukasj98