Apollon77 / ioBroker.daikin

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

Senden von Parametern schlägt fehl / Error-Eintrag - Wrong Parameters in request: ret=PARAM NG #187

Open Tombra1889 opened 1 month ago

Tombra1889 commented 1 month ago

Describe the bug
Da der Cloud-Adapter aktuell nicht funktioniert, wollte ich den alten lokalen Adapter reaktivieren. Vielleicht ist es eh der bessere Kommunikationsweg. Das Abrufen der Daten funktioniert ohne Probleme, allerdings kann ich keine Steuerung z. B. der Temperatur vornehmen.

To Reproduce
Steps to reproduce the behavior: Einen Wert ändern, z. B. Mode oder Targettemperature

Expected behavior
Der Adapter stürzt ab. Im Feld daikin.0.control.lastResult wird ein Fehler angezeigt.

daikin.0
2024-07-04 11:10:57.287 error   Error updating data: Wrong Parameters in request: ret=PARAM NGRequest Parameters: {"pow":0,"mode":0,"stemp":"20.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

daikin.0
2024-07-04 11:10:57.286 error   change values failed: Wrong Parameters in request: ret=PARAM NGRequest Parameters: {"pow":0,"mode":0,"stemp":"20.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

Wrong Parameters in request: ret=PARAM NG
Request Parameters: {"pow":0,"mode":0,"stemp":"20.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

Versions:

Apollon77 commented 1 month ago

Bitte log zeigen welches einen Absturz zeigt. Ich sehe nur einen Error log.

Bitte am besten Debug log aktivieren und dieses Log für die Änderung posten.

Und ja wenn das geht ist der Adapter tausende mal besser als Cloud

Tombra1889 commented 1 month ago

Ich hab mich bzgl. des Absturzes etwas unglücklich ausgedrückt. Der Adapter schaltet auf "rot" und fängt sich dann quasi beim der nächsten Abfrage wieder:

Hier wollte ich den Mode von "Auto" auf "Cold" ändern:

daikin.0
2024-07-04 14:54:29.913 debug   connected set to false

daikin.0
2024-07-04 14:54:29.855 error   Error updating data: Wrong Parameters in request: ret=PARAM NG Request Parameters: {"pow":0,"mode":3,"stemp":"20.0","shum":0,"f_rate":"4","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

daikin.0
2024-07-04 14:54:29.855 debug   reset fanDirection

daikin.0
2024-07-04 14:54:29.855 debug   reset fanRate

daikin.0
2024-07-04 14:54:29.855 debug   reset targetHumidity

daikin.0
2024-07-04 14:54:29.854 debug   reset targetTemperature

daikin.0
2024-07-04 14:54:29.854 debug   reset mode

daikin.0
2024-07-04 14:54:29.853 error   change values failed: Wrong Parameters in request: ret=PARAM NG Request Parameters: {"pow":0,"mode":3,"stemp":"20.0","shum":0,"f_rate":"4","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

daikin.0
2024-07-04 14:54:29.853 debug   change values: {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255} to {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}

daikin.0
2024-07-04 14:54:29.852 debug   start update timeout

daikin.0
2024-07-04 14:54:29.851 debug   {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}

daikin.0
2024-07-04 14:54:29.723 debug   Call GET http://192.168.66.73/aircon/get_control_info with {}

daikin.0
2024-07-04 14:54:29.723 debug   null

daikin.0
2024-07-04 14:54:29.605 debug   Call POST http://192.168.66.73/aircon/set_control_info with {"pow":0,"mode":3,"stemp":"20.0","shum":0,"f_rate":"4","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}

daikin.0
2024-07-04 14:54:29.093 debug   Call GET http://192.168.66.73/aircon/get_control_info with {}

daikin.0
2024-07-04 14:54:29.093 debug   clear update timeout

daikin.0
2024-07-04 14:54:29.092 debug   changed fanDirection to 1

daikin.0
2024-07-04 14:54:29.092 debug   changed fanRate to 4

daikin.0
2024-07-04 14:54:29.092 debug   changed targetHumidity to 0

daikin.0
2024-07-04 14:54:29.091 debug   changed targetTemperature to 20

daikin.0
2024-07-04 14:54:29.091 debug   we changed mode only

daikin.0
2024-07-04 14:54:29.090 debug   Send 1 changes: {"mode":3}

daikin.0
2024-07-04 14:54:28.089 debug   stateChange daikin.0.control.mode {"val":3,"ack":false,"ts":1720097668085,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1720097668085}
Apollon77 commented 1 month ago

The problem now is that this error means that he wants to have at least one more attribute in the list of the change command ... but i have no clue which :-( So please add a full debug log from start because I need to see all raw data ... maybe I then see something

Tombra1889 commented 1 month ago

daikin.0 | 2024-07-05 13:41:55.850 | debug | Old value control.specialStreamer: old=false, new=false
-- | -- | -- | --
daikin.0 | 2024-07-05 13:41:55.850 | debug | Old value control.specialEcono: old=false, new=false
daikin.0 | 2024-07-05 13:41:55.850 | debug | Old value control.specialPowerful: old=false, new=false
daikin.0 | 2024-07-05 13:41:55.849 | debug | Old value control.fanDirection: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.849 | debug | Old value control.fanRate: old=A, new=A
daikin.0 | 2024-07-05 13:41:55.848 | debug | Old value control.targetHumidity: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.848 | debug | Old value control.targetTemperature: old=21, new=21
daikin.0 | 2024-07-05 13:41:55.847 | debug | Old value control.mode: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.841 | debug | connected set to true
daikin.0 | 2024-07-05 13:41:55.728 | debug | Old value sensorInfo.cmpfreq: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.728 | debug | Old value sensorInfo.error: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.728 | debug | Old value sensorInfo.outdoorTemperature: old=19, new=19
daikin.0 | 2024-07-05 13:41:55.727 | debug | Old value sensorInfo.indoorHumidity: old=null, new=null
daikin.0 | 2024-07-05 13:41:55.727 | debug | Old value sensorInfo.indoorTemperature: old=20, new=20
daikin.0 | 2024-07-05 13:41:55.726 | debug | HandleDaikinUpdate for sensorInfo with {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":19,"error":0,"cmpfreq":0}
daikin.0 | 2024-07-05 13:41:55.726 | debug | Old value controlInfo.error: old=255, new=255
daikin.0 | 2024-07-05 13:41:55.726 | debug | Old value controlInfo.fanDirectionB: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.725 | debug | Old value controlInfo.fanRateB: old=A, new=A
daikin.0 | 2024-07-05 13:41:55.725 | debug | Old value controlInfo.targetHumidityB: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.724 | debug | Old value controlInfo.targetTemperatureB: old=21, new=21
daikin.0 | 2024-07-05 13:41:55.724 | debug | Old value controlInfo.modeB: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.723 | debug | Old value controlInfo.fanDirectionModeH: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.723 | debug | Old value controlInfo.fanDirectionMode7: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.723 | debug | Old value controlInfo.fanDirectionMode6: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.722 | debug | Old value controlInfo.fanDirectionMode5: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.722 | debug | Old value controlInfo.fanDirectionMode4: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.722 | debug | Old value controlInfo.fanDirectionMode3: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.721 | debug | Old value controlInfo.fanDirectionMode2: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.721 | debug | Old value controlInfo.fanDirectionMode1: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.720 | debug | Old value controlInfo.fanRateModeH: old=5, new=5
daikin.0 | 2024-07-05 13:41:55.720 | debug | Old value controlInfo.fanRateMode7: old=A, new=A
daikin.0 | 2024-07-05 13:41:55.720 | debug | Old value controlInfo.fanRateMode6: old=5, new=5
daikin.0 | 2024-07-05 13:41:55.719 | debug | Old value controlInfo.fanRateMode5: old=5, new=5
daikin.0 | 2024-07-05 13:41:55.719 | debug | Old value controlInfo.fanRateMode4: old=5, new=5
daikin.0 | 2024-07-05 13:41:55.718 | debug | Old value controlInfo.fanRateMode3: old=4, new=4
daikin.0 | 2024-07-05 13:41:55.718 | debug | Old value controlInfo.fanRateMode2: old=A, new=A
daikin.0 | 2024-07-05 13:41:55.718 | debug | Old value controlInfo.fanRateMode1: old=A, new=A
daikin.0 | 2024-07-05 13:41:55.717 | debug | Old value controlInfo.targetHumidityModeH: old=50, new=50
daikin.0 | 2024-07-05 13:41:55.717 | debug | Old value controlInfo.targetHumidityMode7: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.716 | debug | Old value controlInfo.targetHumidityMode5: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.716 | debug | Old value controlInfo.targetHumidityMode4: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.716 | debug | Old value controlInfo.targetHumidityMode3: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.715 | debug | Old value controlInfo.targetHumidityMode2: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.715 | debug | Old value controlInfo.targetHumidityMode1: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.715 | debug | Old value controlInfo.targetTemperatureMode7: old=21, new=21
daikin.0 | 2024-07-05 13:41:55.714 | debug | Old value controlInfo.targetTemperatureMode5: old=25, new=25
daikin.0 | 2024-07-05 13:41:55.714 | debug | Old value controlInfo.targetTemperatureMode4: old=25, new=25
daikin.0 | 2024-07-05 13:41:55.713 | debug | Old value controlInfo.targetTemperatureMode3: old=20, new=20
daikin.0 | 2024-07-05 13:41:55.713 | debug | Old value controlInfo.targetTemperatureMode2: old=null, new=null
daikin.0 | 2024-07-05 13:41:55.713 | debug | Field type mismatch for targetTemperatureMode2: val=M vs. number - set null
daikin.0 | 2024-07-05 13:41:55.712 | debug | Old value controlInfo.targetTemperatureMode1: old=21, new=21
daikin.0 | 2024-07-05 13:41:55.712 | debug | Old value controlInfo.specialMode: old=, new=
daikin.0 | 2024-07-05 13:41:55.711 | debug | HandleDaikinUpdate for controlInfo with {"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}
daikin.0 | 2024-07-05 13:41:55.710 | debug | Set State control.power: false
daikin.0 | 2024-07-05 13:41:55.710 | debug | Old value control.power: old=, new=false
daikin.0 | 2024-07-05 13:41:55.710 | debug | HandleDaikinUpdate for control with {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialPowerful":false,"specialEcono":false,"specialStreamer":false}
daikin.0 | 2024-07-05 13:41:55.709 | debug | Old value modelInfo.enScdltmr: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.709 | debug | Old value modelInfo.sFanDirection: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.708 | debug | Old value modelInfo.mid: old=NA, new=NA
daikin.0 | 2024-07-05 13:41:55.708 | debug | Old value modelInfo.cpv: old=3, new=3
daikin.0 | 2024-07-05 13:41:55.707 | debug | Old value modelInfo.pv: old=3, new=3
daikin.0 | 2024-07-05 13:41:55.707 | debug | Old value modelInfo.type: old=N, new=N
daikin.0 | 2024-07-05 13:41:55.707 | debug | Old value modelInfo.model: old=1360, new=1360
daikin.0 | 2024-07-05 13:41:55.706 | debug | HandleDaikinUpdate for modelInfo with {"model":"1360","type":"N","pv":3,"cpv":3,"mid":"NA","sFanDirection":1,"enScdltmr":1}
daikin.0 | 2024-07-05 13:41:55.706 | debug | Old value deviceInfo.adapterKind: old=3, new=3
daikin.0 | 2024-07-05 13:41:55.705 | debug | Old value deviceInfo.groupName: old=, new=
daikin.0 | 2024-07-05 13:41:55.705 | debug | Old value deviceInfo.enGroup: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.704 | debug | Old value deviceInfo.enHol: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.704 | debug | Old value deviceInfo.error: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.704 | debug | Old value deviceInfo.adapterMode: old=run, new=run
daikin.0 | 2024-07-05 13:41:55.703 | debug | Old value deviceInfo.macAddress: old=346F24F3D177, new=346F24F3D177
daikin.0 | 2024-07-05 13:41:55.703 | debug | Old value deviceInfo.enSetzone: old=1, new=1
daikin.0 | 2024-07-05 13:41:55.702 | debug | Old value deviceInfo.led: old=true, new=true
daikin.0 | 2024-07-05 13:41:55.702 | debug | Old value deviceInfo.cpvMinor: old=20, new=20
daikin.0 | 2024-07-05 13:41:55.701 | debug | Old value deviceInfo.cpv: old=3, new=3
daikin.0 | 2024-07-05 13:41:55.699 | debug | Old value deviceInfo.pv: old=3, new=3
daikin.0 | 2024-07-05 13:41:55.699 | debug | Old value deviceInfo.lpwFlag: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.698 | debug | Old value deviceInfo.password: old=, new=
daikin.0 | 2024-07-05 13:41:55.698 | debug | Old value deviceInfo.id: old=765be78c-ea79-4d97-881c-9827a57a214e, new=765be78c-ea79-4d97-881c-9827a57a214e
daikin.0 | 2024-07-05 13:41:55.697 | debug | Old value deviceInfo.port: old=30050, new=30050
daikin.0 | 2024-07-05 13:41:55.697 | debug | Old value deviceInfo.method: old=polling, new=polling
daikin.0 | 2024-07-05 13:41:55.696 | debug | Old value deviceInfo.icon: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.696 | debug | Old value deviceInfo.name: old=Wohnzimmer, new=Wohnzimmer
daikin.0 | 2024-07-05 13:41:55.695 | debug | Old value deviceInfo.location: old=0, new=0
daikin.0 | 2024-07-05 13:41:55.695 | debug | Old value deviceInfo.adapterVersion: old=1_14_88, new=1_14_88
daikin.0 | 2024-07-05 13:41:55.695 | debug | Old value deviceInfo.dst: old=true, new=true
daikin.0 | 2024-07-05 13:41:55.694 | debug | Old value deviceInfo.region: old=eu, new=eu
daikin.0 | 2024-07-05 13:41:55.694 | debug | Old value deviceInfo.type: old=aircon, new=aircon
daikin.0 | 2024-07-05 13:41:55.693 | debug | HandleDaikinUpdate for deviceInfo with {"type":"aircon","region":"eu","dst":true,"adapterVersion":"1_14_88","location":0,"name":"Wohnzimmer","icon":0,"method":"polling","port":30050,"id":"765be78c-ea79-4d97-881c-9827a57a214e","password":"","lpwFlag":0,"pv":3,"cpv":3,"cpvMinor":20,"led":true,"enSetzone":1,"macAddress":"346F24F3D177","adapterMode":"run","error":0,"enHol":0,"enGroup":0,"groupName":"","adapterKind":3}
daikin.0 | 2024-07-05 13:41:55.692 | debug | start update timeout
daikin.0 | 2024-07-05 13:41:55.692 | debug | {"indoorTemperature":20,"indoorHumidity":null,"outdoorTemperature":19,"error":0,"cmpfreq":0}
daikin.0 | 2024-07-05 13:41:55.575 | debug | Call GET http://192.168.66.73/aircon/get_sensor_info with {}
daikin.0 | 2024-07-05 13:41:55.574 | debug | {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}
daikin.0 | 2024-07-05 13:41:55.448 | debug | Call GET http://192.168.66.73/aircon/get_control_info with {}
daikin.0 | 2024-07-05 13:41:55.444 | debug | clear update timeout
daikin.0 | 2024-07-05 13:40:55.500 | debug | connected set to false
daikin.0 | 2024-07-05 13:40:55.445 | error | Error updating data: Wrong Parameters in request: ret=PARAM NGRequest Parameters: {"pow":1,"mode":0,"stemp":"21.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}
daikin.0 | 2024-07-05 13:40:55.444 | debug | reset power
daikin.0 | 2024-07-05 13:40:55.444 | error | change values failed: Wrong Parameters in request: ret=PARAM NGRequest Parameters: {"pow":1,"mode":0,"stemp":"21.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}
daikin.0 | 2024-07-05 13:40:55.443 | debug | change values: {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255} to {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}
daikin.0 | 2024-07-05 13:40:55.442 | debug | start update timeout
daikin.0 | 2024-07-05 13:40:55.441 | debug | {"power":false,"mode":0,"targetTemperature":21,"targetHumidity":0,"fanRate":"A","fanDirection":1,"specialMode":"","targetTemperatureMode1":21,"targetTemperatureMode2":"M","targetTemperatureMode3":20,"targetTemperatureMode4":25,"targetTemperatureMode5":25,"targetTemperatureMode7":21,"targetHumidityMode1":0,"targetHumidityMode2":0,"targetHumidityMode3":0,"targetHumidityMode4":0,"targetHumidityMode5":0,"targetHumidityMode7":0,"targetHumidityModeH":50,"fanRateMode1":"A","fanRateMode2":"A","fanRateMode3":4,"fanRateMode4":5,"fanRateMode5":5,"fanRateMode6":5,"fanRateMode7":"A","fanRateModeH":5,"fanDirectionMode1":1,"fanDirectionMode2":1,"fanDirectionMode3":1,"fanDirectionMode4":0,"fanDirectionMode5":0,"fanDirectionMode6":0,"fanDirectionMode7":1,"fanDirectionModeH":0,"modeB":0,"targetTemperatureB":21,"targetHumidityB":0,"fanRateB":"A","fanDirectionB":1,"error":255}
daikin.0 | 2024-07-05 13:40:55.326 | debug | Call GET http://192.168.66.73/aircon/get_control_info with {}
daikin.0 | 2024-07-05 13:40:55.325 | debug | null
daikin.0 | 2024-07-05 13:40:55.209 | debug | Call POST http://192.168.66.73/aircon/set_control_info with {"pow":1,"mode":0,"stemp":"21.0","shum":0,"f_rate":"A","f_dir":1,"adv":"","dt1":21,"dt2":"M","dt3":20,"dt4":25,"dt5":25,"dt7":21,"dh1":0,"dh2":0,"dh3":0,"dh4":0,"dh5":0,"dh7":0,"dhh":50,"dfr1":"A","dfr2":"A","dfr3":4,"dfr4":5,"dfr5":5,"dfr6":5,"dfr7":"A","dfrh":5,"dfd1":1,"dfd2":1,"dfd3":1,"dfd4":0,"dfd5":0,"dfd6":0,"dfd7":1,"dfdh":0,"b_mode":0,"b_stemp":21,"b_shum":0,"b_f_rate":"A","b_f_dir":1,"alert":255}
daikin.0 | 2024-07-05 13:40:55.094 | debug | Call GET http://192.168.66.73/aircon/get_control_info with {}
daikin.0 | 2024-07-05 13:40:55.093 | debug | clear update timeout
daikin.0 | 2024-07-05 13:40:55.092 | debug | Send 1 changes: {"power":true}
daikin.0 | 2024-07-05 13:40:54.090 | debug | stateChange daikin.0.control.power {"val":true,"ack":false,"ts":1720179654087,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1720179654087}
daikin.0 | 2024-07-05 13:40:37.921 | debug | Set State controlInfo.error: 255
daikin.0 | 2024-07-05 13:40:37.921 | debug | Old value controlInfo.error: old=undefined, new=255
daikin.0 | 2024-07-05 13:40:37.912 | debug | Create State controlInfo.error
daikin.0 | 2024-07-05 13:40:37.856 | debug | Set State controlInfo.fanDirectionB: 1
daikin.0 | 2024-07-05 13:40:37.855 | debug | Old value controlInfo.fanDirectionB: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:37.847 | debug | Create State controlInfo.fanDirectionB
daikin.0 | 2024-07-05 13:40:37.795 | debug | Set State controlInfo.fanRateB: A
daikin.0 | 2024-07-05 13:40:37.794 | debug | Old value controlInfo.fanRateB: old=undefined, new=A
daikin.0 | 2024-07-05 13:40:37.787 | debug | Create State controlInfo.fanRateB
daikin.0 | 2024-07-05 13:40:37.735 | debug | Set State controlInfo.targetHumidityB: 0
daikin.0 | 2024-07-05 13:40:37.734 | debug | Old value controlInfo.targetHumidityB: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.727 | debug | Create State controlInfo.targetHumidityB
daikin.0 | 2024-07-05 13:40:37.676 | debug | Set State controlInfo.targetTemperatureB: 21
daikin.0 | 2024-07-05 13:40:37.675 | debug | Old value controlInfo.targetTemperatureB: old=undefined, new=21
daikin.0 | 2024-07-05 13:40:37.668 | debug | Create State controlInfo.targetTemperatureB
daikin.0 | 2024-07-05 13:40:37.615 | debug | Set State controlInfo.modeB: 0
daikin.0 | 2024-07-05 13:40:37.614 | debug | Old value controlInfo.modeB: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.605 | debug | Create State controlInfo.modeB
daikin.0 | 2024-07-05 13:40:37.552 | debug | Set State controlInfo.fanDirectionModeH: 0
daikin.0 | 2024-07-05 13:40:37.550 | debug | Old value controlInfo.fanDirectionModeH: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.543 | debug | Create State controlInfo.fanDirectionModeH
daikin.0 | 2024-07-05 13:40:37.491 | debug | Set State controlInfo.fanDirectionMode7: 1
daikin.0 | 2024-07-05 13:40:37.490 | debug | Old value controlInfo.fanDirectionMode7: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:37.483 | debug | Create State controlInfo.fanDirectionMode7
daikin.0 | 2024-07-05 13:40:37.433 | debug | Set State controlInfo.fanDirectionMode6: 0
daikin.0 | 2024-07-05 13:40:37.432 | debug | Old value controlInfo.fanDirectionMode6: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.423 | debug | Create State controlInfo.fanDirectionMode6
daikin.0 | 2024-07-05 13:40:37.371 | debug | Set State controlInfo.fanDirectionMode5: 0
daikin.0 | 2024-07-05 13:40:37.371 | debug | Old value controlInfo.fanDirectionMode5: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.363 | debug | Create State controlInfo.fanDirectionMode5
daikin.0 | 2024-07-05 13:40:37.313 | debug | Set State controlInfo.fanDirectionMode4: 0
daikin.0 | 2024-07-05 13:40:37.312 | debug | Old value controlInfo.fanDirectionMode4: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.305 | debug | Create State controlInfo.fanDirectionMode4
daikin.0 | 2024-07-05 13:40:37.249 | debug | Set State controlInfo.fanDirectionMode3: 1
daikin.0 | 2024-07-05 13:40:37.248 | debug | Old value controlInfo.fanDirectionMode3: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:37.241 | debug | Create State controlInfo.fanDirectionMode3
daikin.0 | 2024-07-05 13:40:37.188 | debug | Set State controlInfo.fanDirectionMode2: 1
daikin.0 | 2024-07-05 13:40:37.187 | debug | Old value controlInfo.fanDirectionMode2: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:37.178 | debug | Create State controlInfo.fanDirectionMode2
daikin.0 | 2024-07-05 13:40:37.170 | debug | Set State deviceInfo.adapterKind: 3
daikin.0 | 2024-07-05 13:40:37.169 | debug | Old value deviceInfo.adapterKind: old=undefined, new=3
daikin.0 | 2024-07-05 13:40:37.160 | debug | Create State deviceInfo.adapterKind
daikin.0 | 2024-07-05 13:40:37.153 | debug | Set State controlInfo.fanDirectionMode1: 1
daikin.0 | 2024-07-05 13:40:37.152 | debug | Old value controlInfo.fanDirectionMode1: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:37.143 | debug | Create State controlInfo.fanDirectionMode1
daikin.0 | 2024-07-05 13:40:37.136 | debug | Set State deviceInfo.groupName:
daikin.0 | 2024-07-05 13:40:37.135 | debug | Old value deviceInfo.groupName: old=undefined, new=
daikin.0 | 2024-07-05 13:40:37.115 | debug | Create State deviceInfo.groupName
daikin.0 | 2024-07-05 13:40:37.103 | debug | Set State controlInfo.fanRateModeH: 5
daikin.0 | 2024-07-05 13:40:37.102 | debug | Old value controlInfo.fanRateModeH: old=undefined, new=5
daikin.0 | 2024-07-05 13:40:37.092 | debug | Create State controlInfo.fanRateModeH
daikin.0 | 2024-07-05 13:40:37.083 | debug | Set State deviceInfo.enGroup: 0
daikin.0 | 2024-07-05 13:40:37.083 | debug | Old value deviceInfo.enGroup: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.052 | debug | Create State deviceInfo.enGroup
daikin.0 | 2024-07-05 13:40:37.046 | debug | Set State controlInfo.fanRateMode7: A
daikin.0 | 2024-07-05 13:40:37.045 | debug | Old value controlInfo.fanRateMode7: old=undefined, new=A
daikin.0 | 2024-07-05 13:40:37.036 | debug | Create State controlInfo.fanRateMode7
daikin.0 | 2024-07-05 13:40:37.030 | debug | Set State deviceInfo.enHol: 0
daikin.0 | 2024-07-05 13:40:37.029 | debug | Old value deviceInfo.enHol: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:37.016 | debug | Create State deviceInfo.enHol
daikin.0 | 2024-07-05 13:40:37.006 | debug | Set State controlInfo.fanRateMode6: 5
daikin.0 | 2024-07-05 13:40:37.005 | debug | Old value controlInfo.fanRateMode6: old=undefined, new=5
daikin.0 | 2024-07-05 13:40:36.994 | debug | Create State controlInfo.fanRateMode6
daikin.0 | 2024-07-05 13:40:36.988 | debug | Set State deviceInfo.error: 0
daikin.0 | 2024-07-05 13:40:36.986 | debug | Old value deviceInfo.error: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.977 | debug | Create State deviceInfo.error
daikin.0 | 2024-07-05 13:40:36.970 | debug | Set State controlInfo.fanRateMode5: 5
daikin.0 | 2024-07-05 13:40:36.969 | debug | Old value controlInfo.fanRateMode5: old=undefined, new=5
daikin.0 | 2024-07-05 13:40:36.960 | debug | Create State controlInfo.fanRateMode5
daikin.0 | 2024-07-05 13:40:36.954 | debug | Set State deviceInfo.adapterMode: run
daikin.0 | 2024-07-05 13:40:36.953 | debug | Old value deviceInfo.adapterMode: old=undefined, new=run
daikin.0 | 2024-07-05 13:40:36.945 | debug | Create State deviceInfo.adapterMode
daikin.0 | 2024-07-05 13:40:36.939 | debug | Set State controlInfo.fanRateMode4: 5
daikin.0 | 2024-07-05 13:40:36.938 | debug | Old value controlInfo.fanRateMode4: old=undefined, new=5
daikin.0 | 2024-07-05 13:40:36.929 | debug | Create State controlInfo.fanRateMode4
daikin.0 | 2024-07-05 13:40:36.921 | debug | Set State deviceInfo.macAddress: 346F24F3D177
daikin.0 | 2024-07-05 13:40:36.920 | debug | Old value deviceInfo.macAddress: old=undefined, new=346F24F3D177
daikin.0 | 2024-07-05 13:40:36.912 | debug | Create State deviceInfo.macAddress
daikin.0 | 2024-07-05 13:40:36.905 | debug | Set State controlInfo.fanRateMode3: 4
daikin.0 | 2024-07-05 13:40:36.904 | debug | Old value controlInfo.fanRateMode3: old=undefined, new=4
daikin.0 | 2024-07-05 13:40:36.895 | debug | Create State controlInfo.fanRateMode3
daikin.0 | 2024-07-05 13:40:36.888 | debug | Set State deviceInfo.enSetzone: 1
daikin.0 | 2024-07-05 13:40:36.887 | debug | Old value deviceInfo.enSetzone: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:36.860 | debug | Create State deviceInfo.enSetzone
daikin.0 | 2024-07-05 13:40:36.854 | debug | Set State controlInfo.fanRateMode2: A
daikin.0 | 2024-07-05 13:40:36.853 | debug | Old value controlInfo.fanRateMode2: old=undefined, new=A
daikin.0 | 2024-07-05 13:40:36.844 | debug | Create State controlInfo.fanRateMode2
daikin.0 | 2024-07-05 13:40:36.838 | debug | Set State deviceInfo.led: true
daikin.0 | 2024-07-05 13:40:36.837 | debug | Old value deviceInfo.led: old=undefined, new=true
daikin.0 | 2024-07-05 13:40:36.827 | debug | Create State deviceInfo.led
daikin.0 | 2024-07-05 13:40:36.822 | debug | Set State controlInfo.fanRateMode1: A
daikin.0 | 2024-07-05 13:40:36.822 | debug | Old value controlInfo.fanRateMode1: old=undefined, new=A
daikin.0 | 2024-07-05 13:40:36.812 | debug | Create State controlInfo.fanRateMode1
daikin.0 | 2024-07-05 13:40:36.802 | debug | Set State deviceInfo.cpvMinor: 20
daikin.0 | 2024-07-05 13:40:36.801 | debug | Old value deviceInfo.cpvMinor: old=undefined, new=20
daikin.0 | 2024-07-05 13:40:36.789 | debug | Create State deviceInfo.cpvMinor
daikin.0 | 2024-07-05 13:40:36.781 | debug | Set State controlInfo.targetHumidityModeH: 50
daikin.0 | 2024-07-05 13:40:36.780 | debug | Old value controlInfo.targetHumidityModeH: old=undefined, new=50
daikin.0 | 2024-07-05 13:40:36.770 | debug | Create State controlInfo.targetHumidityModeH
daikin.0 | 2024-07-05 13:40:36.761 | debug | Set State deviceInfo.cpv: 3
daikin.0 | 2024-07-05 13:40:36.760 | debug | Old value deviceInfo.cpv: old=undefined, new=3
daikin.0 | 2024-07-05 13:40:36.751 | debug | Create State deviceInfo.cpv
daikin.0 | 2024-07-05 13:40:36.745 | debug | Set State controlInfo.targetHumidityMode7: 0
daikin.0 | 2024-07-05 13:40:36.744 | debug | Old value controlInfo.targetHumidityMode7: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.735 | debug | Create State controlInfo.targetHumidityMode7
daikin.0 | 2024-07-05 13:40:36.729 | debug | Set State deviceInfo.pv: 3
daikin.0 | 2024-07-05 13:40:36.727 | debug | Old value deviceInfo.pv: old=undefined, new=3
daikin.0 | 2024-07-05 13:40:36.715 | debug | Create State deviceInfo.pv
daikin.0 | 2024-07-05 13:40:36.708 | debug | Set State controlInfo.targetHumidityMode5: 0
daikin.0 | 2024-07-05 13:40:36.707 | debug | Old value controlInfo.targetHumidityMode5: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.698 | debug | Create State controlInfo.targetHumidityMode5
daikin.0 | 2024-07-05 13:40:36.692 | debug | Set State deviceInfo.lpwFlag: 0
daikin.0 | 2024-07-05 13:40:36.691 | debug | Old value deviceInfo.lpwFlag: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.682 | debug | Create State deviceInfo.lpwFlag
daikin.0 | 2024-07-05 13:40:36.676 | debug | Set State controlInfo.targetHumidityMode4: 0
daikin.0 | 2024-07-05 13:40:36.675 | debug | Old value controlInfo.targetHumidityMode4: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.646 | debug | Create State controlInfo.targetHumidityMode4
daikin.0 | 2024-07-05 13:40:36.635 | debug | Set State deviceInfo.password:
daikin.0 | 2024-07-05 13:40:36.635 | debug | Old value deviceInfo.password: old=undefined, new=
daikin.0 | 2024-07-05 13:40:36.625 | debug | Create State deviceInfo.password
daikin.0 | 2024-07-05 13:40:36.616 | debug | Set State controlInfo.targetHumidityMode3: 0
daikin.0 | 2024-07-05 13:40:36.615 | debug | Old value controlInfo.targetHumidityMode3: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.606 | debug | Create State controlInfo.targetHumidityMode3
daikin.0 | 2024-07-05 13:40:36.601 | debug | Set State deviceInfo.id: 765be78c-ea79-4d97-881c-9827a57a214e
daikin.0 | 2024-07-05 13:40:36.601 | debug | Old value deviceInfo.id: old=undefined, new=765be78c-ea79-4d97-881c-9827a57a214e
daikin.0 | 2024-07-05 13:40:36.552 | debug | Set State controlInfo.targetHumidityMode2: 0
daikin.0 | 2024-07-05 13:40:36.551 | debug | Old value controlInfo.targetHumidityMode2: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.545 | debug | Create State deviceInfo.id
daikin.0 | 2024-07-05 13:40:36.534 | debug | Set State control.specialStreamer: false
daikin.0 | 2024-07-05 13:40:36.534 | debug | Old value control.specialStreamer: old=undefined, new=false
daikin.0 | 2024-07-05 13:40:36.531 | debug | Create State controlInfo.targetHumidityMode2
daikin.0 | 2024-07-05 13:40:36.521 | debug | Set State deviceInfo.port: 30050
daikin.0 | 2024-07-05 13:40:36.520 | debug | Old value deviceInfo.port: old=undefined, new=30050
daikin.0 | 2024-07-05 13:40:36.514 | debug | Create State control.specialStreamer
daikin.0 | 2024-07-05 13:40:36.506 | debug | Set State controlInfo.targetHumidityMode1: 0
daikin.0 | 2024-07-05 13:40:36.505 | debug | Old value controlInfo.targetHumidityMode1: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.503 | debug | Create State deviceInfo.port
daikin.0 | 2024-07-05 13:40:36.495 | debug | Set State control.specialEcono: false
daikin.0 | 2024-07-05 13:40:36.495 | debug | Old value control.specialEcono: old=undefined, new=false
daikin.0 | 2024-07-05 13:40:36.487 | debug | Create State controlInfo.targetHumidityMode1
daikin.0 | 2024-07-05 13:40:36.480 | debug | Set State deviceInfo.method: polling
daikin.0 | 2024-07-05 13:40:36.479 | debug | Old value deviceInfo.method: old=undefined, new=polling
daikin.0 | 2024-07-05 13:40:36.477 | debug | Create State control.specialEcono
daikin.0 | 2024-07-05 13:40:36.466 | debug | Set State controlInfo.targetTemperatureMode7: 21
daikin.0 | 2024-07-05 13:40:36.465 | debug | Old value controlInfo.targetTemperatureMode7: old=undefined, new=21
daikin.0 | 2024-07-05 13:40:36.460 | debug | Create State deviceInfo.method
daikin.0 | 2024-07-05 13:40:36.449 | debug | Set State control.specialPowerful: false
daikin.0 | 2024-07-05 13:40:36.449 | debug | Old value control.specialPowerful: old=undefined, new=false
daikin.0 | 2024-07-05 13:40:36.445 | debug | Create State controlInfo.targetTemperatureMode7
daikin.0 | 2024-07-05 13:40:36.438 | debug | Set State modelInfo.enScdltmr: 1
daikin.0 | 2024-07-05 13:40:36.438 | debug | Old value modelInfo.enScdltmr: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:36.433 | debug | Set State deviceInfo.icon: 0
daikin.0 | 2024-07-05 13:40:36.432 | debug | Old value deviceInfo.icon: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.424 | debug | Create State control.specialPowerful
daikin.0 | 2024-07-05 13:40:36.416 | debug | Set State controlInfo.targetTemperatureMode5: 25
daikin.0 | 2024-07-05 13:40:36.415 | debug | Old value controlInfo.targetTemperatureMode5: old=undefined, new=25
daikin.0 | 2024-07-05 13:40:36.413 | debug | Create State modelInfo.enScdltmr
daikin.0 | 2024-07-05 13:40:36.409 | debug | Create State deviceInfo.icon
daikin.0 | 2024-07-05 13:40:36.389 | debug | Set State control.fanDirection: 1
daikin.0 | 2024-07-05 13:40:36.389 | debug | Old value control.fanDirection: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:36.386 | debug | Set State modelInfo.sFanDirection: 1
daikin.0 | 2024-07-05 13:40:36.385 | debug | Old value modelInfo.sFanDirection: old=undefined, new=1
daikin.0 | 2024-07-05 13:40:36.381 | debug | Set State deviceInfo.name: Wohnzimmer
daikin.0 | 2024-07-05 13:40:36.379 | debug | Old value deviceInfo.name: old=undefined, new=Wohnzimmer
daikin.0 | 2024-07-05 13:40:36.374 | debug | Create State controlInfo.targetTemperatureMode5
daikin.0 | 2024-07-05 13:40:36.369 | debug | Set State sensorInfo.cmpfreq: 0
daikin.0 | 2024-07-05 13:40:36.366 | debug | Old value sensorInfo.cmpfreq: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.356 | debug | Create State control.fanDirection
daikin.0 | 2024-07-05 13:40:36.354 | debug | Create State modelInfo.sFanDirection
daikin.0 | 2024-07-05 13:40:36.348 | debug | Create State deviceInfo.name
daikin.0 | 2024-07-05 13:40:36.343 | debug | Create State sensorInfo.cmpfreq
daikin.0 | 2024-07-05 13:40:36.339 | debug | Set State controlInfo.targetTemperatureMode4: 25
daikin.0 | 2024-07-05 13:40:36.338 | debug | Old value controlInfo.targetTemperatureMode4: old=undefined, new=25
daikin.0 | 2024-07-05 13:40:36.326 | debug | Set State control.fanRate: A
daikin.0 | 2024-07-05 13:40:36.325 | debug | Old value control.fanRate: old=undefined, new=A
daikin.0 | 2024-07-05 13:40:36.323 | debug | Set State modelInfo.mid: NA
daikin.0 | 2024-07-05 13:40:36.323 | debug | Old value modelInfo.mid: old=undefined, new=NA
daikin.0 | 2024-07-05 13:40:36.310 | debug | Set State deviceInfo.location: 0
daikin.0 | 2024-07-05 13:40:36.309 | debug | Old value deviceInfo.location: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.307 | debug | Create State controlInfo.targetTemperatureMode4
daikin.0 | 2024-07-05 13:40:36.303 | debug | Set State sensorInfo.error: 0
daikin.0 | 2024-07-05 13:40:36.302 | debug | Old value sensorInfo.error: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.292 | debug | Create State control.fanRate
daikin.0 | 2024-07-05 13:40:36.286 | debug | Create State modelInfo.mid
daikin.0 | 2024-07-05 13:40:36.283 | debug | Create State deviceInfo.location
daikin.0 | 2024-07-05 13:40:36.283 | debug | Create State sensorInfo.error
daikin.0 | 2024-07-05 13:40:36.271 | debug | Set State controlInfo.targetTemperatureMode3: 20
daikin.0 | 2024-07-05 13:40:36.271 | debug | Old value controlInfo.targetTemperatureMode3: old=undefined, new=20
daikin.0 | 2024-07-05 13:40:36.267 | debug | Set State control.targetHumidity: 0
daikin.0 | 2024-07-05 13:40:36.266 | debug | Old value control.targetHumidity: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.252 | debug | Set State modelInfo.cpv: 3
daikin.0 | 2024-07-05 13:40:36.251 | debug | Old value modelInfo.cpv: old=undefined, new=3
daikin.0 | 2024-07-05 13:40:36.249 | debug | Set State deviceInfo.adapterVersion: 1_14_88
daikin.0 | 2024-07-05 13:40:36.249 | debug | Old value deviceInfo.adapterVersion: old=undefined, new=1_14_88
daikin.0 | 2024-07-05 13:40:36.242 | debug | Set State sensorInfo.outdoorTemperature: 19
daikin.0 | 2024-07-05 13:40:36.241 | debug | Old value sensorInfo.outdoorTemperature: old=undefined, new=19
daikin.0 | 2024-07-05 13:40:36.237 | debug | Create State controlInfo.targetTemperatureMode3
daikin.0 | 2024-07-05 13:40:36.231 | debug | Create State control.targetHumidity
daikin.0 | 2024-07-05 13:40:36.211 | debug | Create State modelInfo.cpv
daikin.0 | 2024-07-05 13:40:36.209 | debug | Create State deviceInfo.adapterVersion
daikin.0 | 2024-07-05 13:40:36.205 | debug | Set State controlInfo.targetTemperatureMode2: null
daikin.0 | 2024-07-05 13:40:36.205 | debug | Old value controlInfo.targetTemperatureMode2: old=undefined, new=null
daikin.0 | 2024-07-05 13:40:36.204 | debug | Field type mismatch for targetTemperatureMode2: val=M vs. number - set null
daikin.0 | 2024-07-05 13:40:36.191 | debug | Create State sensorInfo.outdoorTemperature
daikin.0 | 2024-07-05 13:40:36.190 | debug | Set State control.targetTemperature: 21
daikin.0 | 2024-07-05 13:40:36.190 | debug | Old value control.targetTemperature: old=undefined, new=21
daikin.0 | 2024-07-05 13:40:36.140 | debug | Create State controlInfo.targetTemperatureMode2
daikin.0 | 2024-07-05 13:40:36.134 | debug | Set State modelInfo.pv: 3
daikin.0 | 2024-07-05 13:40:36.134 | debug | Old value modelInfo.pv: old=undefined, new=3
daikin.0 | 2024-07-05 13:40:36.129 | debug | Set State deviceInfo.dst: true
daikin.0 | 2024-07-05 13:40:36.128 | debug | Old value deviceInfo.dst: old=undefined, new=true
daikin.0 | 2024-07-05 13:40:36.119 | debug | Create State control.targetTemperature
daikin.0 | 2024-07-05 13:40:36.115 | debug | Set State sensorInfo.indoorHumidity: null
daikin.0 | 2024-07-05 13:40:36.114 | debug | Old value sensorInfo.indoorHumidity: old=undefined, new=null
daikin.0 | 2024-07-05 13:40:36.107 | debug | Create State modelInfo.pv
daikin.0 | 2024-07-05 13:40:36.103 | debug | Create State deviceInfo.dst
daikin.0 | 2024-07-05 13:40:36.040 | debug | Set State controlInfo.targetTemperatureMode1: 21
daikin.0 | 2024-07-05 13:40:36.039 | debug | Old value controlInfo.targetTemperatureMode1: old=undefined, new=21
daikin.0 | 2024-07-05 13:40:36.034 | debug | Set State control.mode: 0
daikin.0 | 2024-07-05 13:40:36.033 | debug | Old value control.mode: old=undefined, new=0
daikin.0 | 2024-07-05 13:40:36.032 | debug | Create State sensorInfo.indoorHumidity
daikin.0 | 2024-07-05 13:40:36.015 | debug | Set State modelInfo.type: N
daikin.0 | 2024-07-05 13:40:36.014 | debug | Old value modelInfo.type: old=undefined, new=N
daikin.0 | 2024-07-05 13:40:36.008 | debug | Set State deviceInfo.region: eu
daikin.0 | 2024-07-05 13:40:36.008 | debug | Old value deviceInfo.region: old=undefined, new=eu
daikin.0 | 2024-07-05 13:40:35.993 | debug | Create State controlInfo.targetTemperatureMode1
daikin.0 | 2024-07-05 13:40:35.992 | debug | Create State control.mode
daikin.0 | 2024-07-05 13:40:35.986 | debug | Create State modelInfo.type
Tombra1889 commented 1 month ago

I can test something or log more information if needed.

Apollon77 commented 1 month ago

Ok, in fact you would need to sniff the traffic sent by ypur daikin app for kind if the sae change as you try to do via ipBroker ... Then we could compare. I can tell you how to do that ...

Tombra1889 commented 1 month ago

Okay, let's give it a try. Furthermore, the Daikin Local plugin for Homebridge works. Perhaps it is possible to learn something from it: https://github.com/cbrandlehner/homebridge-daikin-local

Apollon77 commented 1 month ago

Ok, install "Charles proxy" on your PC. Setup SSL certificate on your mobile device (works best with ios, android is different and somewhen problematic). https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/ Then set the PC IP and port 8888 as proxy for the wifi connection and verify that it works. Ideally first try to open a webpage. If you just see "CONNECT" in the proxy then ssl is not activated correctly. if this works .. use the daikin app and do it and you should see the commands and data as GET or POST.

Then save that session, not down at which timepoint you did what and send it with reference to this issue as email tu iobroker@fischer-ka.de

Re Homebridge: Any logs available where you see what they send?

Tombra1889 commented 1 month ago

Okay, sounds complicated, but I will try.

Homebridge-Log:

[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] getHeaterCoolerState is 0
[21/07/2024, 12:16:14] [Klimaanlage] getHeaterCoolerStateFV: update CurrentHeaterCoolerState: 0 (62).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] getActive: Power is: 0, Mode is 3
[21/07/2024, 12:16:14] [Klimaanlage] getActiveFV: update Active: 0 (63).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] getSwingMode: swing mode is: 1. 0=No swing, 1=Vertical swing, 2=Horizontal swing, 3=3D swing.
[21/07/2024, 12:16:14] [Klimaanlage] getSwingMode: swing mode for HomeKit is: 0. 0=Disabled, 1=Enabled
[21/07/2024, 12:16:14] [Klimaanlage] getSwingModeFV: update SwingMode: 1 (64).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,htemp=25.0,hhum=-,otemp=26.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (65).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] getTargetHeaterCoolerState responseValues.pow is 0
[21/07/2024, 12:16:14] [Klimaanlage] getTargetHeaterCoolerState is 0
[21/07/2024, 12:16:14] [Klimaanlage] getTargetHeaterCoolerStateFV: update TargetHeaterCoolerState: 0 (66).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] stemp: 21
[21/07/2024, 12:16:14] [Klimaanlage] dt3: 21
[21/07/2024, 12:16:14] [Klimaanlage] getCoolingTemperature: parsed float is 21
[21/07/2024, 12:16:14] [Klimaanlage] getCoolingTemperatureFV: update CoolingTemperature: 21 (67).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=26.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:16:14] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (68).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:16:14] [Klimaanlage] getFanSpeed: body is ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:16:14] [Klimaanlage] getFanSpeed: f_rate is A
[21/07/2024, 12:16:14] [Klimaanlage] daikinSpeedtoRaw: got value A
[21/07/2024, 12:16:14] [Klimaanlage] daikinSpeedtoRaw: raw value is 15
[21/07/2024, 12:16:14] [Klimaanlage] getFanSpeed: Reporting a current FAN speed of 15 Percent to HomeKit.
[21/07/2024, 12:16:14] [Klimaanlage] getFanSpeedFV: update Speed: 15 (69).
[21/07/2024, 12:16:14] [Klimaanlage] executing queued request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:14] [Klimaanlage] requesting from cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:14] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:14] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:15] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:15] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_88,rev=8A618141,pow=0,err=0,location=0,name=%57%6f%68%6e%7a%69%6d%6d%65%72,icon=0,method=polling,port=30050,id=765be78c-ea79-4d97-881c-9827a57a214e,pw=,lpw_flag=0,adp_kind=3,pv=3.20,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=346F24F3D177,adp_mode=run,en_hol=0,ssid1=WLAN,radio1=-35,ssid=DaikinAP21204,grp_name=,en_grp=0
[21/07/2024, 12:16:15] [Klimaanlage] queued request finished: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:16:15] [Klimaanlage] getFanStatusFV: update Status: off (counter: 70).
[21/07/2024, 12:17:05] [Klimaanlage] setTargetHeaterCoolerState: received new state 2
[21/07/2024, 12:17:05] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] HomeKit requested the AC to operate in COOL mode.
[21/07/2024, 12:17:05] [Klimaanlage] setTargetHeaterCoolerState: query: ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] setTargetHeaterCoolerState: update TargetHeaterCoolerState: 2.
[21/07/2024, 12:17:05] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,adv=
[21/07/2024, 12:17:05] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] setTargetHeaterCoolerState: update TargetHeaterCoolerState: 2.
[21/07/2024, 12:17:05] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] setActive: Power is 0, Mode is 3. Going to change power to 1.
[21/07/2024, 12:17:06] [Klimaanlage] setActive: update Active: 1.
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,adv=
[21/07/2024, 12:17:06] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] setActive: update Active: 1.
[21/07/2024, 12:17:06] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (71).
[21/07/2024, 12:17:06] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] getCoolingTemperatureFV: cache: 21
[21/07/2024, 12:17:06] [Klimaanlage] getCoolingTemperatureFV: early callback with cached CoolingTemperature: 21 (72).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getHeaterCoolerStateFV: early callback with CurrentHeaterCoolerState: 0 (73).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getHeatingTemperatureFV: early callback with cached HeatingTemperature: 21 (74).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getSwingModeFV: early callback with cached SwingMode: 1 (75).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getTargetHeaterCoolerStateFV: early callback with cached TargetHeaterCoolerState: 2 (76).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getActiveFV: early callback with cached Active: 1 (77).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getTemperatureDisplayUnits: Temperature unit is Celsius.
[21/07/2024, 12:17:06] [Klimaanlage] getFanStatusFV: early callback with cached Status: undefined (counter: 78).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:06] [Klimaanlage] getFanSpeedFV: early callback with cached Speed: 15 (79).
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:06] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (80).
[21/07/2024, 12:17:06] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:06] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,htemp=25.0,hhum=-,otemp=26.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (71).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:07] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:07] [Klimaanlage] getCoolingTemperature: parsed float is 21
[21/07/2024, 12:17:07] [Klimaanlage] getCoolingTemperatureFV: update CoolingTemperature: 21 (72).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] getHeaterCoolerState is 0
[21/07/2024, 12:17:07] [Klimaanlage] getHeaterCoolerStateFV: update CurrentHeaterCoolerState: 0 (73).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:07] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:07] [Klimaanlage] getHeatingTemperature: parsed float is 21
[21/07/2024, 12:17:07] [Klimaanlage] getHeatingTemperatureFV: update HeatingTemperature: 21 (74).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] getSwingMode: swing mode is: 1. 0=No swing, 1=Vertical swing, 2=Horizontal swing, 3=3D swing.
[21/07/2024, 12:17:07] [Klimaanlage] getSwingMode: swing mode for HomeKit is: 0. 0=Disabled, 1=Enabled
[21/07/2024, 12:17:07] [Klimaanlage] getSwingModeFV: update SwingMode: 1 (75).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] getTargetHeaterCoolerState responseValues.pow is 0
[21/07/2024, 12:17:07] [Klimaanlage] getTargetHeaterCoolerState is 0
[21/07/2024, 12:17:07] [Klimaanlage] getTargetHeaterCoolerStateFV: update TargetHeaterCoolerState: 0 (76).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] getActive: Power is: 0, Mode is 3
[21/07/2024, 12:17:07] [Klimaanlage] getActiveFV: update Active: 0 (77).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_88,rev=8A618141,pow=1,err=0,location=0,name=%57%6f%68%6e%7a%69%6d%6d%65%72,icon=0,method=polling,port=30050,id=765be78c-ea79-4d97-881c-9827a57a214e,pw=,lpw_flag=0,adp_kind=3,pv=3.20,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=346F24F3D177,adp_mode=run,en_hol=0,ssid1=WLAN,radio1=-35,ssid=DaikinAP21204,grp_name=,en_grp=0
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:07] [Klimaanlage] getFanStatusFV: update Status: on (counter: 78).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:07] [Klimaanlage] getFanSpeed: body is ret=OK,pow=0,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:07] [Klimaanlage] getFanSpeed: f_rate is A
[21/07/2024, 12:17:07] [Klimaanlage] daikinSpeedtoRaw: got value A
[21/07/2024, 12:17:07] [Klimaanlage] daikinSpeedtoRaw: raw value is 15
[21/07/2024, 12:17:07] [Klimaanlage] getFanSpeed: Reporting a current FAN speed of 15 Percent to HomeKit.
[21/07/2024, 12:17:07] [Klimaanlage] getFanSpeedFV: update Speed: 15 (79).
[21/07/2024, 12:17:07] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=26.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:07] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:07] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (80).
[21/07/2024, 12:17:30] [Klimaanlage] getFanStatusFV: early callback with cached Status: undefined (counter: 81).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] executing queued request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] requesting from cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] getFanSpeedFV: early callback with cached Speed: 15 (82).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getTemperatureDisplayUnits: Temperature unit is Celsius.
[21/07/2024, 12:17:30] [Klimaanlage] getCoolingTemperatureFV: cache: 21
[21/07/2024, 12:17:30] [Klimaanlage] getCoolingTemperatureFV: early callback with cached CoolingTemperature: 21 (83).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getHeaterCoolerStateFV: early callback with CurrentHeaterCoolerState: 0 (84).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getSwingModeFV: early callback with cached SwingMode: 1 (85).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getHeatingTemperatureFV: early callback with cached HeatingTemperature: 21 (86).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getTargetHeaterCoolerStateFV: early callback with cached TargetHeaterCoolerState: 0 (87).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (88).
[21/07/2024, 12:17:30] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] getActiveFV: early callback with cached Active: 0 (89).
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (90).
[21/07/2024, 12:17:30] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:30] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_88,rev=8A618141,pow=1,err=0,location=0,name=%57%6f%68%6e%7a%69%6d%6d%65%72,icon=0,method=polling,port=30050,id=765be78c-ea79-4d97-881c-9827a57a214e,pw=,lpw_flag=0,adp_kind=3,pv=3.20,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=346F24F3D177,adp_mode=run,en_hol=0,ssid1=WLAN,radio1=-35,ssid=DaikinAP21204,grp_name=,en_grp=0
[21/07/2024, 12:17:30] [Klimaanlage] queued request finished: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:30] [Klimaanlage] getFanStatusFV: update Status: on (counter: 81).
[21/07/2024, 12:17:30] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:30] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] getFanSpeed: body is ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] getFanSpeed: f_rate is A
[21/07/2024, 12:17:31] [Klimaanlage] daikinSpeedtoRaw: got value A
[21/07/2024, 12:17:31] [Klimaanlage] daikinSpeedtoRaw: raw value is 15
[21/07/2024, 12:17:31] [Klimaanlage] getFanSpeed: Reporting a current FAN speed of 15 Percent to HomeKit.
[21/07/2024, 12:17:31] [Klimaanlage] getFanSpeedFV: update Speed: 15 (82).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:31] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:31] [Klimaanlage] getCoolingTemperature: parsed float is 21
[21/07/2024, 12:17:31] [Klimaanlage] getCoolingTemperatureFV: update CoolingTemperature: 21 (83).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] getHeaterCoolerState is 3
[21/07/2024, 12:17:31] [Klimaanlage] getHeaterCoolerStateFV: update CurrentHeaterCoolerState: 3 (84).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] getSwingMode: swing mode is: 1. 0=No swing, 1=Vertical swing, 2=Horizontal swing, 3=3D swing.
[21/07/2024, 12:17:31] [Klimaanlage] getSwingMode: swing mode for HomeKit is: 0. 0=Disabled, 1=Enabled
[21/07/2024, 12:17:31] [Klimaanlage] getSwingModeFV: update SwingMode: 1 (85).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:31] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:31] [Klimaanlage] getHeatingTemperature: parsed float is 21
[21/07/2024, 12:17:31] [Klimaanlage] getHeatingTemperatureFV: update HeatingTemperature: 21 (86).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] getTargetHeaterCoolerState responseValues.pow is 1
[21/07/2024, 12:17:31] [Klimaanlage] getTargetHeaterCoolerState is 2
[21/07/2024, 12:17:31] [Klimaanlage] getTargetHeaterCoolerStateFV: update TargetHeaterCoolerState: 2 (87).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (88).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:31] [Klimaanlage] getActive: Power is: 1, Mode is 3
[21/07/2024, 12:17:31] [Klimaanlage] getActiveFV: update Active: 1 (89).
[21/07/2024, 12:17:31] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:31] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:31] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (90).
[21/07/2024, 12:17:34] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:34] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:34] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:34] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:34] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:34] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:35] [Klimaanlage] setActive: Power is 1, Mode is 3. Going to change power to 0.
[21/07/2024, 12:17:35] [Klimaanlage] setActive: update Active: 0.
[21/07/2024, 12:17:35] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,adv=
[21/07/2024, 12:17:35] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] setActive: update Active: 0.
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (91).
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (91).
[21/07/2024, 12:17:36] [Klimaanlage] getCoolingTemperatureFV: cache: 21
[21/07/2024, 12:17:36] [Klimaanlage] getCoolingTemperatureFV: early callback with cached CoolingTemperature: 21 (92).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:36] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:36] [Klimaanlage] getCoolingTemperature: parsed float is 21
[21/07/2024, 12:17:36] [Klimaanlage] getCoolingTemperatureFV: update CoolingTemperature: 21 (92).
[21/07/2024, 12:17:36] [Klimaanlage] getHeaterCoolerStateFV: early callback with CurrentHeaterCoolerState: 3 (93).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] getHeaterCoolerState is 3
[21/07/2024, 12:17:36] [Klimaanlage] getHeaterCoolerStateFV: update CurrentHeaterCoolerState: 3 (93).
[21/07/2024, 12:17:36] [Klimaanlage] getHeatingTemperatureFV: early callback with cached HeatingTemperature: 21 (94).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:36] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:36] [Klimaanlage] getHeatingTemperature: parsed float is 21
[21/07/2024, 12:17:36] [Klimaanlage] getHeatingTemperatureFV: update HeatingTemperature: 21 (94).
[21/07/2024, 12:17:36] [Klimaanlage] getTargetHeaterCoolerStateFV: early callback with cached TargetHeaterCoolerState: 2 (95).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] getTargetHeaterCoolerState responseValues.pow is 1
[21/07/2024, 12:17:36] [Klimaanlage] getTargetHeaterCoolerState is 2
[21/07/2024, 12:17:36] [Klimaanlage] getTargetHeaterCoolerStateFV: update TargetHeaterCoolerState: 2 (95).
[21/07/2024, 12:17:36] [Klimaanlage] getActiveFV: early callback with cached Active: 0 (96).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] getActive: Power is: 1, Mode is 3
[21/07/2024, 12:17:36] [Klimaanlage] getActiveFV: update Active: 1 (96).
[21/07/2024, 12:17:36] [Klimaanlage] getSwingModeFV: early callback with cached SwingMode: 1 (97).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] getSwingMode: swing mode is: 1. 0=No swing, 1=Vertical swing, 2=Horizontal swing, 3=3D swing.
[21/07/2024, 12:17:36] [Klimaanlage] getSwingMode: swing mode for HomeKit is: 0. 0=Disabled, 1=Enabled
[21/07/2024, 12:17:36] [Klimaanlage] getSwingModeFV: update SwingMode: 1 (97).
[21/07/2024, 12:17:36] [Klimaanlage] getTemperatureDisplayUnits: Temperature unit is Celsius.
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (98).
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:36] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (98).
[21/07/2024, 12:17:36] [Klimaanlage] getFanStatusFV: early callback with cached Status: undefined (counter: 99).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] getFanSpeedFV: early callback with cached Speed: 15 (100).
[21/07/2024, 12:17:36] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_88,rev=8A618141,pow=0,err=0,location=0,name=%57%6f%68%6e%7a%69%6d%6d%65%72,icon=0,method=polling,port=30050,id=765be78c-ea79-4d97-881c-9827a57a214e,pw=,lpw_flag=0,adp_kind=3,pv=3.20,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=346F24F3D177,adp_mode=run,en_hol=0,ssid1=WLAN,radio1=-35,ssid=DaikinAP21204,grp_name=,en_grp=0
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:36] [Klimaanlage] getFanStatusFV: update Status: off (counter: 99).
[21/07/2024, 12:17:36] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:36] [Klimaanlage] getFanSpeed: body is ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:36] [Klimaanlage] getFanSpeed: f_rate is A
[21/07/2024, 12:17:36] [Klimaanlage] daikinSpeedtoRaw: got value A
[21/07/2024, 12:17:36] [Klimaanlage] daikinSpeedtoRaw: raw value is 15
[21/07/2024, 12:17:36] [Klimaanlage] getFanSpeed: Reporting a current FAN speed of 15 Percent to HomeKit.
[21/07/2024, 12:17:36] [Klimaanlage] getFanSpeedFV: update Speed: 15 (100).
[21/07/2024, 12:17:37] [Klimaanlage] getHeaterCoolerStateFV: early callback with CurrentHeaterCoolerState: 3 (101).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getHeaterCoolerState is 3
[21/07/2024, 12:17:37] [Klimaanlage] getHeaterCoolerStateFV: update CurrentHeaterCoolerState: 3 (101).
[21/07/2024, 12:17:37] [Klimaanlage] getTemperatureDisplayUnits: Temperature unit is Celsius.
[21/07/2024, 12:17:37] [Klimaanlage] getCoolingTemperatureFV: cache: 21
[21/07/2024, 12:17:37] [Klimaanlage] getCoolingTemperatureFV: early callback with cached CoolingTemperature: 21 (102).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:37] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:37] [Klimaanlage] getCoolingTemperature: parsed float is 21
[21/07/2024, 12:17:37] [Klimaanlage] getCoolingTemperatureFV: update CoolingTemperature: 21 (102).
[21/07/2024, 12:17:37] [Klimaanlage] getHeatingTemperatureFV: early callback with cached HeatingTemperature: 21 (103).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] stemp: 21
[21/07/2024, 12:17:37] [Klimaanlage] dt3: 21
[21/07/2024, 12:17:37] [Klimaanlage] getHeatingTemperature: parsed float is 21
[21/07/2024, 12:17:37] [Klimaanlage] getHeatingTemperatureFV: update HeatingTemperature: 21 (103).
[21/07/2024, 12:17:37] [Klimaanlage] getTargetHeaterCoolerStateFV: early callback with cached TargetHeaterCoolerState: 2 (104).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getTargetHeaterCoolerState responseValues.pow is 1
[21/07/2024, 12:17:37] [Klimaanlage] getTargetHeaterCoolerState is 2
[21/07/2024, 12:17:37] [Klimaanlage] getTargetHeaterCoolerStateFV: update TargetHeaterCoolerState: 2 (104).
[21/07/2024, 12:17:37] [Klimaanlage] getSwingModeFV: early callback with cached SwingMode: 1 (105).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getSwingMode: swing mode is: 1. 0=No swing, 1=Vertical swing, 2=Horizontal swing, 3=3D swing.
[21/07/2024, 12:17:37] [Klimaanlage] getSwingMode: swing mode for HomeKit is: 0. 0=Disabled, 1=Enabled
[21/07/2024, 12:17:37] [Klimaanlage] getSwingModeFV: update SwingMode: 1 (105).
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (106).
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] cache EXPIRED: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] getActiveFV: early callback with cached Active: 1 (107).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getFanStatusFV: early callback with cached Status: undefined (counter: 108).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] getFanSpeedFV: early callback with cached Speed: 15 (109).
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperatureFV: early callback with cached CurrentTemperature: 25 (110).
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperature using http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] queuing (append) request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (106).
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getActive: Power is: 1, Mode is 3
[21/07/2024, 12:17:37] [Klimaanlage] getActiveFV: update Active: 1 (107).
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_88,rev=8A618141,pow=0,err=0,location=0,name=%57%6f%68%6e%7a%69%6d%6d%65%72,icon=0,method=polling,port=30050,id=765be78c-ea79-4d97-881c-9827a57a214e,pw=,lpw_flag=0,adp_kind=3,pv=3.20,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=346F24F3D177,adp_mode=run,en_hol=0,ssid1=WLAN,radio1=-35,ssid=DaikinAP21204,grp_name=,en_grp=0
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/common/basic_info
[21/07/2024, 12:17:37] [Klimaanlage] getFanStatusFV: update Status: off (counter: 108).
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_control_info
[21/07/2024, 12:17:37] [Klimaanlage] getFanSpeed: body is ret=OK,pow=1,mode=3,adv=,stemp=21.0,shum=0,dt1=25.0,dt2=M,dt3=21.0,dt4=25.0,dt5=25.0,dt7=25.0,dh1=AUTO,dh2=50,dh3=0,dh4=0,dh5=0,dh7=AUTO,dhh=50,b_mode=3,b_stemp=21.0,b_shum=0,alert=255,f_rate=A,f_dir=1,b_f_rate=A,b_f_dir=1,dfr1=5,dfr2=5,dfr3=A,dfr4=5,dfr5=5,dfr6=5,dfr7=5,dfrh=5,dfd1=0,dfd2=0,dfd3=1,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
[21/07/2024, 12:17:37] [Klimaanlage] getFanSpeed: f_rate is A
[21/07/2024, 12:17:37] [Klimaanlage] daikinSpeedtoRaw: got value A
[21/07/2024, 12:17:37] [Klimaanlage] daikinSpeedtoRaw: raw value is 15
[21/07/2024, 12:17:37] [Klimaanlage] getFanSpeed: Reporting a current FAN speed of 15 Percent to HomeKit.
[21/07/2024, 12:17:37] [Klimaanlage] getFanSpeedFV: update Speed: 15 (109).
[21/07/2024, 12:17:37] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] cache HIT: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] responding from cache: ret=OK,htemp=25.0,hhum=-,otemp=25.0,err=0,cmpfreq=0,mompow=1
[21/07/2024, 12:17:37] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/get_sensor_info
[21/07/2024, 12:17:37] [Klimaanlage] getCurrentTemperatureFV: update CurrentTemperature: 25 (110).
Apollon77 commented 1 month ago

Ok, und wann genau in diesem Homebridge log hast DU die relevante Änderung gemacht? ;-)

Tombra1889 commented 1 month ago

Hey, sorry, müsste um 12:17:06 als Einschaltbefehl gewesen sein und um 12:17:35 zum ausschalten.

Tombra1889 commented 1 month ago
[21/07/2024, 12:17:05] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:05] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,adv=
[21/07/2024, 12:17:05] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:06] [Klimaanlage] _doSendGetRequest: response from API: ret=OK,adv=
[21/07/2024, 12:17:06] [Klimaanlage] queued request finished: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=1&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] attempting request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] queuing (prepend) request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] executing queued request: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] requesting from cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] cache SKIP: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: requesting from API: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
[21/07/2024, 12:17:35] [Klimaanlage] _doSendGetRequest: set cache: path: http://192.168.66.73/aircon/set_control_info?ret=OK&pow=0&mode=3&adv=&stemp=21.0&shum=0&dt1=25.0&dt2=M&dt3=21.0&dt4=25.0&dt5=25.0&dt7=25.0&dh1=AUTO&dh2=50&dh3=0&dh4=0&dh5=0&dh7=AUTO&dhh=50&b_mode=3&b_stemp=21.0&b_shum=0&alert=255&f_rate=A&f_dir=1&b_f_rate=A&b_f_dir=1&dfr1=5&dfr2=5&dfr3=A&dfr4=5&dfr5=5&dfr6=5&dfr7=5&dfrh=5&dfd1=0&dfd2=0&dfd3=1&dfd4=0&dfd5=0&dfd6=0&dfd7=0&dfdh=0&dmnd_run=0&en_demand=1
Tombra1889 commented 1 month ago

Die folgenden wesentlichen Unterschiede konnte ich feststellen:

  1. In Homebridge werden zusätzlich "dmnd_run=0" und "en_demand=1" übertragen.
  2. In dh1 und dh7 steht jeweils "AUTO" drin.

Die Reihenfolge habe ich versucht zu vereinheitlichen, damit man es besser vergleichen kann.

Homebridge:

pow=0   mode=3   
adv=   
stemp=21.0   shum=0   
dt1=25.0   dt2=M   dt3=21.0   dt4=25.0   dt5=25.0   dt7=25.0   dh1=AUTO   dh2=50   dh3=0   dh4=0   dh5=0   dh7=AUTO   dhh=50   
b_mode=3   b_stemp=21.0   b_shum=0   alert=255   
f_rate=A   f_dir=1   
b_f_rate=A   
b_f_dir=1   
dfr1=5   dfr2=5   dfr3=A   dfr4=5   dfr5=5   dfr6=5   dfr7=5   dfrh=5   dfd1=0   dfd2=0   dfd3=1   dfd4=0   dfd5=0   dfd6=0   dfd7=0   dfdh=0   
dmnd_run=0   en_demand=1

ioBroker:

pow:0   mode:0   
adv:   
stemp:20.0   shum:0   
dt1:21   dt2:M   dt3:20   dt4:25   dt5:25   dt7:21   dh1:0   dh2:0   dh3:0   dh4:0   dh5:0   dh7:0   dhh:50   
b_mode:0   b_stemp:21   b_shum:0   alert:255   
f_rate:A   f_dir:1   
b_f_rate:A   
b_f_dir:1   
dfr1:A   dfr2:A   dfr3:4   dfr4:5   dfr5:5   dfr6:5   dfr7:A   dfrh:5   dfd1:1   dfd2:1   dfd3:1   dfd4:0   dfd5:0   dfd6:0   dfd7:1   dfdh:0