HN user

nixus76

13 karma
Posts1
Comments21
View on HN

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?

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.

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.

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.