Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
nobl committed May 29, 2021
1 parent 30226e3 commit 32c94f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ This channel contains calculated values. Currently these are day/week/month/year
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*

## Changelog
### 1.3.2 (NoBl) Beta
### 1.3.2 (NoBl)
* Autarky without decimal places (again). They are causing more updates than we really need.
* Autarky values won't reset to 0 at change of timeframe (day, week, ...) anymore. They are calculated based on reference values anyways.
* Ensuring that only values meant to be changeable by user are defined so (attribute changes upon the next update of value)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "senec",
"version": "1.3.1",
"version": "1.3.2",
"news": {
"1.3.2": {
"en": "Autarky without decimal places (again) or they would cause too many updates that are irrelevant especially when considering precision. Values also won't reset to 0 at change of timeframe (day, week, ...) anymore. They are calculated based on reference values anyways. Ensuring that only values meant to be changeable by user are defined so (attribute changes upon the next update of value)",
"de": "Autarkie (wieder) ohne Dezimalstellen, da sie mehr Updates verursachen, als wirklich benötigt werden (insbesondere im Rahmen der Rundungsgenauigkeiten). Auch werden die Werte bei Änderung des Zeitrahmens (Tag, Woche, ...) nicht mehr forciert auf 0 zurückgesetzt, da sie ohnehin anhand von Referenzwerten berechnet werden. Es wird auch sichergestellt, dass nur Werte geändert werden können, die vom Benutzer geändert werden sollen (Attributänderungen bei der nächsten Wertaktualisierung).",
"ru": "Автаркия без десятичных знаков (опять же). Они вызывают больше обновлений, чем нам действительно нужно. Значения автарки больше не сбрасываются на 0 при смене таймфрейма (день, неделя, ...). В любом случае они рассчитываются на основе справочных значений. Обеспечение того, чтобы были определены только значения, которые должны быть изменены пользователем (атрибут изменяется при следующем обновлении значения)",
"pt": "Autarquia sem casas decimais (novamente). Eles estão causando mais atualizações do que realmente precisamos. Os valores da Autarky não serão mais zerados na mudança do período (dia, semana, ...). Eles são calculados com base em valores de referência de qualquer maneira. Garantir que apenas os valores que devem ser alterados pelo usuário sejam definidos assim (alterações de atributo na próxima atualização de valor)",
"nl": "Autarkie zonder decimalen (opnieuw). Ze zorgen voor meer updates dan we echt nodig hebben. Autarky-waarden worden niet meer gereset naar 0 bij verandering van tijdsbestek (dag, week, ...). Ze worden sowieso berekend op basis van referentiewaarden. Ervoor zorgen dat alleen waarden die bedoeld zijn om door de gebruiker te kunnen worden gewijzigd, zo worden gedefinieerd (attribuut verandert bij de volgende update van waarde)",
"fr": "Autarcie sans décimales (encore une fois). Ils provoquent plus de mises à jour que ce dont nous avons vraiment besoin. Les valeurs d'autarcie ne seront plus remises à 0 lors du changement de la période (jour, semaine, ...). Ils sont de toute façon calculés sur la base des valeurs de référence. S'assurer que seules les valeurs censées être modifiables par l'utilisateur sont définies ainsi (l'attribut change lors de la prochaine mise à jour de la valeur)",
"it": "Autarchia senza cifre decimali (di nuovo). Stanno causando più aggiornamenti di quelli di cui abbiamo veramente bisogno. I valori di autarchia non si resetteranno più a 0 al cambio del periodo di tempo (giorno, settimana, ...). Sono comunque calcolati sulla base dei valori di riferimento. Garantire che solo i valori che devono essere modificabili dall'utente siano definiti in questo modo (l'attributo cambia al successivo aggiornamento del valore)",
"es": "Autarquía sin decimales (de nuevo). Están provocando más actualizaciones de las que realmente necesitamos. Los valores de autarquía ya no se restablecerán a 0 al cambiar el período de tiempo (día, semana, ...). De todos modos, se calculan sobre la base de valores de referencia. Asegurarse de que solo se definan así los valores que el usuario puede cambiar (el atributo cambia en la próxima actualización del valor)",
"pl": "Autarkia bez miejsc dziesiętnych (ponownie). Powodują więcej aktualizacji, niż naprawdę potrzebujemy. Wartości autarkii nie będą już resetowane do 0 przy zmianie przedziału czasowego (dzień, tydzień, ...). Są one i tak obliczane na podstawie wartości referencyjnych. Zapewnienie, że tylko wartości, które mają być zmieniane przez użytkownika, są tak zdefiniowane (atrybut zmienia się przy następnej aktualizacji wartości)",
"zh-cn": "再次没有小数位的Autarky。它们造成的更新超出了我们的实际需要。 Autarky值将不会在时间范围(天,周,...)更改时重置为0。无论如何,它们都是基于参考值计算的。确保仅定义要由用户更改的值(在值的下一次更新时归因于更改)"
},
"1.3.1": {
"en": "(NoBl) Added calculation of autarky for day/week/month/year",
"de": "(NoBl) Berechnung der Autarkie für Tag / Woche / Monat / Jahr hinzugefügt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.senec",
"version": "1.3.1",
"version": "1.3.2",
"description": "Senec Home",
"author": {
"name": "NoBl",
Expand Down

0 comments on commit 32c94f2

Please sign in to comment.