- Extend `findUsage()` to parse individual model segments from HTML
- Extract model names, request counts, and visual styling data
- Add `sensor.ollama_session_models` and `sensor.ollama_weekly_models` entities in Home Assistant
- Enhance `stateBody()` to include models array in attributes
- Introduce `modelsBody()` to publish model counts and details as separate entities
- Update UI to render model breakdown with horizontal flex layout
- Increase HTML parsing slice size from 3000 to 5000 characters for full coverage
Add a new root GET route that serves a responsive web interface. This
dashboard allows users to update session cookies by pasting JSON and
provides real-time visualization of Ollama cloud usage and server health
status.
Add a lightweight Node.js server that scrapes Ollama cloud usage data
from ollama.com/settings and exposes it as a JSON API.
- Support for email/password and cookie-based authentication
- Automated polling and Home Assistant integration
- Endpoints for usage data, manual refresh, and cookie management
- Comprehensive README and environment configuration