owagner / hm2mqtt

Gateway between Homematic and MQTT
MIT License
38 stars 20 forks source link

New implementation of hm2mqtt #20

Open hobbyquaker opened 7 years ago

hobbyquaker commented 7 years ago

This Project is sadly not developed anymore by owagner, he passed away... :-( I started a new project because I needed HomematicIP support and because I don't like Java I did it with Node.js: https://github.com/hobbyquaker/hm2mqtt.js

ghost commented 7 years ago

Hi hobbyquaker,

that is sad news. :-(

Thanks for the info concerning hm2mqtt.js. Is there any chance of running hm2mqtt.js directly on the CCU2/RaspberryMatic as it was possible with the hm2mqtt_addon? I would really like to keep it on the same machine as I do not want another machine jsut for running hm2mqtt.js.

hobbyquaker commented 7 years ago

On RaspberryMatic this should be possible, on the CCU2 it isn't (the CCU2s Processor has no float unit and you can't compile Node >0.8 for it, but hm2mqtt.js needs Node >=6.0)