Skip to content

Commit 2808eb7

Browse files
committed
chore: release v3.2.7
- "Invalid station ID" message as warning instead of info - "Start cloud query after..." as info instead of debug
1 parent 8b859e3 commit 2808eb7

4 files changed

Lines changed: 18 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ The received data can also be saved as JSON (sofar_realtime.json).
2626

2727

2828
## Changelog
29-
30-
### **WORK IN PROGRESS**
29+
### 3.2.7 (2025-10-14)
3130

3231
- "Invalid station ID" message as warning instead of info
3332
- "Start cloud query after..." as info instead of debug

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "sofarcloud",
4-
"version": "3.2.6",
4+
"version": "3.2.7",
55
"news": {
6+
"3.2.7": {
7+
"en": "\"Invalid station ID\" message as warning instead of info\n\"Start cloud query after...\" as info instead of debug",
8+
"de": "\"Invalid station ID\" Meldung als Warnung statt Info\n\"Start Cloud-Abfrage nach...\" als Info statt Debug",
9+
"ru": "Сообщение «Недействительный идентификатор станции» в качестве предупреждения вместо информации\n«Начать облачный запрос после...» как информация вместо отладки",
10+
"pt": "Mensagem \"Invalid station ID\" como aviso em vez de informação\n\"Iniciar consulta na nuvem após...\" como informação em vez de depuração",
11+
"nl": "\"Invalid station ID\" bericht als waarschuwing in plaats van info\n\"Begin cloudquery na...\" als info in plaats van debuggen",
12+
"fr": "Message \"Invalid station ID\" comme avertissement au lieu d'info\n\"Démarrer la requête cloud après...\" comme info au lieu de débogage",
13+
"it": "\"ID stazione non valida\" messaggio come avvertimento invece di info\n\"Start cloud query after...\" come info invece di debug",
14+
"es": "\"Invalid station ID\" mensaje como advertencia en lugar de información\n\"Iniciar la consulta de la nube después...\" como información en lugar de depurar",
15+
"pl": "Komunikat \"Nieprawidłowy identyfikator stacji\" jako ostrzeżenie zamiast informacji\n\"Start cloud query after\"... jako info zamiast debug",
16+
"uk": "Повідомлення про внесення змін до деяких відомостей про станцію\n\"Зірка хмари після...\" як інформація замість debug",
17+
"zh-cn": "\"无效站ID\"信息作为警告而不是信息\n作为信息而不是调试"
18+
},
619
"3.2.6": {
720
"en": "station_id.length < 9 instead 18\ndelay up to 177s",
821
"de": "station_id.length < 9 statt 18\nverzögerung bis 177",
@@ -80,19 +93,6 @@
8093
"pl": "Zwiększ liczbę nieudanych prób logowania tylko w przypadku błędnego nazwy użytkownika lub hasła.",
8194
"uk": "Збільшувати кількість невдаліх спроб входу лише у випадку, якщо неправильний введений логін або пароль.",
8295
"zh-cn": "仅当用户名或密码错误时,才增加登录失败尝试次数。"
83-
},
84-
"3.2.0": {
85-
"en": "More login info. No increment login attemps if server error",
86-
"de": "Mehr Anmeldeinformationen. Keine Inkrementierung von Anmeldeversuchen bei Serverfehler",
87-
"ru": "Больше информации для входа. Не увеличивать количество попыток входа в случае ошибки сервера.",
88-
"pt": "Mais informações de login. Não incrementar tentativas de login em caso de erro do servidor.",
89-
"nl": "Meer inloggegevens. Geen verhoging van het aantal inlogpogingen bij serverfouten",
90-
"fr": "Plus d'informations de connexion. Pas d'incrémentation des tentatives de connexion en cas d'erreur du serveur",
91-
"it": "Maggiori informazioni di login. Non incrementare i tentativi di login in caso di errore del server",
92-
"es": "Más información de inicio de sesión. No incrementar intentos de inicio de sesión si hay un error en el servidor",
93-
"pl": "Więcej informacji logowania. Brak zwiększania liczby prób logowania w przypadku błędu serwera",
94-
"uk": "Більше інформації для входу. Не збільшувати кількість спроб входу в разі помилки серверу.",
95-
"zh-cn": "更多登录信息。如果服务器出错,则不会增加登录尝试次数。"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
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.sofarcloud",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "Reads data from the SofarCloud server",
55
"author": {
66
"name": "Daniel Luginbühl",

0 commit comments

Comments
 (0)