Skip to content

Commit e3a8b91

Browse files
committed
chore: release v0.3.0
Added sentry integration. Set tier level to 2.
1 parent 5ce0854 commit e3a8b91

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket
2626
### **WORK IN PROGRESS**
2727
-->
2828

29-
### **WORK IN PROGRESS**
29+
### 0.3.0 (2021-07-06)
3030

3131
- (UncleSamSwiss) Added sentry integration.
3232
- (UncleSamSwiss) Set tier level to 2.

io-package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "luxtronik2",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"news": {
6+
"0.3.0": {
7+
"en": "Added sentry integration.\nSet tier level to 2.",
8+
"de": "Sentry-Integration hinzugefügt.\nSetze Rangstufe auf 2.",
9+
"ru": "Добавлена интеграция с караульной.\nУстановите уровень уровня на 2.",
10+
"pt": "Adicionada integração de sentinela.\nDefina o nível de camada como 2.",
11+
"nl": "Sentry-integratie toegevoegd.\nStel het niveau in op 2.",
12+
"fr": "Ajout de l'intégration de sentinelle.\nDéfinissez le niveau de niveau sur 2.",
13+
"it": "Aggiunta l'integrazione della sentinella.\nImposta il livello di livello su 2.",
14+
"es": "Integración de centinela agregada.\nEstablezca el nivel de nivel en 2.",
15+
"pl": "Dodano integrację wartowników.\nUstaw poziom poziomu na 2.",
16+
"zh-cn": "添加哨兵集成。\n将层级设置为 2。"
17+
},
618
"0.2.0": {
719
"en": "**Breaking Change:** Fehlerspeicher and Abschaltungen are now each a single state with a JSON object as a value. (#3)\nFixed SelectHandler to create an object of type number.\nAdded all missing states that are now available from the latest luxtronik2 module. (#45)\nAdded watchdog for for both ports. It will restart the adapter if not receiving data after 3 retries.\nNo longer deleting state values but setting them to null if the value is unknown. (#9)\nFixed heating_operation_mode showing the wrong options. (#46)",
820
"de": "** Breaking Change: ** Fehlerspeicher und Abschaltungen sind jetzt jeweils ein einzelner Zustand mit einem JSON-Objekt als Wert. (#3)\nSelectHandler wurde korrigiert, um ein Objekt vom Typ Nummer zu erstellen.\nEs wurden alle fehlenden Status hinzugefügt, die jetzt vom neuesten luxtronik2-Modul verfügbar sind. (# 45)\nWatchdog für beide Ports hinzugefügt. Der Adapter wird neu gestartet, wenn nach 3 Wiederholungsversuchen keine Daten empfangen werden.\nLöschen Sie keine Statuswerte mehr, sondern setzen Sie sie auf null, wenn der Wert unbekannt ist. (# 9)\nProblem, bei dem im Heizungsbetriebsmodus die falschen Optionen angezeigt wurden - gefixt (# 46)",
@@ -132,7 +144,9 @@
132144
"plugins": {
133145
"sentry": {
134146
"dsn": "https://[email protected]/137",
135-
"pathWhitelist": ["luxtronik2"]
147+
"pathWhitelist": [
148+
"luxtronik2"
149+
]
136150
}
137151
}
138152
},
@@ -173,4 +187,4 @@
173187
"native": {}
174188
}
175189
]
176-
}
190+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.luxtronik2",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket",
55
"author": {
66
"name": "UncleSamSwiss",

0 commit comments

Comments
 (0)