This adapter enable read and control of 1wire sensors over owfs server from ioBroker.
npm install iobroker.owfs!Logo
!Number of Installations
!Number of Installations

!Test and Release


This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
Supported
This adapter uses the owfs library from https://www.npmjs.com/package/owjs and accordingly requires owfs server.
``sudo apt-get install owfs`
Sometimes you need write following steps:
- To start the the server to communicate over serial interface with 1wire sensors
``
owserver -d "/dev/ttyUSB0" --nozero
/dev/ttyUSB0 is the name of your serial device. Here was USB stick used for that.
This command starts the 1wire server on local port 4304.
- To show the data from the local 1wire server in the file system call follwing command:
``
owfs -C -m /mnt/1wire --allow_othermkdir /mnt/1wire
Before you must create the directroy /mnt/1wire with command
`node iobroker.js add owfs``
The MIT License (MIT)
Copyright (c) 2015-2022, bluefox
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.