Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxjoehnk/homematic2mqtt
- Owner: maxjoehnk
- License: mit
- Created: 2020-12-14T22:15:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:43:29.000Z (about 1 year ago)
- Last Synced: 2024-10-27T16:30:44.734Z (2 months ago)
- Topics: home-assistant, homematic, mqtt
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```