ct-Open-Source / ct-Smart-Home

A ready-to-use Node-RED setup for home automation
https://ct.de/smarthome
GNU General Public License v2.0
166 stars 40 forks source link

Document versions #16

Closed renne closed 4 years ago

renne commented 5 years ago

@merlinschumacher Please document the versions of the software used in ct-Smart-Home (e.g. node.js) in README.md for debugging purposes (e.g. node-red-contrib-dwd-local-weather needs a nodejs version >= 10.0.0).

merlinschumacher commented 4 years ago

The next update will be moved to NodeJS 12 (and maybe there will be a variant for 10) since Node-Red now offers an official docker image. This image will just add a few nodes to the official image. I will also document the used versions.

Shaquu commented 4 years ago

Please remember that node 12 is not LTS yet. It would be good to wait for that until it gets official. According to https://nodejs.org/en/about/releases/ node 10 will be there for a year or two so it would be good to keep supporting it (with a variant).

merlinschumacher commented 4 years ago

The new version is based on Node.js 10. There is also a variant with Node.js 12. The variants are documented in rhe README file now.