Skip to content

Commit

Permalink
added CMI to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weber committed Dec 22, 2024
1 parent 22f69d7 commit 85fbfcf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,39 @@

## ta-blnet adapter for ioBroker

An ioBroker adapter for reading data from one or up to eight climate controllers by [Technische Alternative](http://www.ta.co.at) using BL-NET.
An ioBroker adapter for reading data from one or up to eight climate controllers by [Technische Alternative](http://www.ta.co.at) using BL-NET. Or an infinite number of climate controllers connected to CMI.

After installation, you need to create an instance and configure custom values for the IP address, port number, and update interval that the instance should use.
After installation, you need to create an instance and configure custom values i.e. for the IP address, port number, and update interval that the instance should use.

Please ensure that you own the BL-NET device and not the newer CMI product. A BL-NET device looks like this:
Please ensure that you own the BL-NET device or the newer CMI product.

BL-NET device looks like this:
![BL-NET](doc/BL-NET.png)
You can find the manual of BL-NET here: https://www.ta.co.at/fileadmin/Downloads/Betriebsanleitungen/00_Auslauftypen/BL-NET/Manual_BL-Net_V2.19-2_EN.pdf

CMI device looks like this:
![BL-NET](doc/CMI.png)
You can find the manual of CMI here: [https://www.ta.co.at/download/datei/805](https://www.ta.co.at/download/datei/805)

## Adapter Description

The adapter regularly reads the current data from your heating control system. It establishes contact over Ethernet with:

- the BL-NET Bootloader or
- the CMI Control and Monitoring Interface.

The BL-NET and CMI are products of the company 'Technische Alternative' and allow the data of various heating controls to be read out and buffered via CAN bus or data line bus.

## Installation

The installation can be done via:

- **ioBroker GUI**: Go to Expert mode > Adapter > Install from URL and enter `https://github.com/weberk/ioBroker.ta-blnet`
- **CLI**: Run the following command:
```sh
iobroker url iobroker.ta-blnet@latest
```

## Changelog

<!--
Expand Down
Binary file added doc/CMI-Anschluss.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/CMI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/CMI_Manual.1.28_EN.pdf
Binary file not shown.

0 comments on commit 85fbfcf

Please sign in to comment.