npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-luxtronik2

v0.5.5

Published

Node, that reads and controls heat pumps based on the Luxtronik 2.0 contol unit. Supports for example AlphaInnotec and Siemens Novelan (WRP NET).

Downloads

68

Readme

node-red-contrib-luxtronik2

npm version licence

Node-RED Node, that reads heat pumps based on the Luxtronik 2.0 contol unit. Supports for example Alpha Innotec or Siemens Novelan (WRP NET).

This work depends on the luxtronik2 Module (luxtronik2@github and luxtronik2@npm).

Install

Just run

    npm install node-red-contrib-luxtronik2

How to use

Connect your unit via lan and configure the ip parameters at your unit. The port number of your unit is 8888 by default. Place the new Luxtronik2 node at any flow and start playing. Every incoming message to the Luxtronik2 node, it will send out a message with all readable values from the pump.

Example

[{"id":"37b48b5f.acd154","type":"luxtronik2 read","z":"7971f5eb.adf7ec","name":"","host":"192.168.178.22","port":"8888","x":380,"y":1020,"wires":[["4d147b0b.6b2374"]]},{"id":"fffc8fb2.caed7","type":"inject","z":"7971f5eb.adf7ec","name":"read","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":190,"y":1020,"wires":[["37b48b5f.acd154"]]},{"id":"4d147b0b.6b2374","type":"debug","z":"7971f5eb.adf7ec","name":"","active":true,"console":"false","complete":"false","x":870,"y":1020,"wires":[]},{"id":"7f67bb9b.9ec4c4","type":"luxtronik2 write","z":"7971f5eb.adf7ec","name":"","host":"192.168.178.22","port":"8888","parameter":"heating_operation_mode","x":380,"y":1080,"wires":[["4d147b0b.6b2374"]]},{"id":"7efd4e99.9e31","type":"inject","z":"7971f5eb.adf7ec","name":"set off","topic":"","payload":"4","payloadType":"num","repeat":"","crontab":"","once":false,"x":190,"y":1080,"wires":[["7f67bb9b.9ec4c4"]]},{"id":"adc7e959.0c7128","type":"inject","z":"7971f5eb.adf7ec","name":"set auto","topic":"","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"x":190,"y":1120,"wires":[["7f67bb9b.9ec4c4"]]},{"id":"193f2ac6.8a91a5","type":"luxtronik2 write","z":"7971f5eb.adf7ec","name":"","host":"192.168.178.22","port":"8888","parameter":"","x":680,"y":1180,"wires":[["4d147b0b.6b2374"]]},{"id":"b27fb524.386c58","type":"inject","z":"7971f5eb.adf7ec","name":"","topic":"","payload":"2","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":"","x":190,"y":1180,"wires":[["e25471f2.5c0e4"]]},{"id":"a934f805.3f2fd8","type":"inject","z":"7971f5eb.adf7ec","name":"","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":"","x":190,"y":1220,"wires":[["e25471f2.5c0e4"]]},{"id":"e25471f2.5c0e4","type":"change","z":"7971f5eb.adf7ec","name":"hotwater_temperature_hysteresis","rules":[{"t":"set","p":"parameter","pt":"msg","to":"hotwater_temperature_hysteresis","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":440,"y":1180,"wires":[["193f2ac6.8a91a5"]]}]