iobroker.reef-beat
v0.1.6
Published
Read values and control RedSea devices
Readme

ioBroker.reef-beat
Overview 🐠
ioBroker.reef-beat is an ioBroker adapter for integrating and monitoring RedSea devices.
It allows you to access device data and control specific functions while integrating them into your ioBroker system.
Key Points
- Local support:
ATO+,ReefRun,ReefMat,ReefDose - Cloud support: All RedSea devices
- Data points: All are read-only except for
feedandmaintenance mode
Note: ReefLight is currently not supported locally.
Features
- Read status and measurement values from supported devices
- Local control of
feedandmaintenance mode - Cloud device integration (read-only)
- Automatic device detection (local or cloud)
- Integration into ioBroker visualizations and scripts
Requirements
- ioBroker >= 5.x
- Node.js >= 18.x
- Network access to local devices (for local control) and/or cloud
- Optional: basic knowledge of ioBroker for configuration and automation
Installation
Via Admin Interface
- Open ioBroker Admin and click Add adapter
- Search for
reef-beat - Install the adapter and configure it
Via Command Line
cd /opt/iobroker
npm install iobroker.reef-beatChangelog
0.1.6 (2025-12-08)
- Start timer set maint to false only when it was set to true
0.1.5 (2025-11-29)
- Removed Sentry
0.1.4 (2025-11-29)
- Corrections on deployment script
0.1.3 (2025-11-29)
- Corrections on deployment script
0.1.2 (2025-11-29)
- Enabled autoamtic npm package
0.1.1 (2025-11-29)
- Try using release script
0.1.0 (2025-11-29)
- Major update with new features
License
MIT License
Copyright (c) 2025 therionrg [email protected]
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.

