Open joystick666 opened 7 years ago
I was able to start homebridge with the following config and have the TV show up in Home app:
"accessories": [
{
"accessory": "HisenseTV",
"name": "HiSense TV",
"ip_address": "10.0.0.30"
}
],
But unfortunately, it doesn't work (for my TV at least, even though logs say it's sending the on/off commands
Did anyone get this to work?
Hey all so wih this i should of removed it from npm awhile go since i could never get the commands from there app i decompiled but couldnt find the info needed to send the payload needed. I actually switched over to ir since it only takes about a minute to get codes from remote and develop your own ir trigger
@stoner221 are there any plans at all to get this working? I’d really like to get this going for my hisense but don’t have the know how and it seems to be the only one for hisense. It seems to connect fine, it thinks it sends the command but the TV does not respond.
Any updates on this? I'd love to help get it working too ona. feature branch.
@CesarBenavides777 I never got update and I think this abandoned. I ended up getting my old Hisense TV working with a Broadlink RM Pro IR/RF blaster and homebridge-broadlink-rm-pro.
Now I have a new model Hisense (2019) that uses the RemoteNOW app. I am currently working on integrating that through shell scripts and homebridge-cmd4.
@CesarBenavides777 I never got update and I think this abandoned. I ended up getting my old Hisense TV working with a Broadlink RM Pro IR/RF blaster and homebridge-broadlink-rm-pro.
Now I have a new model Hisense (2019) that uses the RemoteNOW app. I am currently working on integrating that through shell scripts and homebridge-cmd4.
Would you be willing to share your configuration if you got this working? I have my Broadlink RM Pro working to turn the tv on and off but I would LOVE it if homekit was able to detect whether the tv is on or not, the IP scanning in the broadlink plugin doesn't seem to work for the Hisense TV. (trying from shell gives me ICMP callbacks). My problem is that I usually turn the tv on using my apple tv remote, which turns the TV on using CEC, but somehow the tv does not have the functionality of turning off with CEC
@CesarBenavides777 here is what I have so far:
https://github.com/mitch7391/cmd4-HisenseTV
This just makes a switch accessory for now, I will soon be releasing a proper TV accessory; just been a bit busy to finish it lately.
@CesarBenavides777 I have just released my new version that supports a full TV accessory; still the same link as above.
Hi, I guess there are some configuration params needed in config.json as Accessories, right?
Could someone please shed some light on these?
cheers