etwmc / Personal-HomeKit-HAP

This project will provide source code to build a HomeKit support accessories.
MIT License
236 stars 84 forks source link

Share your PersonalHomeKit :D #24

Open arnauddorgans opened 9 years ago

arnauddorgans commented 9 years ago

Hey, i made a little video for you guys, this is my installation using PersonalHomeKit :p https://www.youtube.com/watch?v=kyxYWq47lxA

gb160 commented 9 years ago

Nice stuff...I'm interested to know how you get your light switches on your iOS Notification Center? Also which app is that controlling XBMC? Using siriproxy I was able to choose any movie/TV episode/music via siri.....that was very cool! Im hoping apple looks at involving home entertainment into homekit as well as home automation so that I can have this functionality again.

arnauddorgans commented 9 years ago

I'm an IOS Dev so i create an App with App Extension who make php request to my Pi in 3G or wifi :D And for XBMC i use the json api http://kodi.wiki/view/JSON-RPC_API/v6 :)

arnauddorgans commented 9 years ago

Yea Siri proxy was awesome :((

gb160 commented 9 years ago

@Arnoymous Im well aware of the XBMC json api...i was hoping you'd share the app you've created ;)

arnauddorgans commented 9 years ago

yea if you want but my xcode project is very big :D (about 250Mo) i use a lot of api, with voice control etc..

gb160 commented 9 years ago

@Arnoymous that would be great if you could upload it somewhere.....id be very interested to see what you've done with voice control and the xbmc stuff also.

arnauddorgans commented 9 years ago

https://github.com/Arnoymous/Domotic 160 Mo :D

arnauddorgans commented 9 years ago

php : http://pastebin.com/mhWLrqqx http://pastebin.com/yyxnZaWa

arnauddorgans commented 9 years ago

Good luck i don't use any comments so.. enjoy :p i removed my raspberry serveur url cause i don't want you to remote my home ahah :D

gb160 commented 9 years ago

@Arnoymous many thanks...i will have a look at this at the weekend.

PSForan commented 9 years ago

@Arnoymous do you have a blog? Interested in learning about your setup...how your php interfaces with the rpi & then, well, everything else!

paulocoutinhox commented 7 years ago

Anyone knows about make it work with arduino?

beckmx commented 7 years ago

it doesnt work with arduino, because it needs a faster CPU, the iPhone would give u a timeout just because of the time

2017-01-05 0:14 GMT-06:00 prsolucoes notifications@github.com:

Anyone knows about make it work with arduino?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etwmc/Personal-HomeKit-HAP/issues/24#issuecomment-270572025, or mute the thread https://github.com/notifications/unsubscribe-auth/AAb3GbUuzYLTJg65csU6G-erY96qrdiKks5rPIpKgaJpZM4DF3T9 .

paulocoutinhox commented 7 years ago

Hi,

And on a ESP 8266, 160mhz?

We can do it on ESP?

beckmx commented 7 years ago

yes, I tried but there is no documentation on how to compile with a certified SDK, so there are not SSL libs valid, so, you might try and post ur results here

2017-01-05 11:37 GMT-06:00 prsolucoes notifications@github.com:

Hi,

And on a ESP 8266, 160mhz?

We can do it on ESP?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/etwmc/Personal-HomeKit-HAP/issues/24#issuecomment-270706233, or mute the thread https://github.com/notifications/unsubscribe-auth/AAb3GYTpY8HIapxoOgWfoQiBR_RKz22nks5rPSpbgaJpZM4DF3T9 .

paulocoutinhox commented 7 years ago

Hi,

Do you have any chat to talk? Like hangout or skype?

beckmx commented 7 years ago

I do but I don't have any code for what u want to do

2017-01-05 12:32 GMT-06:00 prsolucoes notifications@github.com:

Hi,

Do you have any chat to talk? Like hangout or skype?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/etwmc/Personal-HomeKit-HAP/issues/24#issuecomment-270719623, or mute the thread https://github.com/notifications/unsubscribe-auth/AAb3GYJp9o4vVQn5cPPnwtQoi1RbLI_uks5rPTcvgaJpZM4DF3T9 .

paulocoutinhox commented 7 years ago

No problem, only a better contact to exchange idea.

etwmc commented 7 years ago

I think there is crypto library (specially, just SHA512) on ESP8266? I saw it in the past but forget where I found, or if it works at all. I mean, I included all security functions beside SHA512, because in some case there is hardware accelerator/platform optimized codes which will definitely better than the code I would ship (a.k.a. textbook implementation on SHA512)

I'm busy on job hunting now so right now can't actually building it. (Well, mainly cash-strapped. Didn't have that dev board sitting by. :P )