Apollon77 / ioBroker.daikin

Control Daikin Air Conditioner devices
MIT License
14 stars 10 forks source link

Wifi data updating error when repeater (mesh) is used #170

Closed huk13 closed 1 year ago

huk13 commented 1 year ago

Describe the bug
Adapter version 1.42 works if Daikin unit is connected directly to router (Fritzbox 7490), but if Wiifi connection switches to repeater (AVM 1200 running in mesh) I get the following errors: 2023-07-11 13:42:01.895 - error: daikin.0 (1213258) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-11 13:42:47.159 - error: daikin.1 (1210524) Error updating data: Error occured: Error while communicating with Daikin device: Timeout  The adapter turns yellow. After a restart the adapter turns green and stays connected for a while.

To Reproduce
Steps to reproduce the behavior: Connect Daikin unit directly to router (it works) or let it connect to the repeater in mesh configuration (it does not work)

Versions:
I realized this behaviour at the end of the hot season (August) of last year (2022). I am not sure whether an older version (1.4) was then installed

Additional context
Seems to be a timing (set too short) problem assuming that mesh operation takes longer than direct connection to router. What can or should I change? I do not know how to force Daikin unit not to use repeater connection. I need repeater for other gadgets.

Apollon77 commented 1 year ago

The timeout is set to 5s ... no "mesh connection" will take that long. I really think that the devices have rechability issues when switching to your repeater. Nothing the adapter can handle, sorry.

huk13 commented 1 year ago

Hi, Thanks for the fast reply. The Daikin devices select the repeater by themselves presumably because the connection is better than directly to the router. I will check this by changing the position of the repeater closer to the Daikins. Regards, HUK

From: Ingo Fischer @. Sent: Wednesday, 12 July 2023 08:58 To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

The timeout is set to 5s ... no "mesh connection" will take that long. I really think that the devices have rechability issues when switching to your repeater. Nothing the adapter can handle, sorry.

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#issuecomment-1631954953, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74RBCGRA4R2B55XZMP3XPZDHFANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.**@.>>

huk13 commented 1 year ago

Hi again,

In the meanwhile I bought an AVM 1200 AX repeater and placed it directly (1.5 m) under the Daikin. Every 10 min I get the following error Error updating data: Error occured: Error while communicating with Daikin device: Timeout And the indicator of the adapter turns from green to yellow. With the app (Android) the Daikin can still be controlled. A laptop connected to the same repeater at similar 1 m distance reaches a throughput of more than 90 Mbit/s.

The direct connection to the router is much more stable. I can, however, the Daikin not prevent to connect to the Mesh repeater.

Thanks for any advice.

HUK From: Ingo Fischer @. Sent: Wednesday, 12 July 2023 08:58 To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

Closed #170https://github.com/Apollon77/ioBroker.daikin/issues/170 as completed.

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#event-9795237786, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74TSVARAGJKF4574EH3XPZDHHANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.**@.>>

Apollon77 commented 1 year ago

Honestly ... no idea ... mybe try to reset and re-setup the Wifi adapter on daikin, maybe it someow used BSSID and so pinned itself to "bad" router?

huk13 commented 1 year ago

Hi, Here some more info. It seems that info.connection alternates between true and false whenever an update is made. When the error msg. shows up the connection is set to false (default every 2x300 s). It turns out that the connection is not really lost because cmds (such as a change of fan rate) are transferred and realized and the connection is set to true by the cmd. Hence the error msg is a blemish that produces a lot of unnecessary output. It seems that the erroneous error msg is not caused by a bad Wifi connection. Regards, HUK

From: Ingo Fischer @. Sent: Tuesday, 25 July 2023 23:21 To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

Honestly ... no idea ... mybe try to reset and re-setup the Wifi adapter on daikin, maybe it someow used BSSID and so pinned itself to "bad" router?

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#issuecomment-1650576329, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74XJHVUQRJBH5WGQ5M3XSA2CHANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.**@.>>

Apollon77 commented 1 year ago

In fact the adapter can only "poll" data in the defined interval. So if one query returns an error the connection goes to false and if next polling is ok again goes to true.

huk13 commented 1 year ago

Hi, I guess the actual state (at the time of polling) is polled. So why does the result flip flop over long time intervals? A bad connection should be random. The adapter says error for a poll but still transmits cmds. Regards, HUK

From: Ingo Fischer @. Sent: Wednesday, 26 July 2023 10:13 To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

In fact the adapter can only "poll" data in the defined interval. So if one query returns an error the connection goes to false and if next polling is ok again goes to true.

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#issuecomment-1651197833, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74QANGCIHQBXME54WD3XSDGR5ANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.**@.>>

Apollon77 commented 1 year ago

Please post a a debug log of such a situation

huk13 commented 1 year ago

Here is a recent part of the log, My units are Daikin0 working with a poll time of 180 s, Daikin1 with default 300 s `

-- 2023-07-26 13:46:11.590 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 13:52:16.938 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 13:52:56.922 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 13:58:22.583 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:03:02.562 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:07:28.081 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:13:07.804 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:16:33.557 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:23:14.764 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:25:39.034 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:31:44.298 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:33:20.144 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:37:49.542 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:38:25.147 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:46:55.020 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:48:30.488 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:56:00.968 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 14:58:36.764 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:02:06.265 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:08:11.507 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:08:42.409 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:17:17.079 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:18:47.648 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:26:22.541 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:28:52.904 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:35:28.111 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:41:33.748 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:43:58.785 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:47:39.006 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:54:04.020 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 15:59:44.723 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 16:04:09.314 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 16:05:51.057 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 16:11:56.309 - error: daikin.0 (1506580) Error updating data: Error occured: Error while communicating with Daikin device: Timeout

`

info.connect alternates between true and false. cmds are transmitted all the time. Regards, HUK

huk13 commented 1 year ago

Now I switched on debugging for Daikin0: `

2023-07-26 17:01:25.137 - info: host.raspibull stopInstance system.adapter.daikin.0 (force=false, process=true)

2023-07-26 17:01:25.144 - info: host.raspibull stopInstance system.adapter.daikin.0 send kill signal 2023-07-26 17:01:26.513 - info: host.raspibull instance system.adapter.daikin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2023-07-26 17:01:28.444 - info: host.raspibull instance system.adapter.daikin.0 started with pid 1514960 2023-07-26 17:01:31.276 - debug: daikin.0 (1514960) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-07-26 17:01:31.345 - debug: daikin.0 (1514960) Objects client ready ... initialize now 2023-07-26 17:01:31.351 - debug: daikin.0 (1514960) Objects create System PubSub Client 2023-07-26 17:01:31.353 - debug: daikin.0 (1514960) Objects create User PubSub Client 2023-07-26 17:01:31.451 - debug: daikin.0 (1514960) Objects client initialize lua scripts 2023-07-26 17:01:31.468 - debug: daikin.0 (1514960) Objects connected to redis: 127.0.0.1:9001 2023-07-26 17:01:31.526 - debug: daikin.0 (1514960) Redis States: Use Redis connection: 127.0.0.1:6379 2023-07-26 17:01:31.537 - debug: daikin.0 (1514960) States create System PubSub Client 2023-07-26 17:01:31.538 - debug: daikin.0 (1514960) States create User PubSub Client 2023-07-26 17:01:31.552 - debug: daikin.0 (1514960) States connected to redis: 127.0.0.1:6379 2023-07-26 17:01:31.609 - debug: daikin.0 (1514960) Plugin sentry Initialize Plugin (enabled=true) 2023-07-26 17:01:32.247 - info: daikin.0 (1514960) starting. Version 1.4.2 in /opt/iobroker/node_modules/iobroker.daikin, node: v18.16.0, js-controller: 4.0.24 2023-07-26 17:01:32.449 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/common/basic_info with {} 2023-07-26 17:01:32.508 - debug: daikin.0 (1514960) connected set to false 2023-07-26 17:01:32.679 - debug: daikin.0 (1514960) {"type":"aircon","region":"eu","dst":true,"adapterVersion":"1_2_54","power":false,"location":0,"name":"Schlafzimmer","icon":5,"method":"home only","port":30050,"id":"","password":"","lpwFlag":0,"pv":3,"cpv":3,"cpvMinor":20,"led":true,"enSetzone":1,"macAddress":"7066550DB34C","adapterMode":"run","error":0,"enHol":0,"enGroup":0,"groupName":"","adapterKind":3} 2023-07-26 17:01:32.681 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_model_info with {} 2023-07-26 17:01:32.802 - debug: daikin.0 (1514960) {"model":"10F5","type":"N","pv":3,"cpv":3,"mid":"NA","sFanDirection":3,"enScdltmr":1} 2023-07-26 17:01:32.803 - info: daikin.0 (1514960) Daikin Device initialized successfully 2023-07-26 17:01:32.804 - info: daikin.0 (1514960) Set polling Intervall to 180s 2023-07-26 17:01:32.805 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:01:32.821 - debug: daikin.0 (1514960) connected set to true 2023-07-26 17:01:32.927 - debug: daikin.0 (1514960) {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":5,"fanDirection":0,"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":5,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":5,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":5,"fanDirectionB":0,"error":255} 2023-07-26 17:01:32.929 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_sensor_info with {} 2023-07-26 17:01:33.045 - debug: daikin.0 (1514960) {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":21,"error":0,"cmpfreq":0} 2023-07-26 17:01:33.046 - debug: daikin.0 (1514960) start update timeout 2023-07-26 17:01:33.048 - debug: daikin.0 (1514960) HandleDaikinUpdate for deviceInfo with {"type":"aircon","region":"eu","dst":true,"adapterVersion":"1_2_54","location":0,"name":"Schlafzimmer","icon":5,"method":"home only","port":30050,"id":"","password":"","lpwFlag":0,"pv":3,"cpv":3,"cpvMinor":20,"led":true,"enSetzone":1,"macAddress":"7066550DB34C","adapterMode":"run","error":0,"enHol":0,"enGroup":0,"groupName":"","adapterKind":3} 2023-07-26 17:01:33.049 - debug: daikin.0 (1514960) Create Channel deviceInfo 2023-07-26 17:01:33.049 - debug: daikin.0 (1514960) HandleDaikinUpdate for modelInfo with {"model":"10F5","type":"N","pv":3,"cpv":3,"mid":"NA","sFanDirection":3,"enScdltmr":1} 2023-07-26 17:01:33.050 - debug: daikin.0 (1514960) Create Channel modelInfo 2023-07-26 17:01:33.050 - debug: daikin.0 (1514960) HandleDaikinUpdate for control with {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":5,"fanDirection":0,"specialPowerful":false,"specialEcono":false,"specialStreamer":false} 2023-07-26 17:01:33.051 - debug: daikin.0 (1514960) Create Channel control 2023-07-26 17:01:33.051 - debug: daikin.0 (1514960) HandleDaikinUpdate for controlInfo with {"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":5,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":5,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":5,"fanDirectionB":0,"error":255} 2023-07-26 17:01:33.051 - debug: daikin.0 (1514960) Create Channel controlInfo 2023-07-26 17:01:33.052 - debug: daikin.0 (1514960) HandleDaikinUpdate for sensorInfo with {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":21,"error":0,"cmpfreq":0} 2023-07-26 17:01:33.052 - debug: daikin.0 (1514960) Create Channel sensorInfo 2023-07-26 17:01:33.095 - debug: daikin.0 (1514960) Create State deviceInfo.type 2023-07-26 17:01:33.098 - debug: daikin.0 (1514960) Create State modelInfo.model 2023-07-26 17:01:33.099 - debug: daikin.0 (1514960) Create State control.power 2023-07-26 17:01:33.100 - debug: daikin.0 (1514960) Create State controlInfo.specialMode 2023-07-26 17:01:33.100 - debug: daikin.0 (1514960) Create State sensorInfo.indoorTemperature 2023-07-26 17:01:33.133 - debug: daikin.0 (1514960) Old value deviceInfo.type: old=undefined, new=aircon 2023-07-26 17:01:33.134 - debug: daikin.0 (1514960) Set State deviceInfo.type: aircon 2023-07-26 17:01:33.135 - debug: daikin.0 (1514960) Old value modelInfo.model: old=undefined, new=10F5 2023-07-26 17:01:33.136 - debug: daikin.0 (1514960) Set State modelInfo.model: 10F5 2023-07-26 17:01:33.152 - debug: daikin.0 (1514960) Old value control.power: old=undefined, new=false 2023-07-26 17:01:33.152 - debug: daikin.0 (1514960) Set State control.power: false 2023-07-26 17:01:33.153 - debug: daikin.0 (1514960) Old value controlInfo.specialMode: old=undefined, new= 2023-07-26 17:01:33.154 - debug: daikin.0 (1514960) Set State controlInfo.specialMode: 2023-07-26 17:01:33.164 - debug: daikin.0 (1514960) Create State deviceInfo.region 2023-07-26 17:01:33.167 - debug: daikin.0 (1514960) Old value sensorInfo.indoorTemperature: old=undefined, new=20 2023-07-26 17:01:33.168 - debug: daikin.0 (1514960) Set State sensorInfo.indoorTemperature: 20 2023-07-26 17:01:33.169 - debug: daikin.0 (1514960) Create State modelInfo.type 2023-07-26 17:01:33.177 - debug: daikin.0 (1514960) Create State control.mode 2023-07-26 17:01:33.187 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode1 2023-07-26 17:01:33.191 - debug: daikin.0 (1514960) Create State sensorInfo.indoorHumidity 2023-07-26 17:01:33.209 - debug: daikin.0 (1514960) Old value deviceInfo.region: old=undefined, new=eu 2023-07-26 17:01:33.211 - debug: daikin.0 (1514960) Set State deviceInfo.region: eu 2023-07-26 17:01:33.215 - debug: daikin.0 (1514960) Old value modelInfo.type: old=undefined, new=N 2023-07-26 17:01:33.215 - debug: daikin.0 (1514960) Set State modelInfo.type: N 2023-07-26 17:01:33.216 - debug: daikin.0 (1514960) Old value control.mode: old=undefined, new=0 2023-07-26 17:01:33.217 - debug: daikin.0 (1514960) Set State control.mode: 0 2023-07-26 17:01:33.224 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode1: old=undefined, new=29 2023-07-26 17:01:33.225 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode1: 29 2023-07-26 17:01:33.226 - debug: daikin.0 (1514960) Old value sensorInfo.indoorHumidity: old=undefined, new=null 2023-07-26 17:01:33.227 - debug: daikin.0 (1514960) Set State sensorInfo.indoorHumidity: null 2023-07-26 17:01:33.233 - debug: daikin.0 (1514960) Create State deviceInfo.dst 2023-07-26 17:01:33.234 - debug: daikin.0 (1514960) Create State modelInfo.pv 2023-07-26 17:01:33.242 - debug: daikin.0 (1514960) Create State control.targetTemperature 2023-07-26 17:01:33.246 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode2 2023-07-26 17:01:33.248 - debug: daikin.0 (1514960) Create State sensorInfo.outdoorTemperature 2023-07-26 17:01:33.264 - debug: daikin.0 (1514960) Old value deviceInfo.dst: old=undefined, new=true 2023-07-26 17:01:33.265 - debug: daikin.0 (1514960) Set State deviceInfo.dst: true 2023-07-26 17:01:33.279 - debug: daikin.0 (1514960) Old value modelInfo.pv: old=undefined, new=3 2023-07-26 17:01:33.279 - debug: daikin.0 (1514960) Set State modelInfo.pv: 3 2023-07-26 17:01:33.287 - debug: daikin.0 (1514960) Old value control.targetTemperature: old=undefined, new=29 2023-07-26 17:01:33.288 - debug: daikin.0 (1514960) Set State control.targetTemperature: 29 2023-07-26 17:01:33.292 - debug: daikin.0 (1514960) Create State deviceInfo.adapterVersion 2023-07-26 17:01:33.300 - debug: daikin.0 (1514960) Field type mismatch for targetTemperatureMode2: val=M vs. number - set null 2023-07-26 17:01:33.300 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode2: old=undefined, new=null 2023-07-26 17:01:33.301 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode2: null 2023-07-26 17:01:33.327 - debug: daikin.0 (1514960) Create State modelInfo.cpv 2023-07-26 17:01:33.332 - debug: daikin.0 (1514960) Old value sensorInfo.outdoorTemperature: old=undefined, new=21 2023-07-26 17:01:33.332 - debug: daikin.0 (1514960) Set State sensorInfo.outdoorTemperature: 21 2023-07-26 17:01:33.346 - debug: daikin.0 (1514960) Create State control.targetHumidity 2023-07-26 17:01:33.352 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode3 2023-07-26 17:01:33.361 - debug: daikin.0 (1514960) Old value deviceInfo.adapterVersion: old=undefined, new=1_2_54 2023-07-26 17:01:33.363 - debug: daikin.0 (1514960) Set State deviceInfo.adapterVersion: 1_2_54 2023-07-26 17:01:33.367 - debug: daikin.0 (1514960) Create State sensorInfo.error 2023-07-26 17:01:33.375 - debug: daikin.0 (1514960) Old value modelInfo.cpv: old=undefined, new=3 2023-07-26 17:01:33.375 - debug: daikin.0 (1514960) Set State modelInfo.cpv: 3 2023-07-26 17:01:33.391 - debug: daikin.0 (1514960) Create State deviceInfo.location 2023-07-26 17:01:33.397 - debug: daikin.0 (1514960) Old value control.targetHumidity: old=undefined, new=0 2023-07-26 17:01:33.398 - debug: daikin.0 (1514960) Set State control.targetHumidity: 0 2023-07-26 17:01:33.403 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode3: old=undefined, new=25 2023-07-26 17:01:33.404 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode3: 25 2023-07-26 17:01:33.405 - debug: daikin.0 (1514960) Create State modelInfo.mid 2023-07-26 17:01:33.410 - debug: daikin.0 (1514960) Old value sensorInfo.error: old=undefined, new=0 2023-07-26 17:01:33.411 - debug: daikin.0 (1514960) Set State sensorInfo.error: 0 2023-07-26 17:01:33.422 - debug: daikin.0 (1514960) Create State control.fanRate 2023-07-26 17:01:33.423 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode4 2023-07-26 17:01:33.434 - debug: daikin.0 (1514960) Old value deviceInfo.location: old=undefined, new=0 2023-07-26 17:01:33.436 - debug: daikin.0 (1514960) Set State deviceInfo.location: 0 2023-07-26 17:01:33.437 - debug: daikin.0 (1514960) Create State sensorInfo.cmpfreq 2023-07-26 17:01:33.451 - debug: daikin.0 (1514960) Old value modelInfo.mid: old=undefined, new=NA 2023-07-26 17:01:33.452 - debug: daikin.0 (1514960) Set State modelInfo.mid: NA 2023-07-26 17:01:33.463 - debug: daikin.0 (1514960) Create State deviceInfo.name 2023-07-26 17:01:33.466 - debug: daikin.0 (1514960) Old value control.fanRate: old=undefined, new=5 2023-07-26 17:01:33.467 - debug: daikin.0 (1514960) Set State control.fanRate: 5 2023-07-26 17:01:33.494 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode4: old=undefined, new=25 2023-07-26 17:01:33.496 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode4: 25 2023-07-26 17:01:33.498 - debug: daikin.0 (1514960) Old value sensorInfo.cmpfreq: old=undefined, new=0 2023-07-26 17:01:33.499 - debug: daikin.0 (1514960) Set State sensorInfo.cmpfreq: 0 2023-07-26 17:01:33.505 - debug: daikin.0 (1514960) Create State modelInfo.sFanDirection 2023-07-26 17:01:33.524 - debug: daikin.0 (1514960) Create State control.fanDirection 2023-07-26 17:01:33.526 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode5 2023-07-26 17:01:33.532 - debug: daikin.0 (1514960) Old value deviceInfo.name: old=undefined, new=Schlafzimmer 2023-07-26 17:01:33.533 - debug: daikin.0 (1514960) Set State deviceInfo.name: Schlafzimmer 2023-07-26 17:01:33.541 - debug: daikin.0 (1514960) Create State deviceInfo.icon 2023-07-26 17:01:33.546 - debug: daikin.0 (1514960) Old value modelInfo.sFanDirection: old=undefined, new=3 2023-07-26 17:01:33.547 - debug: daikin.0 (1514960) Set State modelInfo.sFanDirection: 3 2023-07-26 17:01:33.560 - debug: daikin.0 (1514960) Old value control.fanDirection: old=undefined, new=0 2023-07-26 17:01:33.561 - debug: daikin.0 (1514960) Set State control.fanDirection: 0 2023-07-26 17:01:33.566 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode5: old=undefined, new=25 2023-07-26 17:01:33.567 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode5: 25 2023-07-26 17:01:33.570 - debug: daikin.0 (1514960) Create State modelInfo.enScdltmr 2023-07-26 17:01:33.574 - debug: daikin.0 (1514960) Old value deviceInfo.icon: old=undefined, new=5 2023-07-26 17:01:33.575 - debug: daikin.0 (1514960) Set State deviceInfo.icon: 5 2023-07-26 17:01:33.584 - debug: daikin.0 (1514960) Create State control.specialPowerful 2023-07-26 17:01:33.585 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureMode7 2023-07-26 17:01:33.596 - debug: daikin.0 (1514960) Create State deviceInfo.method 2023-07-26 17:01:33.602 - debug: daikin.0 (1514960) Old value modelInfo.enScdltmr: old=undefined, new=1 2023-07-26 17:01:33.602 - debug: daikin.0 (1514960) Set State modelInfo.enScdltmr: 1 2023-07-26 17:01:33.614 - debug: daikin.0 (1514960) Old value control.specialPowerful: old=undefined, new=false 2023-07-26 17:01:33.615 - debug: daikin.0 (1514960) Set State control.specialPowerful: false 2023-07-26 17:01:33.617 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode7: old=undefined, new=29 2023-07-26 17:01:33.618 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureMode7: 29 2023-07-26 17:01:33.631 - debug: daikin.0 (1514960) Create State control.specialEcono 2023-07-26 17:01:33.636 - debug: daikin.0 (1514960) Old value deviceInfo.method: old=undefined, new=home only 2023-07-26 17:01:33.637 - debug: daikin.0 (1514960) Set State deviceInfo.method: home only 2023-07-26 17:01:33.641 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode1 2023-07-26 17:01:33.647 - debug: daikin.0 (1514960) Create State deviceInfo.port 2023-07-26 17:01:33.654 - debug: daikin.0 (1514960) Old value control.specialEcono: old=undefined, new=false 2023-07-26 17:01:33.655 - debug: daikin.0 (1514960) Set State control.specialEcono: false 2023-07-26 17:01:33.663 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode1: old=undefined, new=0 2023-07-26 17:01:33.664 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode1: 0 2023-07-26 17:01:33.671 - debug: daikin.0 (1514960) Create State control.specialStreamer 2023-07-26 17:01:33.676 - debug: daikin.0 (1514960) Old value deviceInfo.port: old=undefined, new=30050 2023-07-26 17:01:33.677 - debug: daikin.0 (1514960) Set State deviceInfo.port: 30050 2023-07-26 17:01:33.680 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode2 2023-07-26 17:01:33.688 - debug: daikin.0 (1514960) Create State deviceInfo.id 2023-07-26 17:01:33.698 - debug: daikin.0 (1514960) Old value control.specialStreamer: old=undefined, new=false 2023-07-26 17:01:33.700 - debug: daikin.0 (1514960) Set State control.specialStreamer: false 2023-07-26 17:01:33.703 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode2: old=undefined, new=50 2023-07-26 17:01:33.704 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode2: 50 2023-07-26 17:01:33.716 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode3 2023-07-26 17:01:33.718 - debug: daikin.0 (1514960) Old value deviceInfo.id: old=undefined, new= 2023-07-26 17:01:33.719 - debug: daikin.0 (1514960) Set State deviceInfo.id: 2023-07-26 17:01:33.724 - debug: daikin.0 (1514960) Create State deviceInfo.password 2023-07-26 17:01:33.732 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode3: old=undefined, new=0 2023-07-26 17:01:33.733 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode3: 0 2023-07-26 17:01:33.742 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode4 2023-07-26 17:01:33.744 - debug: daikin.0 (1514960) Old value deviceInfo.password: old=undefined, new= 2023-07-26 17:01:33.745 - debug: daikin.0 (1514960) Set State deviceInfo.password: 2023-07-26 17:01:33.751 - debug: daikin.0 (1514960) Create State deviceInfo.lpwFlag 2023-07-26 17:01:33.759 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode4: old=undefined, new=0 2023-07-26 17:01:33.760 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode4: 0 2023-07-26 17:01:33.774 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode5 2023-07-26 17:01:33.776 - debug: daikin.0 (1514960) Old value deviceInfo.lpwFlag: old=undefined, new=0 2023-07-26 17:01:33.777 - debug: daikin.0 (1514960) Set State deviceInfo.lpwFlag: 0 2023-07-26 17:01:33.783 - debug: daikin.0 (1514960) Create State deviceInfo.pv 2023-07-26 17:01:33.791 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode5: old=undefined, new=0 2023-07-26 17:01:33.791 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode5: 0 2023-07-26 17:01:33.801 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityMode7 2023-07-26 17:01:33.803 - debug: daikin.0 (1514960) Old value deviceInfo.pv: old=undefined, new=3 2023-07-26 17:01:33.804 - debug: daikin.0 (1514960) Set State deviceInfo.pv: 3 2023-07-26 17:01:33.811 - debug: daikin.0 (1514960) Create State deviceInfo.cpv 2023-07-26 17:01:33.821 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode7: old=undefined, new=0 2023-07-26 17:01:33.821 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityMode7: 0 2023-07-26 17:01:33.846 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityModeH 2023-07-26 17:01:33.848 - debug: daikin.0 (1514960) Old value deviceInfo.cpv: old=undefined, new=3 2023-07-26 17:01:33.849 - debug: daikin.0 (1514960) Set State deviceInfo.cpv: 3 2023-07-26 17:01:33.857 - debug: daikin.0 (1514960) Create State deviceInfo.cpvMinor 2023-07-26 17:01:33.869 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityModeH: old=undefined, new=50 2023-07-26 17:01:33.869 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityModeH: 50 2023-07-26 17:01:33.883 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode1 2023-07-26 17:01:33.884 - debug: daikin.0 (1514960) Old value deviceInfo.cpvMinor: old=undefined, new=20 2023-07-26 17:01:33.885 - debug: daikin.0 (1514960) Set State deviceInfo.cpvMinor: 20 2023-07-26 17:01:33.890 - debug: daikin.0 (1514960) Create State deviceInfo.led 2023-07-26 17:01:33.899 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode1: old=undefined, new=5 2023-07-26 17:01:33.900 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode1: 5 2023-07-26 17:01:33.919 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode2 2023-07-26 17:01:33.921 - debug: daikin.0 (1514960) Old value deviceInfo.led: old=undefined, new=true 2023-07-26 17:01:33.922 - debug: daikin.0 (1514960) Set State deviceInfo.led: true 2023-07-26 17:01:33.927 - debug: daikin.0 (1514960) Create State deviceInfo.enSetzone 2023-07-26 17:01:33.936 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode2: old=undefined, new=5 2023-07-26 17:01:33.937 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode2: 5 2023-07-26 17:01:33.946 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode3 2023-07-26 17:01:33.948 - debug: daikin.0 (1514960) Old value deviceInfo.enSetzone: old=undefined, new=1 2023-07-26 17:01:33.949 - debug: daikin.0 (1514960) Set State deviceInfo.enSetzone: 1 2023-07-26 17:01:33.955 - debug: daikin.0 (1514960) Create State deviceInfo.macAddress 2023-07-26 17:01:33.965 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode3: old=undefined, new=5 2023-07-26 17:01:33.965 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode3: 5 2023-07-26 17:01:33.975 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode4 2023-07-26 17:01:33.977 - debug: daikin.0 (1514960) Old value deviceInfo.macAddress: old=undefined, new=7066550DB34C 2023-07-26 17:01:33.978 - debug: daikin.0 (1514960) Set State deviceInfo.macAddress: 7066550DB34C 2023-07-26 17:01:33.985 - debug: daikin.0 (1514960) Create State deviceInfo.adapterMode 2023-07-26 17:01:34.003 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode4: old=undefined, new=5 2023-07-26 17:01:34.004 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode4: 5 2023-07-26 17:01:34.028 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode5 2023-07-26 17:01:34.030 - debug: daikin.0 (1514960) Old value deviceInfo.adapterMode: old=undefined, new=run 2023-07-26 17:01:34.031 - debug: daikin.0 (1514960) Set State deviceInfo.adapterMode: run 2023-07-26 17:01:34.039 - debug: daikin.0 (1514960) Create State deviceInfo.error 2023-07-26 17:01:34.050 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode5: old=undefined, new=5 2023-07-26 17:01:34.051 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode5: 5 2023-07-26 17:01:34.065 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode6 2023-07-26 17:01:34.068 - debug: daikin.0 (1514960) Old value deviceInfo.error: old=undefined, new=0 2023-07-26 17:01:34.069 - debug: daikin.0 (1514960) Set State deviceInfo.error: 0 2023-07-26 17:01:34.080 - debug: daikin.0 (1514960) Create State deviceInfo.enHol 2023-07-26 17:01:34.090 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode6: old=undefined, new=5 2023-07-26 17:01:34.090 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode6: 5 2023-07-26 17:01:34.099 - debug: daikin.0 (1514960) Create State controlInfo.fanRateMode7 2023-07-26 17:01:34.101 - debug: daikin.0 (1514960) Old value deviceInfo.enHol: old=undefined, new=0 2023-07-26 17:01:34.102 - debug: daikin.0 (1514960) Set State deviceInfo.enHol: 0 2023-07-26 17:01:34.107 - debug: daikin.0 (1514960) Create State deviceInfo.enGroup 2023-07-26 17:01:34.115 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode7: old=undefined, new=5 2023-07-26 17:01:34.116 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode7: 5 2023-07-26 17:01:34.125 - debug: daikin.0 (1514960) Create State controlInfo.fanRateModeH 2023-07-26 17:01:34.127 - debug: daikin.0 (1514960) Old value deviceInfo.enGroup: old=undefined, new=0 2023-07-26 17:01:34.128 - debug: daikin.0 (1514960) Set State deviceInfo.enGroup: 0 2023-07-26 17:01:34.133 - debug: daikin.0 (1514960) Create State deviceInfo.groupName 2023-07-26 17:01:34.141 - debug: daikin.0 (1514960) Old value controlInfo.fanRateModeH: old=undefined, new=5 2023-07-26 17:01:34.142 - debug: daikin.0 (1514960) Set State controlInfo.fanRateModeH: 5 2023-07-26 17:01:34.151 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode1 2023-07-26 17:01:34.153 - debug: daikin.0 (1514960) Old value deviceInfo.groupName: old=undefined, new= 2023-07-26 17:01:34.154 - debug: daikin.0 (1514960) Set State deviceInfo.groupName: 2023-07-26 17:01:34.160 - debug: daikin.0 (1514960) Create State deviceInfo.adapterKind 2023-07-26 17:01:34.169 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode1: old=undefined, new=0 2023-07-26 17:01:34.170 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode1: 0 2023-07-26 17:01:34.179 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode2 2023-07-26 17:01:34.181 - debug: daikin.0 (1514960) Old value deviceInfo.adapterKind: old=undefined, new=3 2023-07-26 17:01:34.182 - debug: daikin.0 (1514960) Set State deviceInfo.adapterKind: 3 2023-07-26 17:01:34.234 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode2: old=undefined, new=0 2023-07-26 17:01:34.235 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode2: 0 2023-07-26 17:01:34.241 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode3 2023-07-26 17:01:34.254 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode3: old=undefined, new=0 2023-07-26 17:01:34.255 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode3: 0 2023-07-26 17:01:34.263 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode4 2023-07-26 17:01:34.274 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode4: old=undefined, new=0 2023-07-26 17:01:34.274 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode4: 0 2023-07-26 17:01:34.280 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode5 2023-07-26 17:01:34.286 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode5: old=undefined, new=0 2023-07-26 17:01:34.287 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode5: 0 2023-07-26 17:01:34.294 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode6 2023-07-26 17:01:34.304 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode6: old=undefined, new=0 2023-07-26 17:01:34.304 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode6: 0 2023-07-26 17:01:34.310 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionMode7 2023-07-26 17:01:34.317 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode7: old=undefined, new=0 2023-07-26 17:01:34.318 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionMode7: 0 2023-07-26 17:01:34.323 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionModeH 2023-07-26 17:01:34.329 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionModeH: old=undefined, new=0 2023-07-26 17:01:34.329 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionModeH: 0 2023-07-26 17:01:34.334 - debug: daikin.0 (1514960) Create State controlInfo.modeB 2023-07-26 17:01:34.343 - debug: daikin.0 (1514960) Old value controlInfo.modeB: old=undefined, new=0 2023-07-26 17:01:34.344 - debug: daikin.0 (1514960) Set State controlInfo.modeB: 0 2023-07-26 17:01:34.351 - debug: daikin.0 (1514960) Create State controlInfo.targetTemperatureB 2023-07-26 17:01:34.361 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureB: old=undefined, new=29 2023-07-26 17:01:34.362 - debug: daikin.0 (1514960) Set State controlInfo.targetTemperatureB: 29 2023-07-26 17:01:34.366 - debug: daikin.0 (1514960) Create State controlInfo.targetHumidityB 2023-07-26 17:01:34.372 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityB: old=undefined, new=0 2023-07-26 17:01:34.372 - debug: daikin.0 (1514960) Set State controlInfo.targetHumidityB: 0 2023-07-26 17:01:34.376 - debug: daikin.0 (1514960) Create State controlInfo.fanRateB 2023-07-26 17:01:34.390 - debug: daikin.0 (1514960) Old value controlInfo.fanRateB: old=undefined, new=5 2023-07-26 17:01:34.390 - debug: daikin.0 (1514960) Set State controlInfo.fanRateB: 5 2023-07-26 17:01:34.400 - debug: daikin.0 (1514960) Create State controlInfo.fanDirectionB 2023-07-26 17:01:34.410 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionB: old=undefined, new=0 2023-07-26 17:01:34.411 - debug: daikin.0 (1514960) Set State controlInfo.fanDirectionB: 0 2023-07-26 17:01:34.417 - debug: daikin.0 (1514960) Create State controlInfo.error 2023-07-26 17:01:34.426 - debug: daikin.0 (1514960) Old value controlInfo.error: old=undefined, new=255 2023-07-26 17:01:34.427 - debug: daikin.0 (1514960) Set State controlInfo.error: 255 2023-07-26 17:02:40.258 - info: host.raspibull Updating repository "stable" under "http://download.iobroker.net/sources-dist.json" 2023-07-26 17:04:33.047 - debug: daikin.0 (1514960) clear update timeout 2023-07-26 17:04:33.048 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:04:38.055 - debug: daikin.0 (1514960) request timeout 2023-07-26 17:04:38.057 - debug: daikin.0 (1514960) null 2023-07-26 17:04:38.057 - debug: daikin.0 (1514960) start update timeout 2023-07-26 17:04:38.059 - error: daikin.0 (1514960) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 17:04:38.084 - debug: daikin.0 (1514960) connected set to false 2023-07-26 17:06:58.324 - debug: daikin.0 (1514960) stateChange daikin.0.control.fanRate {"val":"3","ack":false,"ts":1690384018322,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1690384018322} 2023-07-26 17:06:59.327 - debug: daikin.0 (1514960) Send 1 changes: {"fanRate":"3"} 2023-07-26 17:06:59.328 - debug: daikin.0 (1514960) clear update timeout 2023-07-26 17:06:59.329 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:06:59.495 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/set_control_info with {"pow":0,"mode":0,"stemp":"29.0","shum":0,"f_rate":"3","f_dir":0,"adv":"","dt1":29,"dt2":"M","dt3":25,"dt4":25,"dt5":25,"dt7":29,"dh1":0,"dh2":50,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":5,"dfr2":5,"dfr3":5,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":5,"dfrh":5,"dfd1":0,"dfd2":0,"dfd3":0,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":0,"dfdh":0,"b_mode":0,"b_stemp":29,"b_shum":0,"b_f_rate":5,"b_f_dir":0,"alert":255} 2023-07-26 17:06:59.628 - debug: daikin.0 (1514960) {"specialMode":""} 2023-07-26 17:06:59.629 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:06:59.751 - debug: daikin.0 (1514960) {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} 2023-07-26 17:06:59.752 - debug: daikin.0 (1514960) start update timeout 2023-07-26 17:06:59.753 - debug: daikin.0 (1514960) change values: {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} to {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} 2023-07-26 17:06:59.754 - debug: daikin.0 (1514960) reset fanRate 2023-07-26 17:06:59.755 - debug: daikin.0 (1514960) HandleDaikinUpdate for deviceInfo with {"type":"aircon","region":"eu","dst":true,"adapterVersion":"1_2_54","location":0,"name":"Schlafzimmer","icon":5,"method":"home only","port":30050,"id":"","password":"","lpwFlag":0,"pv":3,"cpv":3,"cpvMinor":20,"led":true,"enSetzone":1,"macAddress":"7066550DB34C","adapterMode":"run","error":0,"enHol":0,"enGroup":0,"groupName":"","adapterKind":3} 2023-07-26 17:06:59.755 - debug: daikin.0 (1514960) Old value deviceInfo.type: old=aircon, new=aircon 2023-07-26 17:06:59.756 - debug: daikin.0 (1514960) Old value deviceInfo.region: old=eu, new=eu 2023-07-26 17:06:59.756 - debug: daikin.0 (1514960) Old value deviceInfo.dst: old=true, new=true 2023-07-26 17:06:59.756 - debug: daikin.0 (1514960) Old value deviceInfo.adapterVersion: old=1_2_54, new=1_2_54 2023-07-26 17:06:59.757 - debug: daikin.0 (1514960) Old value deviceInfo.location: old=0, new=0 2023-07-26 17:06:59.757 - debug: daikin.0 (1514960) Old value deviceInfo.name: old=Schlafzimmer, new=Schlafzimmer 2023-07-26 17:06:59.758 - debug: daikin.0 (1514960) Old value deviceInfo.icon: old=5, new=5 2023-07-26 17:06:59.758 - debug: daikin.0 (1514960) Old value deviceInfo.method: old=home only, new=home only 2023-07-26 17:06:59.758 - debug: daikin.0 (1514960) Old value deviceInfo.port: old=30050, new=30050 2023-07-26 17:06:59.759 - debug: daikin.0 (1514960) Old value deviceInfo.id: old=, new= 2023-07-26 17:06:59.759 - debug: daikin.0 (1514960) Old value deviceInfo.password: old=, new= 2023-07-26 17:06:59.760 - debug: daikin.0 (1514960) Old value deviceInfo.lpwFlag: old=0, new=0 2023-07-26 17:06:59.760 - debug: daikin.0 (1514960) Old value deviceInfo.pv: old=3, new=3 2023-07-26 17:06:59.760 - debug: daikin.0 (1514960) Old value deviceInfo.cpv: old=3, new=3 2023-07-26 17:06:59.761 - debug: daikin.0 (1514960) Old value deviceInfo.cpvMinor: old=20, new=20 2023-07-26 17:06:59.761 - debug: daikin.0 (1514960) Old value deviceInfo.led: old=true, new=true 2023-07-26 17:06:59.762 - debug: daikin.0 (1514960) Old value deviceInfo.enSetzone: old=1, new=1 2023-07-26 17:06:59.762 - debug: daikin.0 (1514960) Old value deviceInfo.macAddress: old=7066550DB34C, new=7066550DB34C 2023-07-26 17:06:59.762 - debug: daikin.0 (1514960) Old value deviceInfo.adapterMode: old=run, new=run 2023-07-26 17:06:59.763 - debug: daikin.0 (1514960) Old value deviceInfo.error: old=0, new=0 2023-07-26 17:06:59.763 - debug: daikin.0 (1514960) Old value deviceInfo.enHol: old=0, new=0 2023-07-26 17:06:59.764 - debug: daikin.0 (1514960) Old value deviceInfo.enGroup: old=0, new=0 2023-07-26 17:06:59.764 - debug: daikin.0 (1514960) Old value deviceInfo.groupName: old=, new= 2023-07-26 17:06:59.764 - debug: daikin.0 (1514960) Old value deviceInfo.adapterKind: old=3, new=3 2023-07-26 17:06:59.765 - debug: daikin.0 (1514960) HandleDaikinUpdate for modelInfo with {"model":"10F5","type":"N","pv":3,"cpv":3,"mid":"NA","sFanDirection":3,"enScdltmr":1} 2023-07-26 17:06:59.765 - debug: daikin.0 (1514960) Old value modelInfo.model: old=10F5, new=10F5 2023-07-26 17:06:59.766 - debug: daikin.0 (1514960) Old value modelInfo.type: old=N, new=N 2023-07-26 17:06:59.766 - debug: daikin.0 (1514960) Old value modelInfo.pv: old=3, new=3 2023-07-26 17:06:59.766 - debug: daikin.0 (1514960) Old value modelInfo.cpv: old=3, new=3 2023-07-26 17:06:59.767 - debug: daikin.0 (1514960) Old value modelInfo.mid: old=NA, new=NA 2023-07-26 17:06:59.767 - debug: daikin.0 (1514960) Old value modelInfo.sFanDirection: old=3, new=3 2023-07-26 17:06:59.768 - debug: daikin.0 (1514960) Old value modelInfo.enScdltmr: old=1, new=1 2023-07-26 17:06:59.768 - debug: daikin.0 (1514960) HandleDaikinUpdate for control with {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialPowerful":false,"specialEcono":false,"specialStreamer":false} 2023-07-26 17:06:59.768 - debug: daikin.0 (1514960) Old value control.power: old=false, new=false 2023-07-26 17:06:59.769 - debug: daikin.0 (1514960) Old value control.mode: old=0, new=0 2023-07-26 17:06:59.769 - debug: daikin.0 (1514960) Old value control.targetTemperature: old=29, new=29 2023-07-26 17:06:59.770 - debug: daikin.0 (1514960) Old value control.targetHumidity: old=0, new=0 2023-07-26 17:06:59.770 - debug: daikin.0 (1514960) Old value control.fanRate: old=, new=3 2023-07-26 17:06:59.771 - debug: daikin.0 (1514960) Set State control.fanRate: 3 2023-07-26 17:06:59.772 - debug: daikin.0 (1514960) HandleDaikinUpdate for controlInfo with {"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} 2023-07-26 17:06:59.772 - debug: daikin.0 (1514960) Old value controlInfo.specialMode: old=, new= 2023-07-26 17:06:59.773 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode1: old=29, new=29 2023-07-26 17:06:59.773 - debug: daikin.0 (1514960) Field type mismatch for targetTemperatureMode2: val=M vs. number - set null 2023-07-26 17:06:59.774 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode2: old=null, new=null 2023-07-26 17:06:59.774 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode3: old=25, new=25 2023-07-26 17:06:59.775 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode4: old=25, new=25 2023-07-26 17:06:59.775 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode5: old=25, new=25 2023-07-26 17:06:59.775 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode7: old=29, new=29 2023-07-26 17:06:59.776 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode1: old=0, new=0 2023-07-26 17:06:59.776 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode2: old=50, new=50 2023-07-26 17:06:59.779 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode3: old=0, new=0 2023-07-26 17:06:59.780 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode4: old=0, new=0 2023-07-26 17:06:59.780 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode5: old=0, new=0 2023-07-26 17:06:59.780 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode7: old=0, new=0 2023-07-26 17:06:59.781 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityModeH: old=50, new=50 2023-07-26 17:06:59.781 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode1: old=5, new=3 2023-07-26 17:06:59.782 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode1: 3 2023-07-26 17:06:59.782 - debug: daikin.0 (1514960) HandleDaikinUpdate for sensorInfo with {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":21,"error":0,"cmpfreq":0} 2023-07-26 17:06:59.783 - debug: daikin.0 (1514960) Old value sensorInfo.indoorTemperature: old=20, new=20 2023-07-26 17:06:59.783 - debug: daikin.0 (1514960) Old value sensorInfo.indoorHumidity: old=null, new=null 2023-07-26 17:06:59.784 - debug: daikin.0 (1514960) Old value sensorInfo.outdoorTemperature: old=21, new=21 2023-07-26 17:06:59.784 - debug: daikin.0 (1514960) Old value sensorInfo.error: old=0, new=0 2023-07-26 17:06:59.784 - debug: daikin.0 (1514960) Old value sensorInfo.cmpfreq: old=0, new=0 2023-07-26 17:06:59.837 - debug: daikin.0 (1514960) connected set to true 2023-07-26 17:06:59.838 - debug: daikin.0 (1514960) Old value control.fanDirection: old=0, new=0 2023-07-26 17:06:59.839 - debug: daikin.0 (1514960) Old value control.specialPowerful: old=false, new=false 2023-07-26 17:06:59.840 - debug: daikin.0 (1514960) Old value control.specialEcono: old=false, new=false 2023-07-26 17:06:59.841 - debug: daikin.0 (1514960) Old value control.specialStreamer: old=false, new=false 2023-07-26 17:06:59.842 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode2: old=5, new=5 2023-07-26 17:06:59.843 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode3: old=5, new=5 2023-07-26 17:06:59.843 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode4: old=5, new=5 2023-07-26 17:06:59.844 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode5: old=5, new=5 2023-07-26 17:06:59.845 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode6: old=5, new=5 2023-07-26 17:06:59.845 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode7: old=5, new=3 2023-07-26 17:06:59.846 - debug: daikin.0 (1514960) Set State controlInfo.fanRateMode7: 3 2023-07-26 17:06:59.898 - debug: daikin.0 (1514960) Old value controlInfo.fanRateModeH: old=5, new=5 2023-07-26 17:06:59.899 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode1: old=0, new=0 2023-07-26 17:06:59.900 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode2: old=0, new=0 2023-07-26 17:06:59.901 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode3: old=0, new=0 2023-07-26 17:06:59.901 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode4: old=0, new=0 2023-07-26 17:06:59.902 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode5: old=0, new=0 2023-07-26 17:06:59.903 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode6: old=0, new=0 2023-07-26 17:06:59.903 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode7: old=0, new=0 2023-07-26 17:06:59.904 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionModeH: old=0, new=0 2023-07-26 17:06:59.904 - debug: daikin.0 (1514960) Old value controlInfo.modeB: old=0, new=0 2023-07-26 17:06:59.905 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureB: old=29, new=29 2023-07-26 17:06:59.905 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityB: old=0, new=0 2023-07-26 17:06:59.906 - debug: daikin.0 (1514960) Old value controlInfo.fanRateB: old=5, new=3 2023-07-26 17:06:59.906 - debug: daikin.0 (1514960) Set State controlInfo.fanRateB: 3 2023-07-26 17:06:59.931 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionB: old=0, new=0 2023-07-26 17:06:59.931 - debug: daikin.0 (1514960) Old value controlInfo.error: old=255, new=255 2023-07-26 17:09:43.285 - error: daikin.1 (1500886) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 17:09:59.754 - debug: daikin.0 (1514960) clear update timeout 2023-07-26 17:09:59.755 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:10:04.760 - debug: daikin.0 (1514960) request timeout 2023-07-26 17:10:04.761 - debug: daikin.0 (1514960) null 2023-07-26 17:10:04.762 - debug: daikin.0 (1514960) start update timeout 2023-07-26 17:10:04.763 - error: daikin.0 (1514960) Error updating data: Error occured: Error while communicating with Daikin device: Timeout 2023-07-26 17:10:04.781 - debug: daikin.0 (1514960) connected set to false 2023-07-26 17:13:04.763 - debug: daikin.0 (1514960) clear update timeout 2023-07-26 17:13:04.764 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_control_info with {} 2023-07-26 17:13:04.948 - debug: daikin.0 (1514960) {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} 2023-07-26 17:13:04.950 - debug: daikin.0 (1514960) Call GET http://192.168.178.41/aircon/get_sensor_info with {} 2023-07-26 17:13:05.074 - debug: daikin.0 (1514960) {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":21,"error":0,"cmpfreq":0} 2023-07-26 17:13:05.075 - debug: daikin.0 (1514960) start update timeout 2023-07-26 17:13:05.075 - debug: daikin.0 (1514960) HandleDaikinUpdate for deviceInfo with {"type":"aircon","region":"eu","dst":true,"adapterVersion":"1_2_54","location":0,"name":"Schlafzimmer","icon":5,"method":"home only","port":30050,"id":"","password":"","lpwFlag":0,"pv":3,"cpv":3,"cpvMinor":20,"led":true,"enSetzone":1,"macAddress":"7066550DB34C","adapterMode":"run","error":0,"enHol":0,"enGroup":0,"groupName":"","adapterKind":3} 2023-07-26 17:13:05.076 - debug: daikin.0 (1514960) Old value deviceInfo.type: old=aircon, new=aircon 2023-07-26 17:13:05.076 - debug: daikin.0 (1514960) Old value deviceInfo.region: old=eu, new=eu 2023-07-26 17:13:05.077 - debug: daikin.0 (1514960) Old value deviceInfo.dst: old=true, new=true 2023-07-26 17:13:05.077 - debug: daikin.0 (1514960) Old value deviceInfo.adapterVersion: old=1_2_54, new=1_2_54 2023-07-26 17:13:05.078 - debug: daikin.0 (1514960) Old value deviceInfo.location: old=0, new=0 2023-07-26 17:13:05.078 - debug: daikin.0 (1514960) Old value deviceInfo.name: old=Schlafzimmer, new=Schlafzimmer 2023-07-26 17:13:05.079 - debug: daikin.0 (1514960) Old value deviceInfo.icon: old=5, new=5 2023-07-26 17:13:05.082 - debug: daikin.0 (1514960) Old value deviceInfo.method: old=home only, new=home only 2023-07-26 17:13:05.083 - debug: daikin.0 (1514960) Old value deviceInfo.port: old=30050, new=30050 2023-07-26 17:13:05.083 - debug: daikin.0 (1514960) Old value deviceInfo.id: old=, new= 2023-07-26 17:13:05.084 - debug: daikin.0 (1514960) Old value deviceInfo.password: old=, new= 2023-07-26 17:13:05.084 - debug: daikin.0 (1514960) Old value deviceInfo.lpwFlag: old=0, new=0 2023-07-26 17:13:05.085 - debug: daikin.0 (1514960) Old value deviceInfo.pv: old=3, new=3 2023-07-26 17:13:05.085 - debug: daikin.0 (1514960) Old value deviceInfo.cpv: old=3, new=3 2023-07-26 17:13:05.086 - debug: daikin.0 (1514960) Old value deviceInfo.cpvMinor: old=20, new=20 2023-07-26 17:13:05.086 - debug: daikin.0 (1514960) Old value deviceInfo.led: old=true, new=true 2023-07-26 17:13:05.087 - debug: daikin.0 (1514960) Old value deviceInfo.enSetzone: old=1, new=1 2023-07-26 17:13:05.087 - debug: daikin.0 (1514960) Old value deviceInfo.macAddress: old=7066550DB34C, new=7066550DB34C 2023-07-26 17:13:05.087 - debug: daikin.0 (1514960) Old value deviceInfo.adapterMode: old=run, new=run 2023-07-26 17:13:05.088 - debug: daikin.0 (1514960) Old value deviceInfo.error: old=0, new=0 2023-07-26 17:13:05.088 - debug: daikin.0 (1514960) Old value deviceInfo.enHol: old=0, new=0 2023-07-26 17:13:05.089 - debug: daikin.0 (1514960) Old value deviceInfo.enGroup: old=0, new=0 2023-07-26 17:13:05.089 - debug: daikin.0 (1514960) Old value deviceInfo.groupName: old=, new= 2023-07-26 17:13:05.090 - debug: daikin.0 (1514960) Old value deviceInfo.adapterKind: old=3, new=3 2023-07-26 17:13:05.090 - debug: daikin.0 (1514960) HandleDaikinUpdate for modelInfo with {"model":"10F5","type":"N","pv":3,"cpv":3,"mid":"NA","sFanDirection":3,"enScdltmr":1} 2023-07-26 17:13:05.091 - debug: daikin.0 (1514960) Old value modelInfo.model: old=10F5, new=10F5 2023-07-26 17:13:05.091 - debug: daikin.0 (1514960) Old value modelInfo.type: old=N, new=N 2023-07-26 17:13:05.092 - debug: daikin.0 (1514960) Old value modelInfo.pv: old=3, new=3 2023-07-26 17:13:05.092 - debug: daikin.0 (1514960) Old value modelInfo.cpv: old=3, new=3 2023-07-26 17:13:05.092 - debug: daikin.0 (1514960) Old value modelInfo.mid: old=NA, new=NA 2023-07-26 17:13:05.093 - debug: daikin.0 (1514960) Old value modelInfo.sFanDirection: old=3, new=3 2023-07-26 17:13:05.093 - debug: daikin.0 (1514960) Old value modelInfo.enScdltmr: old=1, new=1 2023-07-26 17:13:05.094 - debug: daikin.0 (1514960) HandleDaikinUpdate for control with {"power":false,"mode":0,"targetTemperature":29,"targetHumidity":0,"fanRate":3,"fanDirection":0,"specialPowerful":false,"specialEcono":false,"specialStreamer":false} 2023-07-26 17:13:05.094 - debug: daikin.0 (1514960) Old value control.power: old=false, new=false 2023-07-26 17:13:05.095 - debug: daikin.0 (1514960) Old value control.mode: old=0, new=0 2023-07-26 17:13:05.095 - debug: daikin.0 (1514960) Old value control.targetTemperature: old=29, new=29 2023-07-26 17:13:05.096 - debug: daikin.0 (1514960) Old value control.targetHumidity: old=0, new=0 2023-07-26 17:13:05.096 - debug: daikin.0 (1514960) Old value control.fanRate: old=3, new=3 2023-07-26 17:13:05.096 - debug: daikin.0 (1514960) Old value control.fanDirection: old=0, new=0 2023-07-26 17:13:05.097 - debug: daikin.0 (1514960) Old value control.specialPowerful: old=false, new=false 2023-07-26 17:13:05.097 - debug: daikin.0 (1514960) Old value control.specialEcono: old=false, new=false 2023-07-26 17:13:05.098 - debug: daikin.0 (1514960) Old value control.specialStreamer: old=false, new=false 2023-07-26 17:13:05.098 - debug: daikin.0 (1514960) HandleDaikinUpdate for controlInfo with {"specialMode":"","targetTemperatureMode1":29,"targetTemperatureMode2":"M","targetTemperatureMode3":25,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":29,"targetHumidityMode1":0,"targetHumidityMode2":50,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":3,"fanRateMode2":5,"fanRateMode3":5,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":3,"fanRateModeH":5,"fanDirectionMode1":0,"fanDirectionMode2":0,"fanDirectionMode3":0,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":0,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":29,"targetHumidityB":0,"fanRateB":3,"fanDirectionB":0,"error":255} 2023-07-26 17:13:05.099 - debug: daikin.0 (1514960) Old value controlInfo.specialMode: old=, new= 2023-07-26 17:13:05.099 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode1: old=29, new=29 2023-07-26 17:13:05.100 - debug: daikin.0 (1514960) Field type mismatch for targetTemperatureMode2: val=M vs. number - set null 2023-07-26 17:13:05.100 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode2: old=null, new=null 2023-07-26 17:13:05.101 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode3: old=25, new=25 2023-07-26 17:13:05.101 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode4: old=25, new=25 2023-07-26 17:13:05.102 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode5: old=25, new=25 2023-07-26 17:13:05.102 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureMode7: old=29, new=29 2023-07-26 17:13:05.103 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode1: old=0, new=0 2023-07-26 17:13:05.103 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode2: old=50, new=50 2023-07-26 17:13:05.104 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode3: old=0, new=0 2023-07-26 17:13:05.105 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode4: old=0, new=0 2023-07-26 17:13:05.112 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode5: old=0, new=0 2023-07-26 17:13:05.113 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityMode7: old=0, new=0 2023-07-26 17:13:05.118 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityModeH: old=50, new=50 2023-07-26 17:13:05.119 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode1: old=3, new=3 2023-07-26 17:13:05.120 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode2: old=5, new=5 2023-07-26 17:13:05.121 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode3: old=5, new=5 2023-07-26 17:13:05.124 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode4: old=5, new=5 2023-07-26 17:13:05.125 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode5: old=5, new=5 2023-07-26 17:13:05.127 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode6: old=5, new=5 2023-07-26 17:13:05.128 - debug: daikin.0 (1514960) Old value controlInfo.fanRateMode7: old=3, new=3 2023-07-26 17:13:05.129 - debug: daikin.0 (1514960) Old value controlInfo.fanRateModeH: old=5, new=5 2023-07-26 17:13:05.131 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode1: old=0, new=0 2023-07-26 17:13:05.132 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode2: old=0, new=0 2023-07-26 17:13:05.133 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode3: old=0, new=0 2023-07-26 17:13:05.133 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode4: old=0, new=0 2023-07-26 17:13:05.134 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode5: old=0, new=0 2023-07-26 17:13:05.134 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode6: old=0, new=0 2023-07-26 17:13:05.134 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionMode7: old=0, new=0 2023-07-26 17:13:05.135 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionModeH: old=0, new=0 2023-07-26 17:13:05.135 - debug: daikin.0 (1514960) Old value controlInfo.modeB: old=0, new=0 2023-07-26 17:13:05.136 - debug: daikin.0 (1514960) Old value controlInfo.targetTemperatureB: old=29, new=29 2023-07-26 17:13:05.136 - debug: daikin.0 (1514960) Old value controlInfo.targetHumidityB: old=0, new=0 2023-07-26 17:13:05.137 - debug: daikin.0 (1514960) Old value controlInfo.fanRateB: old=3, new=3 2023-07-26 17:13:05.137 - debug: daikin.0 (1514960) Old value controlInfo.fanDirectionB: old=0, new=0 2023-07-26 17:13:05.138 - debug: daikin.0 (1514960) Old value controlInfo.error: old=255, new=255 2023-07-26 17:13:05.138 - debug: daikin.0 (1514960) HandleDaikinUpdate for sensorInfo with {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":21,"error":0,"cmpfreq":0} 2023-07-26 17:13:05.139 - debug: daikin.0 (1514960) Old value sensorInfo.indoorTemperature: old=20, new=20 2023-07-26 17:13:05.139 - debug: daikin.0 (1514960) Old value sensorInfo.indoorHumidity: old=null, new=null 2023-07-26 17:13:05.140 - debug: daikin.0 (1514960) Old value sensorInfo.outdoorTemperature: old=21, new=21 2023-07-26 17:13:05.140 - debug: daikin.0 (1514960) Old value sensorInfo.error: old=0, new=0 2023-07-26 17:13:05.141 - debug: daikin.0 (1514960) Old value sensorInfo.cmpfreq: old=0, new=0 2023-07-26 17:13:05.198 - debug: daikin.0 (1514960) connected set to true

`

HUK

huk13 commented 1 year ago

Hi, I posted debug logs 3 days ago. Are they helpful? Otherwise let me know. Thanks - HUK

From: Ingo Fischer @. Sent: Wednesday, 26 July 2023 12:59 To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

Please post a a debug log of such a situation

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#issuecomment-1651553811, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74SPV5S5A6EEWJLG4WDXSD2A3ANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.***>

Apollon77 commented 1 year ago

because I'm very deep in other topics I only had a fly over it and yes ... sometimes requests run into a timeout ...

Why the connected state reacts as it does I need to check in depth when I have time, but honestly thats no critical issue inmy eyes that needs a solution within short amount of time. So it ended up on the Todo list

huk13 commented 1 year ago

Hi, yes I agree. The connection (commanding) works, only the many error messages are a nuisance. I really appreciate your work. Thanks a lot. HUK

From: Ingo Fischer @. Sent: Monday, July 31, 2023 8:24 AM To: Apollon77/ioBroker.daikin @.> Cc: huk13 @.>; Author @.> Subject: Re: [Apollon77/ioBroker.daikin] Wifi data updating error when repeater (mesh) is used (Issue #170)

because I'm very deep in other topics I only had a fly over it and yes ... sometimes requests run into a timeout ...

Why the connected state reacts as it does I need to check in depth when I have time, but honestly thats no critical issue inmy eyes that needs a solution within short amount of time. So it ended up on the Todo list

— Reply to this email directly, view it on GitHubhttps://github.com/Apollon77/ioBroker.daikin/issues/170#issuecomment-1657740799, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVI74UJLAXK6Y7CMC5T4G3XS5FPRANCNFSM6AAAAAA2F7H7PU. You are receiving this because you authored the thread.Message ID: @.***>