Home Assistant custom integration for IPBuilding smart living systems.
This integration lets you control IPBuilding-driven functions such as lights, scenes (sferen), ventilation, zone heating and other building automation features directly from Home Assistant.
- Discover and control IPBuilding lights and switches
- Trigger IPBuilding scenes / sferen from Home Assistant
- Control ventilation modes and other climate-related functions
- Map IPBuilding entities to Home Assistant entities for dashboards and automations
- Designed for both residential and assisted-living / workspace deployments
IPBuilding provides a central IP-based platform for smart living, workspaces and assisted living (lighting, heating, access control, energy management, emergency call, etc.). This integration aims to bring that platform into Home Assistant.
- A working IPBuilding installation with network access from your Home Assistant instance
- API / controller access to IPBuilding (IP address/hostname, port and credentials, depending on your setup)
- Home Assistant 2024.x or newer (adjust if you support older versions)
- Add this repository as a Custom repository in HACS.
- Search for HA-IPBuilding in HACS.
- Install the integration and restart Home Assistant.
-
Copy the
custom_components/ipbuildingdirectory from this repository
into your Home Assistantconfig/custom_componentsfolder.Final path:
config/custom_components/ipbuilding
-
Restart Home Assistant.
Configuration is done via configuration.yaml (or via the UI if you add a Config Flow later).
Basic example:
ipbuilding:
host: 192.168.1.50
port: 12345
username: "ha_integration"
password: "your-password"
# Optional filters / mappings
include_lights: true
include_switches: true
include_scenes: true
include_ventilation: true