Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxjoehnk/homematic2mqtt

Homematic to mqtt bridge for usage with Home Assistant
https://github.com/maxjoehnk/homematic2mqtt

home-assistant homematic mqtt

Last synced: 20 days ago
JSON representation

Homematic to mqtt bridge for usage with Home Assistant

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/maxjoehnk/homematic2mqtt?style=flat-square)](https://github.com/maxjoehnk/homematic2mqtt/blob/master/LICENSE)
[![Docker Build Status](https://img.shields.io/docker/build/maxjoehnk/homematic2mqtt?style=flat-square)](https://hub.docker.com/r/maxjoehnk/homematic2mqtt)
[![package.json version](https://img.shields.io/github/package-json/v/maxjoehnk/homematic2mqtt?style=flat-square)](https://github.com/maxjoehnk/homematic2mqtt/blob/master/package.json)

# homematic2mqtt

Provides a bridge between a Homematic CCU / [Raspberrymatic](https://raspberrymatic.de/) and [Home Assistant](https://home-assistant.io/) via MQTT.

For improved reliability please install [CCU-Jack](https://github.com/mdzio/ccu-jack) as this will be the api I'll be primarily developing for.

## Configuration

### CCU-Jack
```yaml
mqtt:
homematic:
jack:
ip:
ignore: [] # you can provide a list of device addresses to ignore
```

### Native CCU Apis
```yaml
mqtt:
homematic:
xml:
interfaces:
ip:
host:
port: 2010
local_ip:
json:
host:
username:
password:
ignore: [] # you can provide a list of device addresses to ignore
```