majektom / node-red-contrib-satel-integra-integration

Node-red nodes facilitating integration with Satel Integra alarm/home automation system
MIT License
6 stars 4 forks source link

Howto install? #1

Closed IamJanS closed 3 years ago

IamJanS commented 4 years ago

Hi,

Great project! How can I make the module available within Node Red? Thx!

Jan

majektom commented 4 years ago

Hi Jan,

I haven't published the module to npm repository yet so you can't install it via "Manage Palette" in the node-red web interface. I will publish it when I have some free time. Hopefully, during this weekend. In the meantime, you can install it with npm. You have to first checkout the repository and then from within the node-red's user data directory execute:

npm install </path/to/the/repository>

Hope it was helpful, Tomasz

IamJanS commented 4 years ago

This helps, thank you!