Giter Site home page Giter Site logo

hm2mqtt.js's Introduction

hm2mqtt.js

History of this project

It started off with owagner's Java-based hm2mqtt. Hobbyquaker then created hm2mqtt.js (JavaScript) providing the same functionality as hm2mqtt. He gave up the development in favor his new projects node-red-contrib-ccu and RedMatic.

I forked the project some time ago and added a few features to it. This project however got a bit too inflated for my taste, thus I'm also working on a very simple approach, implementing only rfd. No rega, no paramset database, just sending and receiving messages: simple homematic rfd.

Usage with Docker

Run

docker run dersimn/hm2mqtt.js --help

for a full list of options. A full command could look like this:

docker run -d --restart=always --name=hm \
	-p 2126:2126 -p 2127:2127 \
	dersimn/hm2mqtt.js \
	--mqtt-url mqtt://10.1.1.50 \
	--ccu-address 10.1.1.112 \
	--disable-rega \
	--init-address 10.1.1.50 \
	--protocol-prefer-strings \
	--protocol-disable-value-checking \
	--protocol-publish-enum-as-string \
	--protocol-prefer-xmlrpc-for-rfd

License

MIT (c) 2017 Sebastian Raff

hm2mqtt.js's People

Contributors

hobbyquaker avatar dersimn avatar holgerimbery avatar hotsnow77 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.