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

@captica/node-red-systacomfort2

v1.0.2

Published

Node-RED node to connect and read data from SystaComfort II heating/solar systems

Downloads

9

Readme

captica: Node-RED Node for SystaComfort II

Receive data from SystaComfort II devices in Node-RED flows

This Node-RED node is capturing the packets from a SystaComfort II device and prepares the data for further processing.

Supported values

|Value-Key|Topic|Description| |--|--|--| |BOILER_START_COUNTER|boiler/starts/get|Starts of boiler gas unit| |BOILER_WORKING_HOURS|boiler/workinghours/get|Overall working hours of boiler| |BUFFER_TANK_TEMPERATURE_TOP|buffer/temperature-top/get|Top temperature of buffer tank| |BUFFER_TANK_TEMPERATURE_BOTTOM|buffer/temperature-bottom/get|Bottom temperature of buffer tank| |SOLAR_YIELD_CURRENT|solar/yield-current/get|Current yield of solar| |SOLAR_YIELD_DAY|solar/yield-day/get|Day yield of solar| |SOLAR_YIELD_TOTAL|solar/yield-total/get|Total yield of solar| |SOLAR_TEMPERATURE_COLLECTOR|solar/temperature-collector/get|Current temperature of solar collector| |SYSTEM_TEMPERATURE_FLOW|system/temperature-flow/get|Current temperature of system flow| |SYSTEM_TEMPERATURE_FLOW_RETURN|system/temperature-flowreturn/get|Current temperature of system flow (return)| |SYSTEM_TEMPERATURE_EXTERNAL|system/temperature-external/get|External temperature of system| |SYSTEM_TEMPERATURE_PROCESS_WATER_CURRENT|system/temperature-processwater-current/get|Current temperature of system process water| |SYSTEM_TEMPERATURE_PROCESS_WATER_TARGET|system/temperature-processwater-target/get|Target temperature of system process water| |SYSTEM_TEMPERATURE_ROOM_TARGET|system/temperature-room-target/get|Target room temperature|

Compatible SystaComfort II devices

|Device|Software-Version|Hardware-Version|Basis-System|Compatible?| |--|--|--|--|--| |SystaComfort II|V1.16|V1.21|V1.13|yes - except SYSTEM_TEMPERATURE_FLOW_RETURN is not available|

Node Parameters

|Parameter|Description| |--|--| |Name|Name of node on flow| |Topic Prefix|Prefix will be added to topic property on output message payload| |Listen Port|Port of UDP Server to listen on. Useful on multiple devices|

Connectivity

To capture the published data from your SystaComfort II device you have to redirect the traffic on your local network. If you have a local DNS Forwarder you can just create a static host override. The domain pradigma.remoteportal.de needs to be resolved to your internal Node-RED ip address.