Skip to content

Commit

Permalink
added sentry config, small watchdog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daolis committed Aug 31, 2023
1 parent 60d8ed8 commit 8b5c76f
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 15 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
![Logo](admin/sun2000-modbus.png)
# ioBroker.sun2000-modbus

[![NPM version](https://img.shields.io/npm/v/iobroker.sun2000-modbus.svg)](https://www.npmjs.com/package/iobroker.sun2000-modbus)
[![Downloads](https://img.shields.io/npm/dm/iobroker.sun2000-modbus.svg)](https://www.npmjs.com/package/iobroker.sun2000-modbus)
![Number of Installations](https://iobroker.live/badges/sun2000-modbus-installed.svg)
![Current version in stable repository](https://iobroker.live/badges/sun2000-modbus-stable.svg)
[![NPM version](https://img.shields.io/npm/v/iobroker.sun2000-modbus.svg)](https://www.npmjs.com/package/iobroker.sun2000-modbus)

![Test and Release](https://github.com/daolis/ioBroker.sun2000-modbus/workflows/Test%20and%20Release/badge.svg)
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/sun2000-modbus/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
[![Downloads](https://img.shields.io/npm/dm/iobroker.sun2000-modbus.svg)](https://www.npmjs.com/package/iobroker.sun2000-modbus)

[![NPM](https://nodei.co/npm/iobroker.sun2000-modbus.png?downloads=true)](https://nodei.co/npm/iobroker.sun2000-modbus/)

**Tests:** ![Test and Release](https://github.com/daolis/ioBroker.sun2000-modbus/workflows/Test%20and%20Release/badge.svg)
**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](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!\
Sentry reporting is used starting with js-controller 3.0.

## Huawei SUN2000 inverter adapter for ioBroker

Read data from Huawei SUN2000 inverter and LUNA2000 Storage using Modbus TCP.

## Settings

* `address`: Inverters IP address
* `port`: Inverter modbus port (default: 502)
* `modbusUnitId`: Modbus unit id (default: 1)
* `updateIntervalHigh`: Fast update interval (default: 5 sec)
* `updateIntervalLow`: Slower update interval (default: 20 sec)

## Changelog

[//]: # (### **WORK IN PROGRESS**)
Expand Down
17 changes: 12 additions & 5 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b5c76f

Please sign in to comment.