Skip to content

Commit

Permalink
Bugfix Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrRobot62 committed Jan 8, 2023
1 parent 44401d8 commit 6b95b47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ Via MQTT data can be send to a MQTT-Broker (in my case ioBroker with installed M
|---|---|---|
|0.1.0|2023-01-05|initial version working with EPEVER XTRA 4415n|
|0.2.0|2023-01-07|MQTT implementation, some bugfixes. First stable release|
|0.2.1|2023-01-08|Bugfixings|
||||

# Release Notes
## 0.2.1
* Fixing a mqtt-publishing error, that occurs on topic `_LAST_RUN_`. Transfer now a json.dumps(payload)
* Fixing an error on data which represent a binary information (like register 3200, 3201). The value is not converted into a 16bit binary string
* Printing IP-Address into log
## 0.2.0
First running version incl. MQTT

# Quick Overview
The software is devided into several parts and classes

Expand Down Expand Up @@ -125,7 +134,7 @@ MQTT_LOGLEVEL=20
```

## Heart-Beat
## HeardBeat
This section is used to indicate, that the system is running or if an error occured with a blinking led

* `HEARTBEAT_INTERVAL` how often a heart beat signal should raised (default 5000ms)
Expand Down

0 comments on commit 6b95b47

Please sign in to comment.