git404hub

what is ha-ollama-cloud-limit-viewer fr?

vithurshanselvarajah/ha-ollama-cloud-limit-viewer — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A Home Assistant add-on that shows your Ollama Cloud usage limits as sensors by reading them off the ollama.com settings page.

vibe map

mindmap
  root((Ollama Cloud Usage))
    What it does
      Shows usage as sensors
      Reads settings page HTML
      Cookie based login
    Tech stack
      Python
      Home Assistant
      HACS
    Use cases
      Usage dashboard
      Multi account tracking
      Limit reset alerts
    Audience
      Home Assistant users
      Ollama Cloud users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Track your Ollama Cloud session and weekly usage right in your Home Assistant dashboard.

VIBE 2

Get an alert-ready sensor for when your Ollama Cloud limit is about to reset.

VIBE 3

Monitor multiple Ollama Cloud accounts side by side as separate Home Assistant devices.

what's the stack?

PythonHome AssistantHACS

how it stacks up fr

vithurshanselvarajah/ha-ollama-cloud-limit-viewer0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Needs a manually copied browser cookie from ollama.com, which expires and must be refreshed periodically.

You can use, modify, and share this freely, but any modified versions you distribute must also be open source under the same license.

in plain english

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.

prompts (copy fr)

prompt 1
Walk me through installing this Home Assistant integration using HACS.
prompt 2
Show me how to find and copy my ollama.com browser cookie for this setup.
prompt 3
Help me set up an automation in Home Assistant that reacts when weekly Ollama usage gets close to the limit.
prompt 4
Explain what happens when the browser cookie expires and how to fix it.

Frequently asked questions

what is ha-ollama-cloud-limit-viewer fr?

A Home Assistant add-on that shows your Ollama Cloud usage limits as sensors by reading them off the ollama.com settings page.

What language is ha-ollama-cloud-limit-viewer written in?

Mainly Python. The stack also includes Python, Home Assistant, HACS.

What license does ha-ollama-cloud-limit-viewer use?

You can use, modify, and share this freely, but any modified versions you distribute must also be open source under the same license.

How hard is ha-ollama-cloud-limit-viewer to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is ha-ollama-cloud-limit-viewer for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.