noreowfs

Node-Red nodes to interact with the owserver API.

Usage no npm install needed!

<script type="module">
  import noreowfs from 'https://cdn.skypack.dev/noreowfs';
</script>

README

noreowfs

A Node-Red node to get the value from a 1-wire device through the owserver API.

Install

Use npm to install norelite in the Node-RED data directory.

    cd ~/.node-red
    npm install noreowfs

Usage

  • Configure the node with the owserver details - host and port
  • Define the path from where to get the value. Either through the inbound msg.topic or in the node

enter image description here