Skip to content

Commit

Permalink
3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Mar 29, 2024
1 parent 5cf2587 commit 58c65f9
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 201 deletions.
229 changes: 229 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
![Logo](admin/picoba.png)

# ioBroker.kostal-piko-ba

##Versions

![Beta](https://img.shields.io/npm/v/iobroker.kostal-piko-ba.svg?color=red&label=beta)
![Stable](https://iobroker.live/badges/kostal-piko-ba-stable.svg)
![Installed](https://iobroker.live/badges/kostal-piko-ba-installed.svg)

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

## Adapter for reading Kostal Piko & Piko BA data for iOBroker
Adapter for reading Kostal Piko, Piko BA and PIKO MP plus data. Adapter creates some states and updates them sequentially.
Adapter designed for Kostal Piko 6.0BA, 8.0BA, 10.0BA, BA inverters.
Adapter also working with Kostal Piko 3.0, 4.2, 4.6, 5.5, 7.0, 8.5, 10, 12, 15, 17, 20 & 36 inverters.
NEW! Adapter now also working with MP plus inverters - tested with Kostal PIKO 1.5-1, 2.0-1, 3.0-1 MP plus.
It's greatly appreciated if you verify functionality with other inverters and please send me a note.

## Changelog - OLD CHANGES

### 3.0.0 (08.06.2023)

* (HombachC) BREAKING: Dropped support for Node.js 14
* (HombachC) changed config screen to admin 5 solution
* (HombachC) dropped Admin <5 support
* (HombachC) removed tests for node 14

### 2.5.2 (02.06.2023)

* (HombachC) fixed a wording error
* (HombachC) bumped dependencies, added tests for node.js 20
* (HombachC) it's recommended to switch to minimum node.js 16, adapter still working with node 14

### 2.5.1 (25.04.2023)

* (HombachC) fixed a sentry reported error

### 2.5.0 (22.04.2023)

* (HombachC) implemented battery power calculation

### 2.4.7 (13.04.2023)

* (HombachC) improved error handling

### 2.4.6 (09.04.2023)

* (HombachC) fixed vulnerability in xml2js

### 2.4.5 (07.04.2023)

* (HombachC) improved error handling

### 2.4.4 (04.04.2023)

* (HombachC) improved error handling

### 2.4.3 (03.04.2023)

* (HombachC) improved error handling

### 2.4.2 (07.03.2023)

* (HombachC) fixed error in Piko MP Plus AC current
* (HombachC) added Piko MP Plus total yield

### 2.4.1 (06.03.2023)

* (HombachC) fixed Piko MP Plus support for two channel hardware

### 2.4.0 (06.03.2023)

* (HombachC) added support of AC and DC power values for Piko MP inverters

### 2.3.1 (05.03.2023)

* (HombachC) fix error with zero values in DC & AC

### 2.3.0 (26.02.2023)

* (HombachC) replaced got by axios
* (HombachC) added warning for not supported Piko MP inverters
* (HombachC) removed travis

### 2.2.2 (14.02.2023)

* (HombachC) fixed error with missing grid limitation response

### 2.2.0 (03.02.2023)

* (HombachC) added support for phase 1-3 of homeconsumption power
* (HombachC) enhanced sentry support

### 2.1.3 (03.02.2023)

* (HombachC) optimized debug data

### 2.1.2 (29.01.2023)

* (HombachC) fixed errors with single phase inverters (Piko 3)

### 2.1.1 (29.12.2022)

* (HombachC) year 2023 changes

### 2.1.0 (04.11.2022)

* (HombachC) added ukrainian translations

### 2.0.2 (16.10.2022)

* (HombachC) fixed small sentry reported error
* (HombachC) optimized error logging

### 2.0.1 (11.10.2022)

* (HombachC) optimized error logging

### 2.0.0 (28.08.2022)

* (HombachC) BREAKING: Dropped support for Node.js 12
* (HombachC) changed the minimal required js-controller version to 3.2.16
* (HombachC) added state of inverter as string

### 1.5.0 (05.08.2022)

* (HombachC) added minimum values for poll times to prevent communication errors

### 1.4.7 (26.06.2022)

* (HombachC) bumped dependency because of security vulnerability

### 1.4.6 (06.06.2022)

* (HombachC) removed gulp, bumped dependencies, added tests for node.js 18
* (HombachC) removed tests for node.js 12 -> it's recommended to switch to node.js 14, adapter still working with node 12

### 1.4.5 (03.05.2022)

* (HombachC) added UI version to sentry feedback and documentation

### 1.4.4 (01.05.2022)

* (HombachC) optimized sentry feedback and documentation

### 1.4.3 (24.04.2022)

* (HombachC) normalizing of analog values added

### 1.4.2 (01.02.2022)

* (HombachC) added support for inverter type, version and name
* (HombachC) fixed timing error

### 1.4.1 (31.01.2022)

* (HombachC) optimized logging

### 1.4.0 (30.01.2022)

* (HombachC) added support for grid 1-3 current, voltage and power

### 1.3.1 (23.01.2022)

* (HombachC) correct rounding of analog values
* (HombachC) added validation of configured IPv4 address

### 1.3.0 (01.01.2022)

* (HombachC) added optional support for analog inputs

### 1.2.1 (24.12.2021)

* (HombachC) introduced rounding of battery temp

### 1.2.0 (16.12.2021)

* (HombachC) dropped node.js 10 support
* (HombachC) fixed vulnerability

### 1.1.13 (16.10.2021)

* (HombachC) fixed vulnerability

### 1.1.12 (07.10.2021)

* (GermanBlueFox) fixed icon link

### 1.1.7 (09.05.2021)

* (HombachC) added tests for node.js 16
* (HombachC) fixed vulnerability

### 1.1.3 (23.11.2020)

* (HombachC) added battery.Voltage
* (HombachC) added additional error handler

### 1.1.1 (09.10.2020) stable

* (HombachC) minor documentation tweaks
* (HombachC) DC current accuracy changed to mA

### 1.1.0 (09.10.2020)

* (tobstare) added DC1-3 current, voltage and power
* (HombachC) added battery.ChargeCycles
* (HombachC) added battery.temperature

### 1.0.2 (23.09.2020)

* (HombachC) public release for stable repo

### 0.8.0 (18.08.2020)

* (HombachC) seperate editable poll timer for statistics data

### 0.7.4 (03.07.2020)

* (HombachC) added sentry.io support

### 0.6.1 (28.06.2020)

* (HombachC) poll of statistics data separated

### 0.1.0 (15.05.2020)

* (HombachC) initial working release
Loading

0 comments on commit 58c65f9

Please sign in to comment.