Skip to content

liudger/BSB-LAN-Component-for-Home-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSB Lan climate and sensor

Project Stage Project Maintenance

Breaking this custom component doesn't work with current home assistent version

This custom component handles the communication to a BSB-Lan Module and create the entities for Home Assistant.

info for the BSB-LAN Module

dicussion about this component in the [forum][forum]

bug report

feature request

Installation

download the bsb_lan folder and copy this folder to <config_dir>/custom_components/.

Sensor component install

Add the following entry for your sensor in your configuration.yaml:

sensor:
  - platform: bsb_lan
    host: HOST_HERE
    payload:
      - '8700'
      - '8830'
      - '8740'
      - '8006'
      - '8003'
      - '1600'

HOST_HERE = ip-address of your bsb-lan device. For example 10.0.1.10

For the Payload look it up in your bsb-lan server the desired parameter you want to read

Climate component install

add the following entry for climate component in your configuration.yaml:

climate:
  - platform: bsb_lan
    host: HOST_HERE

Web-Interface screenshots:

Releases

No releases published

Packages

No packages published

Languages