Node-RED palette nodes for BACnet communication, extended from node-red-contrib-bacnet. Version 0.2.0 is the latest stable release, published May 2022. Provides BACnet Change-of-Value (COV) support, device discovery, and read-all-devices functionality. Requires Node-RED and host network mode for Docker (not supported on macOS). Differentiates from core BACnet nodes by offering extended COV and batch reading capabilities.
npm install node-bacnet-contrib-extendedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the package as a Node-RED palette node; no programmatic imports.
Run Docker container with --network host on Linux. Avoid macOS for these nodes.
Use within Node-RED environment; do not attempt to import in other projects.
Run 'npm install node-bacnet-contrib-extended' in your Node-RED user directory (e.g., ~/.node-red) and restart Node-RED.
Use --network host flag on Linux. For macOS, use alternative methods like --net=host with Docker for Mac workaround or use a different driver.