Code Monkey home page Code Monkey logo

Comments (6)

aajain-com avatar aajain-com commented on June 14, 2024

@ikkysleepy in order to use the TV service you would need to use commercial version of the HomeKit ADK available through the MFi Program.

from homekitadk.

maximkulkin avatar maximkulkin commented on June 14, 2024

@ikkysleepy if you plan to develop commercial accessories then you definitely need to get MFi certification and get access to commercial specification. But if you just want to do some hobby project, you can look for information on TV services and accessories in open-source HAP implementations, e.g. this or this.

from homekitadk.

ikkysleepy avatar ikkysleepy commented on June 14, 2024

Thanks for the info @aajain-com . I have code already for a restful web API that turns on and off your tv via HDMI CEC and you can send commands locally to various technologies like android tv / wake on lan / restful web api / sockets for global cache / broadlink rm / etc. on a raspberry pi. I even have a homebridge plugin , but I wanted to see how much effort and cost it will take to take it to the next level. It seems like I can't certify a raspberry pi as MFI device because of the lack of hardware encryption, is that correct? If so then the MFI program will not result in anything.

@maximkulkin those projects look interesting, I wonder if I can use the code on raspberry pi hardware because I need the HDMI Port functionality and there is no ESP with HDMi output, AFIAK.

Thanks for your responses.

from homekitadk.

maximkulkin avatar maximkulkin commented on June 14, 2024

@ikkysleepy I have a python script that does similar things on Raspberry Pi:

  • implement HomeKit TV accessory via HAP-python
  • talks HDMI-CEC to detect TV state
  • uses IR module to send various IR commands to TV (power on/off, volume control.. my dumb TV does not have rich HDMI-CEC support)
  • uses IR module to talk to HDMI switch to switch between different inputs.

Email me if you want details on how to do that.

from homekitadk.

Clovel avatar Clovel commented on June 14, 2024

from homekitadk.

ikkysleepy avatar ikkysleepy commented on June 14, 2024

@maximkulkin thanks for the support but I want the HDMI-CEC support. So the main reason why I made this project I am working on was for ease of use for my non-tech friends. The plan is to give them a raspberry pi with an image already installed and have them follow these steps: (1) plug in the cables (2) add the accessory on your iphone/ipad/macbook and (3) Say Siri, Turn ON/OFF TV. I have this image and it works well, but it uses homebridge.

@Clovel The layer I have doesn't need HDMI-CEC to work, but the TV Accessory works best if it has a status and with HDMI CEC you can get a physical / real status if the TV Is on. I have an IR Blaster and a little kid as well and the best solution for the past couple of years has still been HDMI-CEC. Over the past 6 months the command to turn on/off my tv has just worked, which is great. I was looking at this project to see if I could drop homebridge and go with the Apple's Open HomeKit ADK but looks like you are limited in what you can do with it.

BTW where is the more info about the image and how it homebridge plugin, if anyone is interested in it.
https://blog.tinyelectrons.com/homebridge

from homekitadk.

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.