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 🙏

© 2026 – Pkg Stats / Ryan Hefner

signalk-brineomatic-plugin

v1.1.0

Published

SignalK plugin for the Brineomatic watermaker controller.

Readme

signalk-yarrboard-plugin

SignalK plugin for interfacing with Brineomatic watermaker controllers.

Setup

Add your board hosts and configure login info in the plugin preferences

SignalK Path Info

{boardname} is your board hostname, defaults to brineomatic

| Path | Description | | --------------------------------------------------------- | ------------------------ | | watermaker.{boardname}.board.firmware_version | firmware version | | watermaker.{boardname}.board.hardware_version | hardware version | | watermaker.{boardname}.board.hostname | local board hostname | | watermaker.{boardname}.board.name | User friendly name | | watermaker.{boardname}.board.uptime | controller uptime | | watermaker.{boardname}.board.use_ssl | do we use ssl? | | watermaker.{boardname}.board.uuid | unique id of the board |

The rest of the data is located at watermaker.{boardname}.*:

| Path | Units | Description | | --------------------------------------------------------- | ------ | ------------------------------------------------ | | watermaker.{boardname}.status | | Current status of watermaker | | watermaker.{boardname}.run_result | | Result from last run cycle | | watermaker.{boardname}.flush_result | | Result from last flush cycle | | watermaker.{boardname}.pickle_result | | Result from last pickle cycle | | watermaker.{boardname}.depickle_result | | Result from last depickle cycle | | watermaker.{boardname}.motor_temperature | K | Motor temperature | | watermaker.{boardname}.water_temperature | K | Source water temperature | | watermaker.{boardname}.flowrate | m³/s | Product output flowrate (old path) | | watermaker.{boardname}.product_flowrate | m³/s | Product output flowrate | | watermaker.{boardname}.brine_flowrate | m³/s | Brine output flowrate | | watermaker.{boardname}.total_flowrate | m³/s | Total output flowrate | | watermaker.{boardname}.volume | m³ | Product output volume total (this cycle) | | watermaker.{boardname}.salinity | mg/L | Product output salinity (PPM) (old path) | | watermaker.{boardname}.product_salinity | mg/L | Product output salinity (PPM) | | watermaker.{boardname}.brine_salinity | mg/L | Brine output salinity (PPM) | | watermaker.{boardname}.filter_pressure | Pa | Pre-filter Pressure | | watermaker.{boardname}.membrane_pressure | Pa | Membrane Pressure | | watermaker.{boardname}.tank_level | ratio | Tank level percentage | | watermaker.{boardname}.boost_pump_on | | Status of the boost pump | | watermaker.{boardname}.high_pressure_pump_on | | Status of the high pressure pump | | watermaker.{boardname}.diverter_valve_open | | Status of the diverter valve | | watermaker.{boardname}.flush_valve_open | | Status of the flush valve | | watermaker.{boardname}.cooling_fan_on | | Status of the cooling fan | | watermaker.{boardname}.next_flush_countdown | s | Time until next automatic flush cycle | | watermaker.{boardname}.runtime_elapsed | s | Total elapsed time for watermaking cycle | | watermaker.{boardname}.finish_countdown | s | Time until watermaker cycle completes (estimate)| | watermaker.{boardname}.flush_elapsed | s | Time elapsed for flush cycle | | watermaker.{boardname}.flush_countdown | s | Time until flush cycle completes | | watermaker.{boardname}.pickle_elapsed | s | Time elapsed for pickle cycle | | watermaker.{boardname}.pickle_countdown | s | Time until pickle cycle completes | | watermaker.{boardname}.depickle_elapsed | s | Time for depickle cycle | | watermaker.{boardname}.depickle_countdown | s | Time until depickle cycle completes |