HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nixus76

11 karmajoined 5 months ago

Submissions

Show HN: Itsyhome – Control HomeKit from your Mac menu bar (open source)

itsyhome.app
57 points·by nixus76·5 months ago·49 comments

[untitled]

1 points·by nixus76·5 months ago·0 comments

comments

nixus76
·2 days ago·discuss
Yes that I understand, but that's a trade off:) Should I let got my support team? I guess not, as customers often want non-product related questions
nixus76
·2 days ago·discuss
Got it- so it is "inside-out", not "outside-in" kind of product. Very impressive either case, congrats!

How does it work with the intercom widget though?
nixus76
·2 days ago·discuss
Very cool! Does it require some kind of scraping of a third party web app, like clicking through with a browser agent? If so, how can I be sure it does not delete my account or subscribe to another plan or make some other destructive actions if I allow it to do that with my authed acct?
nixus76
·5 months ago·discuss
Sure! Please e-mail me at [email protected] and I will send you the TF link.
nixus76
·5 months ago·discuss
Thanks – well, in theory yes. I will add this as a feature request to Git and consider how to implement it.

There is update 1.3.1 pending review at Apple which introduces doorbell support – it opens camera feed when someone rings.
nixus76
·5 months ago·discuss
Good question – I don't have a mailing list :) You can probably follow the github repo, and I was planning to post it to r/homeassistant on Reddit.
nixus76
·5 months ago·discuss
Perfect – expect the TF link in the e-mail soon!
nixus76
·5 months ago·discuss
Could you clarify on this a bit? I am building iOS companion for Itsypad that would also sync scratch notes via iCloud sync, but keyboard idea seems interesting too – just not clear what's the desired outcome?
nixus76
·5 months ago·discuss
Excellent – please e-mail me to [email protected] and I will send you the link to Testflight. This looks like a great use case.
nixus76
·5 months ago·discuss
Thanks! Give a try to Itsyhome Stream Deck plugin, it's in their markletplace, quite straightforward, just make sure to enable web server in Itsyhome settings.
nixus76
·5 months ago·discuss
Thanks! Hue actually works with HomeKit natively – you can pair your Hue bridge in the Home app and then all your Hue lights show up in Itsyhome automatically. For Alexa-only devices, the Home Assistant integration (currently in beta) would cover most of them since HA supports pretty much everything.
nixus76
·5 months ago·discuss
The camera streams are HLS via AVFoundation – Apple doesn't expose raw frames, so no programmatic capture there. But motion detection events do flow through the SSE endpoint (/events), so you can use those to trigger webhooks or automations. For HA cameras there's also a snapshot endpoint you can hit on demand, e.g. when motion fires.

SSE is in the upcoming 2.0.0 which is currently on TestFlight – happy to add you if you want to try it out.
nixus76
·5 months ago·discuss
Thanks so much! I'm obsessed with great UX, spent some time thinking how to lay it out properly.
nixus76
·5 months ago·discuss
Nope, but I love it too! :) I'm the author of Itsyhome, Itsypad – https://itsypad.app (a tiny scratchpad & clipboard manager for macOS) and Itsytv - https://itsytv.app (the missing Apple TV remote for macOS).
nixus76
·5 months ago·discuss
Unfortunately no – HomeKit pairing requires an iPhone or iPad. Apple doesn't support adding devices from macOS. Once they're added though, Itsyhome can control everything from your Mac.
nixus76
·5 months ago·discuss
Perfect – I will send the link shortly – waiting for the new build to be cleared by Apple.
nixus76
·5 months ago·discuss
Hope you like it!
nixus76
·5 months ago·discuss
Home Control is a solid app and was actually one of the first in this space. The main differences are: Itsyhome is open source (MIT), has a built-in webhook server with SSE event streaming so you can integrate it into scripts and dashboards, supports deeplinks for Shortcuts/Raycast/Alfred, has a Stream Deck plugin, and a CLI tool. The base app is also completely free. Basically I built it for people who want to go beyond just toggling devices from the menu bar.
nixus76
·5 months ago·discuss
Glad you found it! The webhook server + SSE stream is where it gets really fun – pipe your whole home's state into whatever you want. (SSE is coming in the next update along with Doorbell notifications)
nixus76
·5 months ago·discuss
Honestly most smart home devices support HomeKit these days – lights (Philips Hue, IKEA), thermostats (Ecobee), locks (Yale, Schlage), blinds, cameras, sensors. And anything that doesn't can usually be bridged through Homebridge or Home Assistant. It adds up fast once you start – lights alone can be 50+ if you do every room.