homebridge-nilan AGENTS.md

homebridge-nilan AGENTS.md is an instructions file for Codex, OpenCode from matej/homebridge-nilan. It costs 1,374 tokens per session, scanned A, original, Apache-2.0.

A repository guide for coding agents working on the homebridge-nilan project. Homebridge connects smart-home devices to Apple Home, while this project communicates with Nilan ventilation units over Modbus TCP, a network protocol for reading and writing device data.

In plain words
What is it for?
Use it when modifying, testing, or navigating the homebridge-nilan TypeScript plugin and its ventilation, temperature, humidity, water-heating, and schedule features.
Why use it?
It explains the codebase structure, important device behavior, and implementation limits before changes are made. This helps agents make focused updates without breaking existing HomeKit devices or identities.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/matej/homebridge-nilan/agents-md
Clone the repo
git clone --depth 1 https://github.com/matej/homebridge-nilan

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for homebridge-nilan AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/matej/homebridge-nilan/agents-md.svg)](https://agentmods.dev/instructions/matej/homebridge-nilan/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/matej/homebridge-nilan/agents-md"><img src="https://agentmods.dev/badge/instructions/matej/homebridge-nilan/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,374 This file is loaded in full into every session.
When invoked 1,374 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01374 $0.01374
Opus 5 $0.00687 $0.00687
Sonnet 5 $0.00275 $0.00275
Haiku 4.5 $0.00137 $0.00137

Measured 5d ago against content hash 5ad14a369067, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

homebridge-nilan AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository guide for coding agents

Project overview

homebridge-nilan is a Homebridge dynamic-platform plugin for Nilan Compact P units using the older, non-touchscreen CTS 700 controller. It exposes the unit's ventilation, room temperature, domestic hot water, humidity, and temperature readings to HomeKit over Modbus TCP.

This is a small, mature TypeScript codebase. Prefer focused changes that preserve existing HomeKit identities and device behavior over broad rewrites.

Repository map

  • src/index.ts registers the Homebridge platform.
  • src/settings.ts contains the public plugin and platform identifiers.
  • src/platform.ts handles Homebridge startup, accessory caching, discovery, updates, and removal.
  • src/compactPAccessory.ts maps one configured Compact P to HomeKit services, polls it every 10 seconds, and translates HomeKit writes into device writes.
  • src/cts700Data.ts defines Modbus register addresses and protocol data types.
  • src/cts700Modbus.ts owns the TCP connection, reconnect behavior, register encoding/decoding, device reads and writes, and week-schedule selection.
  • test/ contains Vitest tests. Protocol tests use a mocked Modbus client and must never contact real hardware.
  • config.schema.json is the Homebridge Config UI schema. Keep it aligned with configuration behavior and the configuration example in README.md.
  • .github/workflows/release.yml validates GitHub Releases and publishes the inspected package through npm trusted publishing. Follow RELEASING.md.
  • dist/ is generated by TypeScript and ignored by git. Never edit or commit it.

Environment and commands

Use Node.js 22 or 24; .nvmrc selects Node.js 22 by default.

nvm use                 # or select Node 22 with another version manager
npm ci
npm run check           # lint, build, and test with coverage

Individual commands:

npm run lint
npm run build
npm test

npm run watch performs npm link and launches a real Homebridge instance using the user's default ~/.homebridge configuration; do not run it as routine validation. It requires an explicitly prepared local Homebridge environment and may connect to or write to real hardware.

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 124 lines · 1,374 tokens per session scan A 5ad14a369067

Subscribe to this mod's changes

homebridge-nilan AGENTS.md is an instructions file published in the GitHub repository matej/homebridge-nilan (5 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,374 tokens to every session, about $0.0069 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.