Skip to content

Homematic to mqtt bridge for usage with Home Assistant

License

Notifications You must be signed in to change notification settings

maxjoehnk/homematic2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Docker Build Status package.json version

homematic2mqtt

Provides a bridge between a Homematic CCU / Raspberrymatic and Home Assistant via MQTT.

For improved reliability please install CCU-Jack as this will be the api I'll be primarily developing for.

Configuration

CCU-Jack

mqtt: <mqtt broker host>
homematic:
  jack:
    ip: <server ip>
  ignore: [] # you can provide a list of device addresses to ignore

Native CCU Apis

mqtt: <mqtt broker host>
homematic:
  xml:
    interfaces:
      ip:
        host: <ccu ip>
        port: 2010
    local_ip: <server ip>
  json:
    host: <ccu ip>
    username: <ccu username>
    password: <ccu password>
  ignore: [] # you can provide a list of device addresses to ignore

About

Homematic to mqtt bridge for usage with Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published