Skip to content

Commit

Permalink
chore: release v0.5.7 (#893)
Browse files Browse the repository at this point in the history
* (HGlab01) Change of attribute "light" supported
* (HGlab01) Add attribute 'connection'
* (HGlab01) Add attribute 'supportsFlowTemperatureOptimization'
* (HGlab01) Bump axios to 1.7.7
* (HGlab01) EnergyIQ meter-readings can be uploaded
  • Loading branch information
HGlab01 authored Sep 30, 2024
1 parent e9709a9 commit 56bf042
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If someone is supporting to add Tado X functionality, raise a ticket or send an
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 0.5.7-alpha.1 (2024-09-25)
### 0.5.7 (2024-09-30)
* (HGlab01) Change of attribute "light" supported
* (HGlab01) Add attribute 'connection'
* (HGlab01) Add attribute 'supportsFlowTemperatureOptimization'
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tado",
"version": "0.5.7-alpha.1",
"version": "0.5.7",
"news": {
"0.5.7": {
"en": "Change of attribute \"light\" supported\nAdd attribute 'connection'\nAdd attribute 'supportsFlowTemperatureOptimization'\nBump axios to 1.7.7\nEnergyIQ meter-readings can be uploaded",
"de": "Änderung des Attributs \"light\" unterstützt\nAttribut hinzufügen 'connection '\nAttribut hinzufügen 'supportsFlowTemperaturOptimization '\nBump axios bis 1.7.7\nEnergyIQ Messgeräte können hochgeladen werden",
"ru": "Изменение атрибута \"свет\" поддерживается\nДобавить атрибут \"\nДобавить атрибут \"supportsFlowTemperatureOptimization \"\nBump axios to 1.7.7\nЭнергоIQ можно загрузить",
"pt": "Mudança de atributo \"light\" suportada\nAdicionar atributo 'conexão '\nAdicionar atributo 'supportsFlowTemperatureOptimization '\nBump axios para 1.7.7\nAs leituras de medidores EnergyIQ podem ser carregadas",
"nl": "Wijziging van attribuut \"licht\" ondersteund\nAttribuut 'connectie' toevoegen '\nToevoegen attribuut 'ondersteuntFlowTemperatuurOptimisatie '\nBump axios naar 1.7.7\nEnergyIQ-meters kunnen worden geüpload",
"fr": "Changement d'attribut \"lumière\" pris en charge\nAjouter l'attribut 'connection' '\nAjouter l'attribut 'supportsFlowTemperatureOptimisation '\nAxios bouffés à 1.7.7\nLes lecteurs EnergyIQ peuvent être téléchargés",
"it": "Modifica dell'attributo \"light\" supportato\nAggiungi attributo 'collegamento '\nAggiungi attributo 'supportiFlowTemperatureOptimization '\nAssio di bump a 1.7.7\nEnergyIQ può essere caricato",
"es": "Cambio de atributo \"light\" soportado\nAgregar atributo 'conexión '\nAgregar atributo 'apoyosFlowTemperatureOptimization '\nBump axios a 1.7.7\nLas lecturas de medidores de EnergyIQ se pueden cargar",
"pl": "Zmiana obsługiwanego atrybutu \"light\"\nDodaj połączenie atrybutu '\nDodaj atrybut 'supportsFlowTemperatureOptimization'\nAksykony bumpy do 1.7.7\nOdczyty mierników EnergyIQ mogą być wysłane",
"uk": "Зміна атрибуту \"light\"\nДодати атрибут 'connection Р\nДодати атрибут 'supportsFlowTemperatureOptimization Р\nБампер аксіос до 1.7.7\nЗавантажувати енергозберігання можна",
"zh-cn": "支持更改属性“ 光”\n添加属性“ 连接 '\n添加属性支持FlowTemperature Optimization '\n横轴改为1.7.7\nEnergyIQ 仪表读取可以上传"
},
"0.5.7-alpha.1": {
"en": "Change of attribute \"light\" supported\nAdd attribute 'connection'\nAdd attribute 'supportsFlowTemperatureOptimization'\nBump axios to 1.7.7\nEnergyIQ meter-readings can be uploaded",
"de": "Änderung des Attributs \"light\" unterstützt\nAttribut hinzufügen 'connection '\nAttribut hinzufügen 'supportsFlowTemperaturOptimization '\nBump axios bis 1.7.7\nEnergyIQ Messgeräte können hochgeladen werden",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Axios Bump do 1.7.2",
"uk": "Бампер аксіос до 1.7.2",
"zh-cn": "横轴改为1.7.2"
},
"0.5.4": {
"en": "Add attribute 'runningOfflineSchedule'\nBump axios to 1.6.8",
"de": "Attribut hinzufügen 'runningOfflineSchedule '\nBump axios zu 1.6.8",
"ru": "Добавить атрибут 'runningOfflineSchedule \"\nBump axios to 1.6.8",
"pt": "Adicionar atributo 'runningOfflineSchedule '\nBump axios para 1.6.8",
"nl": "Voeg attribuut 'runningOfflineSchedule' toe '\nBump axios naar 1.6.8",
"fr": "Ajouter l'attribut 'runningOfflineSchedule '\nAxios de pompe à 1.6.8",
"it": "Aggiungi attributo 'runningOfflineSchedule '\nAssio di bump a 1.6.8",
"es": "Agregar atributo 'runningOfflineSchedule '\nAxios de bomba a 1.6.8",
"pl": "Dodaj atrybut 'runningOfflineSchedule'\nBump aksjos do 1.6.8",
"uk": "Додати атрибут 'runningOfflineSchedule Р\nБампер аксіос до 1.6.8",
"zh-cn": "添加属性“ 运行 Offline 附表 '\n横轴改为1.6.8"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ class Tado extends utils.Adapter {
*/
async setReading(HomeId, reading) {
let result = await this.apiCall(`https://energy-insights.tado.com/api/homes/${HomeId}/meterReadings`, 'post', JSON.stringify(reading));
this.log.info('setReading executed with result ' + JSON.stringify(result));
this.log.debug('setReading executed with result ' + JSON.stringify(result));
await jsonExplorer.sleep(1000);
await this.create_state(HomeId + '.meterReadings', 'meterReadings', JSON.stringify({}));
}
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.tado",
"version": "0.5.7-alpha.1",
"version": "0.5.7",
"description": "Tado cloud connector to control Tado devices",
"author": "HGlab01 <[email protected]> & DutchmanNL <[email protected]>",
"homepage": "https://github.com/DrozmotiX/ioBroker.tado",
Expand Down

0 comments on commit 56bf042

Please sign in to comment.