Package Exports
- iobroker.ds18b20
- iobroker.ds18b20/build/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iobroker.ds18b20) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ioBroker.ds18b20
Tests:
DS18B20 adapter for ioBroker
This is an ioBroker-Adapter to integrate DS18B20 1-wire temperature sensors.
Dies ist ein ioBroker-Adapter zur Integration von DS18B20 1-Wire Temperatursensoren.
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.
Changelog
2.0.1 (2023-07-19)
- (crycode-de) Fixed config migration
- (crycode-de) Added warning message for upgrades
2.0.0 (2023-07-19)
- (crycode-de) 💥 Node.js 16.4+, js-controller 4+ and admin 6+ are required
- (crycode-de) New Admin UI using JsonConfig
- (crycode-de) 💥
read
andreadNow
actions are now merged - (crycode-de) New state
info.remotesConnected
with a list of connected remote systems (if enabled) - (crycode-de) Added icons for the sensor status to the sensor objects
- (crycode-de) Label objects of disabled sensors
- (crycode-de) Delete objects of unconfigured/deleted sensors
- (crycode-de) Updated translations
- (crycode-de) Code optimizations and upgrades to current standards
- (crycode-de) Updated dependencies
1.6.1 (2022-12-15)
- (crycode-de) Remote client setup url displayed in admin UI fixed
1.6.0 (2022-01-29)
- (crycode-de) Added sorting of sensors in admin and keep the sort order
- (crycode-de) Allow usage of w1_bus_masterX directly as w1DevicesPath
- (crycode-de) Fixed display of errors in admin
License
Copyright (c) 2019-2023 Peter Müller peter@crycode.de
MIT License
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.