Skip to content

Commit

Permalink
chore: release v3.2.5
Browse files Browse the repository at this point in the history
- (PLCHome) Solved the problem that no inverter list but result 2 was returned in NOAH.
- (PLCHome) Added NOAH.
  • Loading branch information
PLCHome committed Aug 13, 2024
1 parent 715ab3c commit 1cc9421
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 14 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ Therefore, the description has also been removed.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 3.2.5 (2024-08-13)

- (PLCHome) Solved the problem that no inverter list but result 2 was returned in NOAH.
- (PLCHome) Added NOAH.
Expand Down
59 changes: 50 additions & 9 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "growatt",
"version": "3.2.4",
"version": "3.2.5",
"news": {
"3.2.5": {
"en": "Solved the problem that no inverter list but result 2 was returned in NOAH.\nAdded NOAH.",
"de": "Lösen Sie das Problem, dass keine Inverterliste, sondern Ergebnis 2 in NOAH zurückgegeben wurde.\nNOAH hinzugefügt.",
"ru": "Решение проблемы, что ни один инверторный список, но результат 2 был возвращен в NOAH.\nДобавлен НОАХ.",
"pt": "Resolvido o problema que nenhuma lista de inversores, mas o resultado 2 foi retornado em NOAH.\nAdicionado NOAH.",
"nl": "Loste het probleem op dat geen inverterlijst maar resultaat 2 werd teruggegeven in NOAH.\nToegevoegd NOAH.",
"fr": "Résoudre le problème qu'aucune liste d'onduleurs mais le résultat 2 a été retourné en NOAH.\nAjout de NOAH.",
"it": "Risolto il problema che nessun elenco inverter ma il risultato 2 è stato restituito in NOAH.\nAggiunta NOAH.",
"es": "Resolvió el problema de que ninguna lista de inversores pero el resultado 2 fue devuelto en NOAH.\nAñadido NOAH.",
"pl": "Rozwiązał problem, zgodnie z którym w NOAH nie została zwrócona żadna lista zwrotna, ale wynik 2.\nDodano NOAH.",
"uk": "Вирішено проблему, яка не перевернула список, але результат 2 був повернений в NOAH.\nДодано NOAH.",
"zh-cn": "解决了在NOAH中没有反向列表但结果2被返回的问题.\n添加了NOAH."
},
"3.2.4": {
"en": "No connection can be established password must now be transferred as MD5 hash.",
"de": "Keine Verbindung kann hergestellt werden Passwort muss jetzt als MD5 Hash übertragen werden.",
Expand Down Expand Up @@ -43,8 +56,20 @@
"uk": "ioBroker Growatt адаптер для комунікації з ShineAPI",
"zh-cn": "ioBroker Growatt适配器可与ShineAPI通信"
},
"authors": ["PLCHome"],
"keywords": ["growatt", "shine", "shinephone", "shineapi", "solarenergy", "home automation", "solar power", "solar power plant", "solaranlage"],
"authors": [
"PLCHome"
],
"keywords": [
"growatt",
"shine",
"shinephone",
"shineapi",
"solarenergy",
"home automation",
"solar power",
"solar power plant",
"solaranlage"
],
"licenseInformation": {
"license": "MIT",
"type": "free"
Expand All @@ -62,8 +87,12 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"localLinks": { "_default": "https://server.growatt.com/" },
"adminUI": { "config": "materialize" },
"localLinks": {
"_default": "https://server.growatt.com/"
},
"adminUI": {
"config": "materialize"
},
"plugins": {
"sentry": {
"dsn": "https://[email protected]/6202057"
Expand All @@ -79,7 +108,10 @@
{
"condition": {
"operand": "and",
"rules": ["oldVersion<3.2.2", "newVersion>=3.2.3"]
"rules": [
"oldVersion<3.2.2",
"newVersion>=3.2.3"
]
},
"title": {
"en": "Incorrect objects were created in connection with Multiple Backflow.",
Expand Down Expand Up @@ -122,11 +154,20 @@
"uk": "Документація",
"zh-cn": "文件"
},
"buttons": ["agree", "cancel"]
"buttons": [
"agree",
"cancel"
]
}
],
"encryptedNative": ["password", "shareKey"],
"protectedNative": ["password", "shareKey"],
"encryptedNative": [
"password",
"shareKey"
],
"protectedNative": [
"password",
"shareKey"
],
"native": {
"keyLogin": false,
"user": "",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.growatt",
"version": "3.2.4",
"version": "3.2.5",
"description": "ioBroker Growatt Adapter to communiacte with ShineAPI",
"author": {
"name": "PLCHome"
Expand Down

0 comments on commit 1cc9421

Please sign in to comment.