DrozmotiX / ioBroker.tado

Tado cloud connector to control Tado devices
MIT License
24 stars 13 forks source link

Tado crashing #197

Closed rvdgaag closed 3 years ago

rvdgaag commented 3 years ago

Since last update 0.2.6 the plugin works once or twice and then crashes and restarts,

here are the messages in the log file:

2021-04-03 13:59:27.884 - info: tado.0 (8462) Temperature changed for room: 1 in home: 43494 to API with: 20.5

2021-04-03 13:59:27.889 - info: tado.0 (8462) Send API ZoneOverlay API call Home: 43494 zone : 1 config: {"setting":{"type":"HEATING","power":"ON","temperature":{"celsius":20.5}},"termination":{"typeSkillBasedApp":"NEXT_TIME_BLOCK","durationInSeconds":null}} 2021-04-03 13:59:28.731 - error: tado.0 (8462) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2021-04-03 13:59:28.731 - error: tado.0 (8462) unhandled promise rejection: Request failed with status code 422 2021-04-03 13:59:28.737 - error: tado.0 (8462) Error: Request failed with status code 422 at createError (/opt/iobroker/node_modules/axios/lib/core/createError.js:16:15) at settle (/opt/iobroker/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/opt/iobroker/node_modules/axios/lib/adapters/http.js:260:11) at IncomingMessage.emit (events.js:326:22) at IncomingMessage.EventEmitter.emit (domain.js:483:12) at endReadableNT (_stream_readable.js:1241:12) at processTicksAndRejections (internal/process/task_queues.js:84:21) 2021-04-03 13:59:28.738 - error: tado.0 (8462) Request failed with status code 422 2021-04-03 13:59:28.743 - info: tado.0 (8462) cleaned everything up... 2021-04-03 13:59:28.744 - info: tado.0 (8462) terminating 2021-04-03 13:59:28.744 - warn: tado.0 (8462) Terminated (UNCAUGHT_EXCEPTION): Without reason

Versions:

HGlab01 commented 3 years ago

Hi! Which Tado device is used for zone 1? Heating, Cooling or Hot-Water? Which values did you change that forces the crash?

rvdgaag commented 3 years ago

0=hot water 1=heating 2=airconditioning

I change just the temperature from 20.5 to 18.5 and back

HGlab01 commented 3 years ago

and the 20.5 above where set for zone 1=heating? Which version did you use before? And in this version everything worked fine?

rvdgaag commented 3 years ago

Yes correct

HGlab01 commented 3 years ago

By tomorrow I am back at home and will have a deeper look. Four things you could please do/answer in advance:

  1. Which version did you use before? And there it worked fine?
  2. If you do the same via Tado-App it works?
  3. Can you please test temperatures without digit (eg. 21 instead of 20.5)
  4. Please run the adapter in debug-mode 4.1. post the next ~50 log-lines starting with 'GETS INTERESSTING!!!' 4.2. change the temperature and post the corresponding log lines
rvdgaag commented 3 years ago
  1. before 0.2.5 was pretty stable, now reinstalled the Tado plugin and it seems to work again for heating,

  2. yup no issues with the Tado app.

  3. tried that before and does not make a difference.

4 Now the airconditioning has issues, in the connector you can only switch the power on the airco (room 2), no possibility anymore to set the fan mode and temperature.

HGlab01 commented 3 years ago

In v0.2.5 Aircondition was not supported. Therefore I do not understand the "anymore". Nevertheless, if you need additional support please provide the logs as mentioned above. Please also check beforehand if all Tado devices have battery and working fine with the Tado app. Last firmware versions have an issue and do not report battery low level and the behavior is of the whole Tado system is strange.

rvdgaag commented 3 years ago

I used one of the in-between versions you build to solve other issues that were reported, there the airconditioning worked fine.

Now with 0.2.6.2 here is the output:

2021-04-06 08:06:33.630 - info: javascript.0 (2400) Stop script script.js.Tado_comfort_21 2021-04-06 08:06:35.003 - info: javascript.0 (2400) Stop script script.js.Tado_Airco_aan_uit 2021-04-06 08:06:37.469 - info: javascript.0 (2400) Start javascript script.js.Tado_comfort_21 2021-04-06 08:06:37.470 - info: javascript.0 (2400) script.js.Tado_comfort_21: registered 1 subscription and 0 schedules 2021-04-06 08:06:38.543 - info: javascript.0 (2400) Start javascript script.js.Tado_Airco_aan_uit 2021-04-06 08:06:38.547 - info: javascript.0 (2400) script.js.Tado_Airco_aan_uit: registered 1 subscription and 0 schedules 2021-04-06 08:07:30.183 - info: tado.0 (44939) Temperature changed for room: 1 in home: 43494 to API with: 20.5 2021-04-06 08:07:30.185 - info: tado.0 (44939) Send API ZoneOverlay API call Home: 43494 zone : 1 config: {"setting":{"type":"HEATING","power":"ON","temperature":{"celsius":20.5}},"termination":{"typeSkillBasedApp":"MANUAL","durationInSeconds":null}} 2021-04-06 08:07:31.055 - info: tado.0 (44939) API called with {"setting":{"type":"HEATING","power":"ON","temperature":{"celsius":20.5}},"termination":{"typeSkillBasedApp":"MANUAL","durationInSeconds":null}} 2021-04-06 08:07:58.060 - warn: javascript.0 (2400) script.js.Tado_Airco_aan_uit: setForeignState(id=tado.0.43494.Rooms.2.setting.power, state={"val":"ON","ack":false,"c":"script.js.Tado_Airco_aan_uit"}) - was not executed, while debug mode is active 2021-04-06 08:07:58.061 - warn: javascript.0 (2400) State "tado.0.43494.Rooms.2.setting.temperature" not found 2021-04-06 08:07:58.064 - warn: javascript.0 (2400) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1422:20) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) at Object. (script.js.Tado_Airco_aan_uit:6:5) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1070:38) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:487:29) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) at processImmediate (internal/timers.js:461:21) 2021-04-06 08:07:58.065 - warn: javascript.0 (2400) State "tado.0.43494.Rooms.2.setting.fanSpeed" not found 2021-04-06 08:07:58.066 - warn: javascript.0 (2400) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1422:20) 2021-04-06 08:07:58.066 - warn: javascript.0 (2400) at Object. (script.js.Tado_Airco_aan_uit:7:5) 2021-04-06 08:07:58.066 - warn: javascript.0 (2400) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1070:38) 2021-04-06 08:07:58.067 - warn: javascript.0 (2400) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:487:29) 2021-04-06 08:07:58.067 - warn: javascript.0 (2400) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41) 2021-04-06 08:07:58.067 - warn: javascript.0 (2400) at processImmediate (internal/timers.js:461:21) 2021-04-06 08:07:58.067 - warn: javascript.0 (2400) State "tado.0.43494.Rooms.2.setting.mode" not found 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1422:20) 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at Object. (script.js.Tado_Airco_aan_uit:8:5) 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1070:38) 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:487:29) 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41) 2021-04-06 08:07:58.068 - warn: javascript.0 (2400) at processImmediate (internal/timers.js:461:21)

Thank you for your effort!

HGlab01 commented 3 years ago

All the warnings are from your javascript but not from the Tado-adapter. Please deactivate the javascripts and try it out by using the object tab in iobroker admin. Please switch the Tado adapter to debug-level (at tab instances) . I need the detailed logs. Please add for tado.0.43494.Rooms.2 a screenshot which includes all states below tado.0.43494.Rooms.2.overlay (incl. unfolded termination tree) tado.0.43494.Rooms.2.setting

rvdgaag commented 3 years ago

Hi HGlab01,

I will reinstall my complete NUC next weekend to remove all shit from removed connectors and start over with a clean install. Since you mentioned most messages come from the javascript I suspect this is the right way.

Thanks for your help so far and I will share my feedback after the weekend when I'm done.

rvdgaag commented 3 years ago

System rebuild is done. Still issues. Here is the log file in debug mode and trying setting the temperature in room 1 manually at the objects section in the connector.

Here is the log file:

2021-04-09 16:38:05.876 - info: host.iobrokeri7 stopInstance system.adapter.tado.0 (force=false, process=true)

2021-04-09 16:38:05.879 - info: tado.0 (5827) Got terminate signal TERMINATE_YOURSELF 2021-04-09 16:38:05.879 - info: host.iobrokeri7 stopInstance system.adapter.tado.0 send kill signal 2021-04-09 16:38:05.880 - info: tado.0 (5827) cleaned everything up... 2021-04-09 16:38:05.880 - info: tado.0 (5827) terminating 2021-04-09 16:38:05.881 - info: tado.0 (5827) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2021-04-09 16:38:06.406 - info: host.iobrokeri7 instance system.adapter.tado.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-04-09 16:38:08.923 - info: host.iobrokeri7 instance system.adapter.tado.0 started with pid 5893 2021-04-09 16:38:26.430 - info: host.iobrokeri7 stopInstance system.adapter.tado.0 (force=false, process=true) 2021-04-09 16:38:26.432 - info: host.iobrokeri7 stopInstance system.adapter.tado.0 send kill signal 2021-04-09 16:38:26.954 - info: host.iobrokeri7 instance system.adapter.tado.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-04-09 16:38:29.469 - info: host.iobrokeri7 instance system.adapter.tado.0 started with pid 5914 2021-04-09 16:38:29.759 - debug: tado.0 (5914) Redis Objects: Use Redis connection: 127.0.0.1:9001 2021-04-09 16:38:29.774 - debug: tado.0 (5914) Objects client ready ... initialize now 2021-04-09 16:38:29.775 - debug: tado.0 (5914) Objects create System PubSub Client 2021-04-09 16:38:29.775 - debug: tado.0 (5914) Objects create User PubSub Client 2021-04-09 16:38:29.776 - debug: tado.0 (5914) Objects client initialize lua scripts 2021-04-09 16:38:29.785 - debug: tado.0 (5914) Objects connected to redis: 127.0.0.1:9001 2021-04-09 16:38:29.788 - debug: tado.0 (5914) objectDB connected 2021-04-09 16:38:29.789 - debug: tado.0 (5914) Redis States: Use Redis connection: 127.0.0.1:9000 2021-04-09 16:38:29.793 - debug: tado.0 (5914) States create System PubSub Client 2021-04-09 16:38:29.793 - debug: tado.0 (5914) States create User PubSub Client 2021-04-09 16:38:29.797 - debug: tado.0 (5914) States connected to redis: 127.0.0.1:9000 2021-04-09 16:38:29.797 - debug: tado.0 (5914) statesDB connected 2021-04-09 16:38:29.916 - debug: tado.0 (5914) Plugin sentry Initialize Plugin (enabled=true) 2021-04-09 16:38:29.973 - info: tado.0 (5914) starting. Version 0.2.6 in /opt/iobroker/node_modules/iobroker.tado, node: v12.22.0, js-controller: 3.2.16 2021-04-09 16:38:29.997 - debug: tado.0 (5914) Schedule restart: 0 1 * 2021-04-09 16:38:30.467 - info: tado.0 (5914) Connected to Tado cloud, initialyzing ... 2021-04-09 16:38:30.588 - debug: tado.0 (5914) GetMe result : {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.589 - debug: tado.0 (5914) JSON data written for Stage_01_GetMe_Data with values : {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.589 - debug: tado.0 (5914) HomeId 43494 name : Stage_01_GetMe_DataStage_01_GetMe_Data value {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.592 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_01_GetMe_Data with value : {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.592 - debug: tado.0 (5914) Create_state called for : Stage_01_GetMe_Data with value : {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.592 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.593 - debug: tado.0 (5914) No type defined for name : Stage_01_GetMe_Data|value : |{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","username":"rvdgaag@mac.com","id":"595e4511098f33250adc486d","homes":[{"id":43494,"name":"Thuis"}],"locale":"nl","mobileDevices":[{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}},{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}}]} 2021-04-09 16:38:30.678 - debug: tado.0 (5914) Home_data Result : {"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.679 - debug: tado.0 (5914) JSON data written for Stage_02_HomeData with values : {"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.679 - debug: tado.0 (5914) HomeId 43494 name : Stage_02_HomeDataStage_02_HomeData value {"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.680 - debug: tado.0 (5914) Home_data id with value : 43494 2021-04-09 16:38:30.684 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_02_HomeData with value : {"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.684 - debug: tado.0 (5914) Create_state called for : Stage_02_HomeData with value : {"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.685 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.686 - debug: tado.0 (5914) No type defined for name : Stage_02_HomeData|value : |{"id":43494,"name":"Thuis","dateTimeZone":"Europe/Amsterdam","dateCreated":"2016-02-18T14:08:06.802Z","temperatureUnit":"CELSIUS","partner":null,"simpleSmartScheduleEnabled":true,"awayRadiusInMeters":248.83,"installationCompleted":true,"incidentDetection":{"supported":true,"enabled":true},"autoAssistFreeTrialEnabled":true,"skills":["AUTO_ASSIST"],"christmasModeEnabled":true,"showAutoAssistReminders":true,"contactDetails":{"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"},"address":{"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"},"geolocation":{"latitude":51.9972198,"longitude":4.5004329},"consentGrantSkippable":true} 2021-04-09 16:38:30.688 - debug: tado.0 (5914) Create_state called for : 43494._info.id with value : 43494 2021-04-09 16:38:30.688 - debug: tado.0 (5914) Create_state called for : id with value : 43494 2021-04-09 16:38:30.689 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.690 - debug: tado.0 (5914) Home_data name with value : "Thuis" 2021-04-09 16:38:30.692 - debug: tado.0 (5914) Create_state called for : 43494._info.name with value : Thuis 2021-04-09 16:38:30.692 - debug: tado.0 (5914) Create_state called for : name with value : Thuis 2021-04-09 16:38:30.693 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.693 - debug: tado.0 (5914) No type defined for name : name|value : |Thuis 2021-04-09 16:38:30.693 - debug: tado.0 (5914) Home_data dateTimeZone with value : "Europe/Amsterdam" 2021-04-09 16:38:30.695 - debug: tado.0 (5914) Create_state called for : 43494._info.dateTimeZone with value : Europe/Amsterdam 2021-04-09 16:38:30.696 - debug: tado.0 (5914) Create_state called for : dateTimeZone with value : Europe/Amsterdam 2021-04-09 16:38:30.696 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.696 - debug: tado.0 (5914) No type defined for name : dateTimeZone|value : |Europe/Amsterdam 2021-04-09 16:38:30.696 - debug: tado.0 (5914) Home_data dateCreated with value : "2016-02-18T14:08:06.802Z" 2021-04-09 16:38:30.698 - debug: tado.0 (5914) Create_state called for : 43494._info.dateCreated with value : 2016-02-18T14:08:06.802Z 2021-04-09 16:38:30.699 - debug: tado.0 (5914) Create_state called for : dateCreated with value : 2016-02-18T14:08:06.802Z 2021-04-09 16:38:30.699 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.699 - debug: tado.0 (5914) Home_data temperatureUnit with value : "CELSIUS" 2021-04-09 16:38:30.743 - debug: tado.0 (5914) Create_state called for : 43494._info.temperatureUnit with value : CELSIUS 2021-04-09 16:38:30.743 - debug: tado.0 (5914) Create_state called for : temperatureUnit with value : CELSIUS 2021-04-09 16:38:30.743 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.743 - debug: tado.0 (5914) Home_data partner with value : null 2021-04-09 16:38:30.745 - debug: tado.0 (5914) Create_state called for : 43494._info.partner with value : null 2021-04-09 16:38:30.745 - debug: tado.0 (5914) Create_state called for : partner with value : null 2021-04-09 16:38:30.746 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.746 - debug: tado.0 (5914) Home_data simpleSmartScheduleEnabled with value : true 2021-04-09 16:38:30.748 - debug: tado.0 (5914) Create_state called for : 43494._info.simpleSmartScheduleEnabled with value : true 2021-04-09 16:38:30.748 - debug: tado.0 (5914) Create_state called for : simpleSmartScheduleEnabled with value : true 2021-04-09 16:38:30.749 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.749 - debug: tado.0 (5914) No type defined for name : simpleSmartScheduleEnabled|value : |true 2021-04-09 16:38:30.749 - debug: tado.0 (5914) Home_data awayRadiusInMeters with value : 248.83 2021-04-09 16:38:30.752 - debug: tado.0 (5914) Create_state called for : 43494._info.awayRadiusInMeters with value : 248.83 2021-04-09 16:38:30.752 - debug: tado.0 (5914) Create_state called for : awayRadiusInMeters with value : 248.83 2021-04-09 16:38:30.752 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.752 - debug: tado.0 (5914) No type defined for name : awayRadiusInMeters|value : |248.83 2021-04-09 16:38:30.753 - debug: tado.0 (5914) Home_data installationCompleted with value : true 2021-04-09 16:38:30.755 - debug: tado.0 (5914) Create_state called for : 43494._info.installationCompleted with value : true 2021-04-09 16:38:30.755 - debug: tado.0 (5914) Create_state called for : installationCompleted with value : true 2021-04-09 16:38:30.755 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.755 - debug: tado.0 (5914) Home_data incidentDetection with value : {"supported":true,"enabled":true} 2021-04-09 16:38:30.759 - debug: tado.0 (5914) Create_state called for : 43494._info.incidentDetection.supported with value : true 2021-04-09 16:38:30.759 - debug: tado.0 (5914) Create_state called for : supported with value : true 2021-04-09 16:38:30.759 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.759 - debug: tado.0 (5914) Create_state called for : 43494._info.incidentDetection.enabled with value : true 2021-04-09 16:38:30.760 - debug: tado.0 (5914) Create_state called for : enabled with value : true 2021-04-09 16:38:30.760 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.760 - debug: tado.0 (5914) Home_data autoAssistFreeTrialEnabled with value : true 2021-04-09 16:38:30.762 - debug: tado.0 (5914) Create_state called for : 43494._info. autoAssistFreeTrialEnabled with value : true 2021-04-09 16:38:30.763 - debug: tado.0 (5914) Create_state called for : autoAssistFreeTrialEnabled with value : true 2021-04-09 16:38:30.763 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.763 - debug: tado.0 (5914) Home_data skills with value : ["AUTO_ASSIST"] 2021-04-09 16:38:30.765 - debug: tado.0 (5914) Create_state called for : 43494._info.skills with value : AUTO_ASSIST 2021-04-09 16:38:30.766 - debug: tado.0 (5914) Create_state called for : skills with value : AUTO_ASSIST 2021-04-09 16:38:30.766 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.766 - debug: tado.0 (5914) No type defined for name : skills|value : |AUTO_ASSIST 2021-04-09 16:38:30.766 - debug: tado.0 (5914) Home_data christmasModeEnabled with value : true 2021-04-09 16:38:30.769 - debug: tado.0 (5914) Create_state called for : 43494._info.christmasModeEnabled with value : true 2021-04-09 16:38:30.769 - debug: tado.0 (5914) Create_state called for : christmasModeEnabled with value : true 2021-04-09 16:38:30.769 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.769 - debug: tado.0 (5914) No type defined for name : christmasModeEnabled|value : |true 2021-04-09 16:38:30.770 - debug: tado.0 (5914) Home_data showAutoAssistReminders with value : true 2021-04-09 16:38:30.774 - debug: tado.0 (5914) Create_state called for : 43494._info.showAutoAssistReminders with value : true 2021-04-09 16:38:30.774 - debug: tado.0 (5914) Create_state called for : showAutoAssistReminders with value : true 2021-04-09 16:38:30.775 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.775 - debug: tado.0 (5914) No type defined for name : showAutoAssistReminders|value : |true 2021-04-09 16:38:30.775 - debug: tado.0 (5914) Home_data contactDetails with value : {"name":"Rene van der Gaag","email":"rvdgaag@mac.com","phone":"+31646352793"} 2021-04-09 16:38:30.818 - debug: tado.0 (5914) Create_state called for : 43494._info.contactDetails.name with value : Rene van der Gaag 2021-04-09 16:38:30.819 - debug: tado.0 (5914) Create_state called for : name with value : Rene van der Gaag 2021-04-09 16:38:30.819 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.819 - debug: tado.0 (5914) No type defined for name : name|value : |Rene van der Gaag 2021-04-09 16:38:30.819 - debug: tado.0 (5914) Create_state called for : 43494._info.contactDetails.email with value : rvdgaag@mac.com 2021-04-09 16:38:30.820 - debug: tado.0 (5914) Create_state called for : email with value : rvdgaag@mac.com 2021-04-09 16:38:30.820 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.820 - debug: tado.0 (5914) No type defined for name : email|value : |rvdgaag@mac.com 2021-04-09 16:38:30.820 - debug: tado.0 (5914) Create_state called for : 43494._info.contactDetails.phone with value : +31646352793 2021-04-09 16:38:30.820 - debug: tado.0 (5914) Create_state called for : phone with value : +31646352793 2021-04-09 16:38:30.820 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.821 - debug: tado.0 (5914) No type defined for name : phone|value : |+31646352793 2021-04-09 16:38:30.821 - debug: tado.0 (5914) Home_data address with value : {"addressLine1":"Orteliusdreef 82","addressLine2":null,"zipCode":"2661rm","city":"Bergschenhoek","state":null,"country":"NLD"} 2021-04-09 16:38:30.825 - debug: tado.0 (5914) Create_state called for : 43494._info.address.addressLine1 with value : Orteliusdreef 82 2021-04-09 16:38:30.826 - debug: tado.0 (5914) Create_state called for : addressLine1 with value : Orteliusdreef 82 2021-04-09 16:38:30.826 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.826 - debug: tado.0 (5914) No type defined for name : addressLine1|value : |Orteliusdreef 82 2021-04-09 16:38:30.826 - debug: tado.0 (5914) Create_state called for : 43494._info.address.addressLine2 with value : null 2021-04-09 16:38:30.827 - debug: tado.0 (5914) Create_state called for : addressLine2 with value : null 2021-04-09 16:38:30.827 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.827 - debug: tado.0 (5914) No type defined for name : addressLine2|value : |null 2021-04-09 16:38:30.827 - debug: tado.0 (5914) Create_state called for : 43494._info.address.zipCode with value : 2661rm 2021-04-09 16:38:30.827 - debug: tado.0 (5914) Create_state called for : zipCode with value : 2661rm 2021-04-09 16:38:30.827 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.828 - debug: tado.0 (5914) No type defined for name : zipCode|value : |2661rm 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Create_state called for : 43494._info.address.city with value : Bergschenhoek 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Create_state called for : city with value : Bergschenhoek 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.828 - debug: tado.0 (5914) No type defined for name : city|value : |Bergschenhoek 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Create_state called for : 43494._info.address.state with value : null 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Create_state called for : state with value : null 2021-04-09 16:38:30.828 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.829 - debug: tado.0 (5914) No type defined for name : state|value : |null 2021-04-09 16:38:30.829 - debug: tado.0 (5914) Create_state called for : 43494._info.address.country with value : NLD 2021-04-09 16:38:30.829 - debug: tado.0 (5914) Create_state called for : country with value : NLD 2021-04-09 16:38:30.829 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.829 - debug: tado.0 (5914) No type defined for name : country|value : |NLD 2021-04-09 16:38:30.829 - debug: tado.0 (5914) Home_data geolocation with value : {"latitude":51.9972198,"longitude":4.5004329} 2021-04-09 16:38:30.839 - debug: tado.0 (5914) Create_state called for : 43494._info.latitude with value : 51.9972198 2021-04-09 16:38:30.839 - debug: tado.0 (5914) Create_state called for : geolocation with value : 51.9972198 2021-04-09 16:38:30.839 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.840 - debug: tado.0 (5914) No type defined for name : geolocation|value : |51.9972198 2021-04-09 16:38:30.840 - debug: tado.0 (5914) Create_state called for : 43494._info.longitude with value : 4.5004329 2021-04-09 16:38:30.840 - debug: tado.0 (5914) Create_state called for : geolocation with value : 4.5004329 2021-04-09 16:38:30.840 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.841 - debug: tado.0 (5914) No type defined for name : geolocation|value : |4.5004329 2021-04-09 16:38:30.841 - debug: tado.0 (5914) Home_data consentGrantSkippable with value : true 2021-04-09 16:38:30.889 - debug: tado.0 (5914) Users_data Result : undefined 2021-04-09 16:38:30.889 - debug: tado.0 (5914) JSON data written for Stage_03_Devices with values : undefined 2021-04-09 16:38:30.889 - debug: tado.0 (5914) HomeId 43494 name : Stage_03_DevicesStage_03_Devices value undefined 2021-04-09 16:38:30.897 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_03_Devices with value : undefined 2021-04-09 16:38:30.897 - debug: tado.0 (5914) Create_state called for : Stage_03_Devices with value : undefined 2021-04-09 16:38:30.898 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.898 - debug: tado.0 (5914) No type defined for name : Stage_03_Devices|value : |undefined 2021-04-09 16:38:30.979 - debug: tado.0 (5914) Weather_data Result : {"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.979 - debug: tado.0 (5914) JSON data written for Stage_04_Weather with values : {"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.980 - debug: tado.0 (5914) HomeId 43494 name : Stage_04_WeatherStage_04_Weather value {"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.980 - debug: tado.0 (5914) WeathersolarIntensity with value : {"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"} 2021-04-09 16:38:30.986 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_04_Weather with value : {"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.986 - debug: tado.0 (5914) Create_state called for : Stage_04_Weather with value : {"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.986 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.987 - debug: tado.0 (5914) No type defined for name : Stage_04_Weather|value : |{"solarIntensity":{"type":"PERCENTAGE","percentage":20,"timestamp":"2021-04-09T14:28:50.888Z"},"outsideTemperature":{"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}},"weatherState":{"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"}} 2021-04-09 16:38:30.988 - debug: tado.0 (5914) Create_state called for : 43494.Weather.solarIntensity with value : 20 2021-04-09 16:38:30.988 - debug: tado.0 (5914) Create_state called for : solarIntensity with value : 20 2021-04-09 16:38:30.988 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.988 - debug: tado.0 (5914) No type defined for name : solarIntensity|value : |20 2021-04-09 16:38:30.989 - debug: tado.0 (5914) WeatheroutsideTemperature with value : {"celsius":11.17,"fahrenheit":52.11,"timestamp":"2021-04-09T14:28:50.888Z","type":"TEMPERATURE","precision":{"celsius":0.01,"fahrenheit":0.01}} 2021-04-09 16:38:30.994 - debug: tado.0 (5914) Create_state called for : 43494.Weather.outsideTemperature with value : 11.17 2021-04-09 16:38:30.995 - debug: tado.0 (5914) Create_state called for : outsideTemperature with value : 11.17 2021-04-09 16:38:30.995 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.995 - debug: tado.0 (5914) WeatherweatherState with value : {"type":"WEATHER_STATE","value":"CLOUDY_MOSTLY","timestamp":"2021-04-09T14:28:50.888Z"} 2021-04-09 16:38:30.996 - debug: tado.0 (5914) Create_state called for : 43494.Weather.weatherState with value : CLOUDY_MOSTLY 2021-04-09 16:38:30.997 - debug: tado.0 (5914) Create_state called for : weatherState with value : CLOUDY_MOSTLY 2021-04-09 16:38:30.997 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:30.997 - debug: tado.0 (5914) No type defined for name : weatherState|value : |CLOUDY_MOSTLY 2021-04-09 16:38:31.084 - debug: tado.0 (5914) Installations_data Result : [{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.085 - debug: tado.0 (5914) JSON data written for Stage_05_Installations with values : [{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.085 - debug: tado.0 (5914) HomeId 43494 name : Stage_05_InstallationsStage_05_Installations value [{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.090 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_05_Installations with value : [{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.090 - debug: tado.0 (5914) Create_state called for : Stage_05_Installations with value : [{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.091 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.091 - debug: tado.0 (5914) No type defined for name : Stage_05_Installations|value : |[{"id":0,"type":"INSTALL_AC_G1","revision":7,"state":"COMPLETED","devices":[{"deviceType":"WR02","serialNo":"WR2653952768","shortSerialNo":"WR2653952768","currentFwVersion":"59.5","connectionState":{"value":true,"timestamp":"2021-04-09T14:35:43.942Z"},"characteristics":{"capabilities":["INSIDE_TEMPERATURE_MEASUREMENT","IDENTIFY"]},"accessPointWiFi":{"ssid":"tado2768"},"commandTableUploadState":"FINISHED"}],"acInstallationInformation":{"wirelessRemoteHasRequiredFirmware":true,"acSpecs":{"acUnitDisplaysSetPointTemperature":false,"remoteControl":{"commandType":"AC_SETTING","temperatureUnit":"CELSIUS","modelName":"abs 0607","photoS3Key":"A9D04C0C-7365-44C7-8701-9853EF7BD996.jpeg"},"manufacturer":{"name":"Zibro"}},"keyCommandSetRecording":null,"acSettingCommandSetRecording":null,"createdZone":{"id":2},"selectedSetupBranch":"NON_THERMOSTATIC"}}] 2021-04-09 16:38:31.169 - debug: tado.0 (5914) States_data Result : {"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.169 - debug: tado.0 (5914) JSON data written for Stage_14_StatesData with values : {"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.169 - debug: tado.0 (5914) HomeId 43494 name : Stage_14_StatesDataStage_14_StatesData value {"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.172 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_14_StatesData with value : {"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.173 - debug: tado.0 (5914) Create_state called for : Stage_14_StatesData with value : {"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.173 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.174 - debug: tado.0 (5914) No type defined for name : Stage_14_StatesData|value : |{"presence":"HOME","presenceLocked":true} 2021-04-09 16:38:31.257 - debug: tado.0 (5914) MobileDevices_data Result : [{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.258 - debug: tado.0 (5914) JSON data written for Stage_06_MobileDevicesData with values : [{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.258 - debug: tado.0 (5914) HomeId 43494 name : Stage_06_MobileDevicesDataStage_06_MobileDevicesData value [{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.259 - debug: tado.0 (5914) Mobiel Device0 with value : {"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}} 2021-04-09 16:38:31.263 - debug: tado.0 (5914) Create_state called for : 43494._info.JSON_response.Stage_06_MobileDevicesData with value : [{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.263 - debug: tado.0 (5914) Create_state called for : Stage_06_MobileDevicesData with value : [{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.263 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.264 - debug: tado.0 (5914) No type defined for name : Stage_06_MobileDevicesData|value : |[{"name":"Ipad","id":1118674,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"}},{"name":"Rene","id":2056549,"settings":{"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}},"deviceMetadata":{"platform":"iOS","osVersion":"14.4.2","model":"iPhone13,4","locale":"nl"}}] 2021-04-09 16:38:31.265 - debug: tado.0 (5914) Mobiel Devicename with value : "Ipad" 2021-04-09 16:38:31.265 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.name with value : Ipad 2021-04-09 16:38:31.266 - debug: tado.0 (5914) Create_state called for : name with value : Ipad 2021-04-09 16:38:31.267 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.267 - debug: tado.0 (5914) No type defined for name : name|value : |Ipad 2021-04-09 16:38:31.267 - debug: tado.0 (5914) Mobiel Deviceid with value : 1118674 2021-04-09 16:38:31.267 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.id with value : 1118674 2021-04-09 16:38:31.267 - debug: tado.0 (5914) Create_state called for : id with value : 1118674 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Mobiel Devicesettings with value : {"geoTrackingEnabled":false,"pushNotifications":{"lowBatteryReminder":true,"awayModeReminder":true,"homeModeReminder":true,"openWindowReminder":true,"energySavingsReportReminder":true,"incidentDetection":true}} 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.geoTrackingEnabled with value : false 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Create_state called for : geoTrackingEnabled with value : false 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Mobiel DevicedeviceMetadata with value : {"platform":"iOS","osVersion":"12.5.2","model":"iPad4,1","locale":"nl"} 2021-04-09 16:38:31.268 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.locale with value : nl 2021-04-09 16:38:31.269 - debug: tado.0 (5914) Create_state called for : locale with value : nl 2021-04-09 16:38:31.269 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.269 - debug: tado.0 (5914) No type defined for name : locale|value : |nl 2021-04-09 16:38:31.269 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.model with value : iPad4,1 2021-04-09 16:38:31.269 - debug: tado.0 (5914) Create_state called for : model with value : iPad4,1 2021-04-09 16:38:31.270 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.270 - debug: tado.0 (5914) No type defined for name : model|value : |iPad4,1 2021-04-09 16:38:31.270 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.osVersion with value : 12.5.2 2021-04-09 16:38:31.270 - debug: tado.0 (5914) Create_state called for : osVersion with value : 12.5.2 2021-04-09 16:38:31.270 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.271 - debug: tado.0 (5914) No type defined for name : osVersion|value : |12.5.2 2021-04-09 16:38:31.271 - debug: tado.0 (5914) Create_state called for : 43494.Mobile_Devices.1118674.platform with value : iOS 2021-04-09 16:38:31.271 - debug: tado.0 (5914) Create_state called for : platform with value : iOS 2021-04-09 16:38:31.271 - debug: tado.0 (5914) Write value : false 2021-04-09 16:38:31.271 - debug: tado.0 (5914) No type defined for name : platform|value : |iOS

HGlab01 commented 3 years ago

Good morning, I do not find any error in your log and I also did not find "GETS INTERESSTING!!!" which should be there, if you change a value.

Ok, so how to proceed... Please follow these steps

  1. Start adapter in debug mode 2 if start up is done delete the log
  2. change the value of the room which does not work to any other value
  3. Goto tab "log", press "download log" button and select todays date.
  4. Verify if there is an error in the log and that you can find somewhere "GETS INTERESSTING!!!" in the log.
  5. copy to this issue :-)

I hope with this approach we come closer to your issue. The interesting thing is, that nobody else has issues with the version so it will be something with the exotic things like hotwater or cooling.

rvdgaag commented 3 years ago

Thanks, I wiped completely my ssd drive, installed a minimum Ubunto distribution on my NUC and a clean install of ioBroker (all release versions no beta adapters). Now the Tado adapter works as it should, even the Airconditioning control works fine for the last24 hours.

So it look it was up to my side, I will keep you up to date but for now thanks for the effort and the nice works !

Let's close the issue

DutchmanNL commented 3 years ago

great! I will close for now but feel free to reopen when needed