Skip to content

Commit

Permalink
Added ac charge for TLXH. Thanx to olli0815!
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Oct 26, 2024
1 parent 95882a3 commit 41155ee
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 55 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,13 @@ Therefore, the description has also been removed.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- (PLCHome) Added ac charge for TLXH. Thanx to olli0815!
- (PLCHome) Added time slots for TLXH. Thanks to olli0815 for debugging and support.
- (PLCHome) Added Inverter On Off for TLX und TLXH. Thanks to olli0815 for debugging and support.

### 3.3.0 (2024-10-25)

- (PLCHome) Added time slots for TLXH. Thanks to olli0815 for debugging and support.
Expand Down
36 changes: 6 additions & 30 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,8 @@
"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 Down Expand Up @@ -121,10 +109,7 @@
{
"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 @@ -167,20 +152,11 @@
"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
51 changes: 27 additions & 24 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
Expand Up @@ -31,7 +31,7 @@
"@iobroker/adapter-core": "^3.2.2",
"@iobroker/adapter-dev": "^1.3.0",
"axios": "^1.7.7",
"growatt": "^0.7.6"
"growatt": "^0.7.7"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
Expand Down

0 comments on commit 41155ee

Please sign in to comment.