Peek - A lightweight macOS menu bar app for monitoring Home Assistant sensors

Hi all! I just released a small macOS menu bar app called Peek to monitor Home Assistant sensors. I originally built it so I could keep an eye on my solar setup at a glance throughout the day, and I ended up finding it so useful that I decided to polish it up and share it.

Peek has two areas for sensors. The first is directly in the menu bar, for information you want visible at all times. The second is in the menu bar dropdown, which works well for less critical sensors that are still nice to check occasionally.

It connects to Home Assistant using a WebSocket, so everything updates in real time, similar to the HA dashboard.

Right now the app is focused only on monitoring sensors, so it can’t trigger actions yet, but that’s something I may add in the future.

The app is completely free, open source, and notarized, so there are no weird Gatekeeper warnings when opening it. There’s also no tracking and no data sent anywhere, aside from occasionally checking GitHub for new versions.

A large part of the app was built with the help of AI (see the AI disclaimer in the README). If that’s not your thing, that’s totally fine and we can still be friends. :slight_smile:

Feel free to give it a try, and I’d love to hear any feedback!

Download it here: GitHub - tiagonoronha/peek: A macOS menu bar app for monitoring Home Assistant sensors. · GitHub

1 Like

I just released version 1.0.1, which fixes a pretty important oversight. It now allows connecting to local addresses like the default homeassistant.local:8123 and local IP addresses.

One thing to keep in mind is that if you use a local address, the app will disconnect whenever you move to a network that doesn’t have access to your Home Assistant instance. A couple of ways around that are using a public-facing URL or setting up something like Tailscale.

Version 1.1.0 is out with:

  • Option to split menu bar sensors into multiple pages you can cycle through with a shortcut
  • Light mode in Preferences window
  • Performance improvements

Download it here: Release v1.1.0 · tiagonoronha/peek · GitHub