{"id":49098982,"url":"https://github.com/equitherm/lovelace","last_synced_at":"2026-04-26T11:01:12.489Z","repository":{"id":350899800,"uuid":"1182304844","full_name":"equitherm/lovelace","owner":"equitherm","description":"Home Assistant Lovelace card suite for ESPHome equitherm weather-compensated heating","archived":false,"fork":false,"pushed_at":"2026-04-19T18:41:59.000Z","size":1255,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T22:31:40.696Z","etag":null,"topics":["esphome","hacs","heating","home-assistant"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/equitherm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-15T10:37:04.000Z","updated_at":"2026-04-19T18:42:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/equitherm/lovelace","commit_stats":null,"previous_names":["equitherm/lovelace"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/equitherm/lovelace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equitherm%2Flovelace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equitherm%2Flovelace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equitherm%2Flovelace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equitherm%2Flovelace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equitherm","download_url":"https://codeload.github.com/equitherm/lovelace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equitherm%2Flovelace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32294591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esphome","hacs","heating","home-assistant"],"created_at":"2026-04-20T22:14:42.808Z","updated_at":"2026-04-26T11:01:12.475Z","avatar_url":"https://github.com/equitherm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equitherm Cards\n\n[![hacs][hacs-badge]][hacs-url]\n[![release][release-badge]][release-url]\n![downloads][downloads-badge]\n![build][build-badge]\n[![license][license-badge]][license-url]\n\n\u003c!-- Hero screenshot — layout: status full-width top + 3 charts below --\u003e\n![Equitherm Cards](docs/hero-screenshot.png)\n\nA collection of Lovelace cards for the ESPHome equitherm climate component. Monitor heating status, visualize heating curves, forecast demand, and tune parameters — directly from your Home Assistant dashboard.\n\n## Features\n\n- **Status Card** — Live temperatures, HVAC state, PID diagnostics, rate-limiting indicators\n- **Curve Card** — Interactive heating curve with operating point marker\n- **Forecast Card** — Weather-based flow temperature prediction\n- **Tuning Card** — Real-time curve tuning with hc/shift controls and preview\n- Visual editor for all cards — no manual YAML required\n- Light and dark theme support\n- Automatic temperature unit conversion (°C/°F)\n\n## Installation\n\n### HACS (recommended)\n\nEquitherm Cards is available in [HACS][hacs] as a Lovelace plugin. Requires Home Assistant 2026.3.1 or later.\n\n1. Open HACS in Home Assistant\n2. Search for \"Equitherm Cards\"\n3. Click Download\n\n### Manual\n\n1. Download `equitherm-cards.js` from the [latest release][release-url]\n2. Place it in your `config/www/` folder\n3. Add as a dashboard resource:\n   - **UI:** Settings → Dashboards → Resources → Add → `/local/equitherm-cards.js` (JavaScript Module)\n   - **YAML:**\n     ```yaml\n     resources:\n       - url: /local/equitherm-cards.js\n         type: module\n     ```\n\n## Cards\n\n| Card | Type | Description |\n|------|------|-------------|\n| Status | `equitherm-status-card` | Temperature readings, PID diagnostics, HVAC badge |\n| Curve | `equitherm-curve-card` | Heating curve visualization |\n| Forecast | `equitherm-forecast-card` | Weather-based flow prediction |\n| Tuning | `equitherm-tuning-card` | Interactive parameter tuning |\n\nSee [docs/cards/](docs/cards/) for full configuration reference for each card.\n\n## Quick Start\n\n```yaml\ntype: custom:equitherm-status-card\nclimate_entity: climate.equitherm\noutdoor_entity: sensor.outdoor_temperature\nflow_entity: sensor.flow_setpoint\n```\n\n## Development\n\nPrerequisites: Node.js 22+, pnpm 10+\n\n```bash\npnpm install\npnpm dev              # Start Rollup watch mode\nha -c .hass_dev start # Start local Home Assistant instance\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT — see [LICENSE](LICENSE) for details.\n\n\u003c!-- Badge references --\u003e\n[hacs-url]: https://hacs.xyz\n[hacs-badge]: https://img.shields.io/badge/hacs-default-orange.svg?style=flat-square\n[release-badge]: https://img.shields.io/github/v/release/equitherm/lovelace?style=flat-square\n[release-url]: https://github.com/equitherm/lovelace/releases\n[downloads-badge]: https://img.shields.io/github/downloads/equitherm/lovelace/total?style=flat-square\n[build-badge]: https://img.shields.io/github/actions/workflow/status/equitherm/lovelace/ci.yml?branch=main\u0026style=flat-square\n[license-badge]: https://img.shields.io/github/license/equitherm/lovelace?style=flat-square\n[license-url]: https://github.com/equitherm/lovelace/blob/main/LICENSE\n[hacs]: https://hacs.xyz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequitherm%2Flovelace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequitherm%2Flovelace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequitherm%2Flovelace/lists"}