Bouni / node-red-contrib-luxtronik2-ws

node-red contribution package for Luxtronik2 heat pump controllers.
Apache License 2.0
3 stars 9 forks source link

Possible to install on NPM of iOBroker? #16

Open alicanelgin opened 5 days ago

alicanelgin commented 5 days ago

Hi, I need access to my Novelan (compatible with Luxtronik,/AlphaInno) over my ioBroker server. There is the luxtronic1 adapter in the repository, but unfortunately, it does not work with Novelan. I would like to try this one (luxtronik2), since it looks promising. However, I can't install it in the iobroker by entering the GitHub URL. I get the following message. What do I do wrong?

` host.iobroker 2024-11-18 13:27:13.688 info iobroker exit 25

host.iobroker 2024-11-18 13:27:12.668 error iobroker host.iobroker Cannot install bouni/node-red-contrib-luxtronik2-ws#21615aced1d89c975f7495bab1b5ea2584964186: 0

host.iobroker 2024-11-18 13:27:12.668 error iobroker npm warn skipping integrity check for git dependency ssh://git@github.com/bouni/node-red-contrib-luxtronik2-ws.git

host.iobroker 2024-11-18 13:27:12.647 info iobroker added 4 packages in 5s121 packages are looking for funding run npm fund for details

host.iobroker 2024-11-18 13:27:11.741 info iobroker npm warn skipping integrity check for git dependency ssh://git@github.com/bouni/node-red-contrib-luxtronik2-ws.git

host.iobroker 2024-11-18 13:27:07.894 info iobroker Installing bouni/node-red-contrib-luxtronik2-ws#21615aced1d89c975f7495bab1b5ea2584964186... (System call)

host.iobroker 2024-11-18 13:27:07.892 info iobroker NPM version: 10.8.2

host.iobroker 2024-11-18 13:27:07.731 info iobroker install bouni/node-red-contrib-luxtronik2-ws#21615aced1d89c975f7495bab1b5ea2584964186

host.iobroker 2024-11-18 13:27:06.495 info iobroker url https://github.com/bouni/node-red-contrib-luxtronik2-ws --host iobroker --debug`

alicanelgin commented 5 days ago

Oh gosh, it was as easy as writing the following in the console: npm install iobroker.luxtronik2 Sorry to bother :)