Skip to content

Commit

Permalink
Merge pull request #184 from Codibris/130-error-tibberconnect0-3764-e…
Browse files Browse the repository at this point in the history
…rror-in-tibber-feed

release 0.0.10
  • Loading branch information
Codibris authored Apr 4, 2023
2 parents 0de46bf + 6a4d38c commit 3d3cb41
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .commitmessage
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
chore: release v0.0.6
chore: release v0.0.10

- quick temp. implementation of new tibber api Package
- check current issues and update packages
- fixed issue #181 'Error in Tibber Feed on "undefined" with message "undefined"'
- fixed issue #130 pulse stream is not working
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ https://invite.tibber.com/hgg53izs
connects tibber API and ioBroker

## Changelog
### 0.0.10 (2023-04-04)
- check current issues and update packages
- fixed issue #181 'Error in Tibber Feed on "undefined" with message "undefined"'
- fixed issue #130 pulse stream is not working

### 0.0.9 (2022-12-10)
- try automatically reconnecting websocket connection (pulse data) in 5s interval
- add some technical improvements on api calls
Expand All @@ -38,19 +43,16 @@ connects tibber API and ioBroker
- quick temp. implementation of new tibber api Package

### 0.0.3 (2022-02-27)

- get prices of today and tomorrow

### 0.0.2 (2022-02-26)

- switch from schedule to deamon
- Load current energy price on 5 min interval
- optimize structure and internal objects
- connects tibber pulse and get data
- configurate fields for tibber pulse feed

### 0.0.1 (2022-02-18)

Reading data from tibber API:

- list and details of homes
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "tibberconnect",
"version": "0.0.9",
"version": "0.0.10",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down Expand Up @@ -38,6 +38,10 @@
"0.0.9": {
"en": "Automatische Neuverbindung im 5 Sek Interval (Pulse), wenn Verbindung unterbrochen wurde",
"de": "try automatically reconnecting websocket connection (pulse data) in 5s interval"
},
"0.0.10": {
"en": "fixed tibber pulse data stream",
"de": "Daten des Tibber Pulse werden wieder ausgelesen."
}
},
"title": "Tibber Connect",
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.tibberconnect",
"version": "0.0.9",
"version": "0.0.10",
"description": "connects tibber API and ioBroker",
"author": {
"name": "Codibris",
Expand Down

0 comments on commit 3d3cb41

Please sign in to comment.