{"id":25324092,"url":"https://github.com/nielstron/ha_blnet","last_synced_at":"2025-09-09T22:38:21.445Z","repository":{"id":55144363,"uuid":"263170964","full_name":"nielstron/ha_blnet","owner":"nielstron","description":"BLNET custom component for Home Assistant","archived":false,"fork":false,"pushed_at":"2024-12-29T12:31:26.000Z","size":188,"stargazers_count":9,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-29T13:28:55.686Z","etag":null,"topics":["hacs","heating-control","home-assistant","iot-gateway","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nielstron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-05-11T22:16:26.000Z","updated_at":"2024-12-29T12:31:30.000Z","dependencies_parsed_at":"2022-08-14T13:20:45.049Z","dependency_job_id":"ef1a0800-a41a-4a5b-97ee-3e4aea51d6cb","html_url":"https://github.com/nielstron/ha_blnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielstron%2Fha_blnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielstron%2Fha_blnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielstron%2Fha_blnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielstron%2Fha_blnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nielstron","download_url":"https://codeload.github.com/nielstron/ha_blnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238759654,"owners_count":19525873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacs","heating-control","home-assistant","iot-gateway","python"],"created_at":"2025-02-14T00:56:35.275Z","updated_at":"2025-09-09T22:38:21.417Z","avatar_url":"https://github.com/nielstron.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs)\n\n# BLNET custom component for Home Assistant\n\nA custom component to integrate the freely pogrammable heating controller called [UVR1611 by Technische Alternative](https://www.ta.co.at/en/freely-programmable/uvr1611/)\nvia the BLNET web-interface into home assistant.\n\n## Installation\n\nAdd this repository to [hacs](https://hacs.xyz/) or copy the `custom_component/blnet` file structure into your custom_component directory .\n\nAfterwards, add these lines to your `configuration.yaml`:\n\n      # UVR1611 Data\n      blnet:\n        resource: your_blnet_address\n        password: optional_blnet_password\n        can_node: optional_can_bus_node\n        scan_interval: optional_scan_interval_seconds\n\n**Password hint:** The component tries to log in as \"Expert\" (so enter its password here if it is set).\n\nThere *is* the option to enable usage of the `ta_direct` protocal, which is however not properly working yet.\n\nThe result:\n\n![Configured groups containing all available BLNet-supplied sensors](https://github.com/user-attachments/assets/e7028fdb-66aa-466f-9be0-22894f422e57)\n\n## Example configuration\n\n```yaml\n# Configuration for the BLNET component\nblnet:\n  # Host address of your blnet\n  resource: http://192.168.255.255\n  # Poll interval in seconds (Optional, Default: 360)\n  scan_interval: 360\n  # Expert access password of the web-interface (Optional, Default: None)\n  password: \"1234\"\n  # Enable BLNet-Direct access (Broken, Optional, Default: False)\n  use_ta: false\n  # BLNet-Direct port (Optional, Default: 4000)\n  ta_port: 4000\n  # Enable Web interface access (Optional, Default: True)\n  # When set to false, switches are configured as sensors\n  use_web: true\n  # Webinterface port (Optional, Default: 80)\n  web_port: 80\n  # Can-Node to be used (Optional, Default: None - doesn't change the current setting at the BLNET)\n  can_node: 20\n```\n\n## A few notes\n\n- Customization is fully supported.\n- Grouping has to be manually accomplished.\n- Digital outputs of the UVR1611 can be controlled via created switch entities.\n- __Turning a switch off or on overrides the `AUTO` configuration and sets the switch to `HAND` until it is turned back to `AUTO` manually.__\n- If the password is all numbers and start with a leading zero, add quotes around the password. If the quotes are omitted, the leading 0 is discarded and the password will not be correct.\n\n## Contributions\n\nFeel free to open Pull Requests here or at\nthe backend python script [pyblnet](https://github.com/nielstron/pyblnet).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielstron%2Fha_blnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnielstron%2Fha_blnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielstron%2Fha_blnet/lists"}