vithurshanselvarajah/ha-ollama-cloud-limit-viewer — explained in plain English
Analysis updated 2026-05-18
Track your Ollama Cloud session and weekly usage right in your Home Assistant dashboard.
Get an alert-ready sensor for when your Ollama Cloud limit is about to reset.
Monitor multiple Ollama Cloud accounts side by side as separate Home Assistant devices.
| vithurshanselvarajah/ha-ollama-cloud-limit-viewer | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a manually copied browser cookie from ollama.com, which expires and must be refreshed periodically.
This project is a small add-on for Home Assistant, the popular home automation platform. It shows how much of your Ollama Cloud usage limit you have used, right inside your Home Assistant dashboard, as regular sensors alongside your lights and thermostats. Ollama Cloud limits how much you can use each week and each session, but it does not offer an official way for other programs to check those numbers. To get around this, the integration signs in using a cookie copied from your own browser, then loads the same settings page you would see in a web browser and reads the usage numbers directly out of the page's HTML. Once set up, each connected account gets several sensors: how much of the current session you have used, how much is left, and when it resets, plus the same three numbers for the weekly limit. There is also a sensor listing which AI models you have been using and how many requests each one has made. Installing it is meant to be simple for Home Assistant users. The preferred way is through HACS, a popular add-on manager for Home Assistant, by adding this repository as a custom source. There is also a manual option of copying the code folder into Home Assistant's custom components directory. Setup involves naming the account, pasting in the browser cookie value copied from ollama.com's network requests, and choosing how often the sensors should refresh, five minutes by default. Because the login relies on a browser cookie rather than a proper account login, that cookie will eventually expire, at which point the sensors go offline until a new cookie is pasted in through the integration's reconfigure option. The project supports tracking more than one Ollama Cloud account at the same time, each showing up as its own device in Home Assistant. It is released under the GPL-v3.0 license.
A Home Assistant add-on that shows your Ollama Cloud usage limits as sensors by reading them off the ollama.com settings page.
Mainly Python. The stack also includes Python, Home Assistant, HACS.
You can use, modify, and share this freely, but any modified versions you distribute must also be open source under the same license.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.