bsblan-parameters
Installation
SKILL.md
Adding BSB-LAN Parameters
This skill guides you through adding new parameters to the python-bsblan library.
Parameter Naming Conventions
- Use
snake_casefor all parameter names - Group related parameters with common prefixes
- Legionella-related parameters use
legionella_function_*prefix - DHW (Domestic Hot Water) parameters use
dhw_*prefix
Discovering Parameters from a Real System
Before adding a new parameter, use examples/fetch_param.py to retrieve the raw API response from a real BSB-LAN device. This shows the exact structure, data types, units, and descriptions returned by the device.