Skip to content

Commit

Permalink
Merge pull request #272 from MK-2001/onprem
Browse files Browse the repository at this point in the history
Merge just for ioBroker Cheker
  • Loading branch information
MK-2001 authored Oct 30, 2024
2 parents 32f4191 + cc6eebe commit 55d96c1
Show file tree
Hide file tree
Showing 6 changed files with 2,072 additions and 2,158 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: echo "Filename = ${{ steps.npmpack.outputs.filename }}" && echo "ID = ${{ steps.npmpack.outputs.id }}" && echo "Version = ${{ steps.npmpack.outputs.version }}" && if [ -z "${{ steps.npmpack.outputs.filename }}" ]; then echo "Filename wrong!" && exit 1; else echo "filename fine"; fi && if [ -z "${{ steps.npmpack.outputs.version }}" ]; then echo "Version wrong!" && exit 1; else echo "Version fine"; fi
- name: Move files
run: |
cp -f -v ${{ gitea.workspace }}/${{ steps.npmpack.outputs.filename }} /deploy/iobroker/data/install/
cp -f -v ${{ gitea.workspace }}/${{ steps.npmpack.outputs.filename }} /deploy/iobroker-2024/data/install/
mkdir -p /deploy/iobroker/data/install/ && cp -f -v ${{ gitea.workspace }}/${{ steps.npmpack.outputs.filename }} /deploy/iobroker/data/install/
mkdir -p /deploy/iobroker-2024/data/install/ && cp -f -v ${{ gitea.workspace }}/${{ steps.npmpack.outputs.filename }} /deploy/iobroker-2024/data/install/
- name: Install on ioBroker
run: |
docker exec -it iobroker /bin/bash -c "iobroker url /opt/iobroker/install/${{ steps.npmpack.outputs.filename }}"
Expand Down
27 changes: 20 additions & 7 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 1.0.28
### 1.0.28
* Added properties to schema.js for firmware 042

# 1.0.27
### 1.0.27
* (Casten, fuchs-1978, dft601) Object not found error #158
* Enabled foreign Object usage; Full Changelog online: https://github.com/MK-2001/ioBroker.go-e/blob/main/docs/CHANGELOG.md; Issue for Object not found.

## 1.0.26
### 1.0.26
* Added Object solarLoadOnly
* Enabled useage of Foreign Object
* detailes description in documentation with examples
Expand All @@ -14,20 +15,32 @@
* added possibility to use v2 api (not fully supported yet)
* Updated FOSS

## 1.0.21
### 1.0.25
* TempArray resize on FW 054 HW V2; Readme.Adaption; Dependency security updates; Added the options to consider acknowledged value changes of foreign adapters; Added choice of ack of foreign adapters (#125)\\n Minor bug for sentry; Error in tme object; Bug in Sentry. Added Catch.

### 1.0.21
* Dependency updates: axio, sentry
* Temperature array 4 > 6 with HW2 FW 054.
* Removed Bug for an not existing temperature array (#120)
## 1.0.18

### 1.0.18
* First adaption of V3 hardware from go-e; Added switch to disable writing of the temperatures array; write different amont of temperature sensors; Added addtional attributes to ast; Updated several FOSS libs

### 1.0.17
* Stable Version
* Added switch to disable wrting of the temperatures array.
* Writing different amount of temperature sensors
* Updated ast with new property
* Updaed FOSS

## 1.0.14
### 1.0.15
* Bug fixes

### 1.0.14
* Enabled Hardware V3
*

### 1.0.10
* Enabled new Version of hardware updates

### 1.0.9
* Catch warn message in read object
Expand Down
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ https://go-e.co/support/

## Changelog

### 1.0.42
* Changed Adapter Core


### 1.0.41
* Update of dependencies
* Default PSM Grid mode selectable
Expand Down Expand Up @@ -78,21 +82,6 @@ https://go-e.co/support/
### 1.0.29
* Bugfixes.

### 1.0.27
*Enabled foreign Object usage; Full Changelog online: https://github.com/MK-2001/ioBroker.go-e/blob/main/docs/CHANGELOG.md; Issue for Object not found.

### 1.0.25
* TempArray resize on FW 054 HW V2; Readme.Adaption; Dependency security updates; Added the options to consider acknowledged value changes of foreign adapters; Added choice of ack of foreign adapters (#125)\\n Minor bug for sentry; Error in tme object; Bug in Sentry. Added Catch.

### 1.0.18
* First adaption of V3 hardware from go-e; Added switch to disable writing of the temperatures array; write different amont of temperature sensors; Added addtional attributes to ast; Updated several FOSS libs

### 1.0.15
* Bug fixes

### 1.0.10
* Enabled new Version of hardware updates

[Additional moved here](./CHANGELOG_OLD.md)

## Translations
Expand Down Expand Up @@ -302,4 +291,4 @@ The most of the translations are coming from https://translator-ui.iobroker.in f
limitations under the License.

## Copyright
Copyright (c) 2024 MK-2001 go-e@itinsi.de
Copyright (c) 2024 MK-2001 go-e@itinsi.de
Loading

0 comments on commit 55d96c1

Please sign in to comment.