And when it is set to ECB
2024-12-02 10:42:41.633 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'gree.things'
2024-12-02 10:42:41.729 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Thing gree:airconditioner:gree1 is disposing
2024-12-02 10:42:41.737 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Automatic refresh started (5 second interval)
2024-12-02 10:42:41.742 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Sending scan packet to 192.168.8.221
2024-12-02 10:42:41.842 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Response received from address 192.168.8.221: {"t":"dev","cid":"xxxxxxxxxxxx","bc":"00000000000000000000000000000000","brand":"gree","catalog":"gree","mac":"xxxxxxxxxxxx","mid":"10001","model":"gree","name":"","lock":0,"series":"gree","vender":"1","ver":"V2.0.0","ModelType":"32776","hid":"362001065279+U-WB05RT13V1.23.bin"}
2024-12-02 10:42:41.844 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Discovered device at 192.168.8.221:7000
2024-12-02 10:42:46.767 [INFO ] [ng.gree.internal.handler.GreeHandler] - gree1: Thing initialization failed: Decryption of recieved data failed
2024-12-02 10:42:53.774 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Thing still OFFLINE (Unable to perform auto-update: I/O exception while updating status (Receive timed out))
2024-12-02 10:42:58.776 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Re-initialize device
2024-12-02 10:42:58.777 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Sending scan packet to 192.168.8.221
2024-12-02 10:42:58.841 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Response received from address 192.168.8.221: {"t":"dev","cid":"xxxxxxxxxxxx","bc":"00000000000000000000000000000000","brand":"gree","catalog":"gree","mac":"xxxxxxxxxxxx","mid":"10001","model":"gree","name":"","lock":0,"series":"gree","vender":"1","ver":"V2.0.0","ModelType":"32776","hid":"362001065279+U-WB05RT13V1.23.bin"}
2024-12-02 10:42:58.842 [DEBUG] [.internal.discovery.GreeDeviceFinder] - Discovered device at 192.168.8.221:7000
2024-12-02 10:43:05.851 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Change encryption type for device: xxxxxxxxxxxx, from : ECB, to: ECB
2024-12-02 10:43:12.861 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Unable to bind to device - changing the encryption mode to GCM and trying again
java.net.SocketTimeoutException: Receive timed out
at sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:703) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:633) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240) ~[?:?]
at java.net.DatagramSocket.receive(DatagramSocket.java:700) ~[?:?]
at org.openhab.binding.gree.internal.handler.GreeAirDevice.receiveResponse(GreeAirDevice.java:484) ~[?:?]
at org.openhab.binding.gree.internal.handler.GreeAirDevice.bindWithDevice(GreeAirDevice.java:168) ~[?:?]
at org.openhab.binding.gree.internal.handler.GreeHandler.initializeThing(GreeHandler.java:116) ~[?:?]
at org.openhab.binding.gree.internal.handler.GreeHandler.lambda$1(GreeHandler.java:364) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:840) [?:?]
2024-12-02 10:43:12.867 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Change encryption type for device: xxxxxxxxxxxx, from : ECB, to: GCM
2024-12-02 10:43:18.095 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:18.096 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values
2024-12-02 10:43:18.097 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel power : OFF
2024-12-02 10:43:18.099 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updading mode channel with 1/cool
2024-12-02 10:43:18.100 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel mode : cool
2024-12-02 10:43:18.102 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel temperature : 23 °C
2024-12-02 10:43:18.103 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel currentTemperature : 21.0
2024-12-02 10:43:18.105 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel air : OFF
2024-12-02 10:43:18.106 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel dry : OFF
2024-12-02 10:43:18.107 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel turbo : OFF
2024-12-02 10:43:18.108 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel windspeed : 0
2024-12-02 10:43:18.110 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel quiet : off
2024-12-02 10:43:18.111 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel swingUpDown : 0
2024-12-02 10:43:18.112 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel swingLeftRight : 0
2024-12-02 10:43:18.114 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel powersave : OFF
2024-12-02 10:43:18.115 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel light : ON
2024-12-02 10:43:18.116 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Updating channel health : OFF
2024-12-02 10:43:23.216 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:23.217 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values
2024-12-02 10:43:28.335 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:28.336 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values
2024-12-02 10:43:33.457 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:33.458 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values
2024-12-02 10:43:38.580 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:38.581 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values
2024-12-02 10:43:43.695 [DEBUG] [.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","uid":0,"mac":"xxxxxxxxxxxx","cid":"xxxxxxxxxxxx","dat":[0,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,61],"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt","NoiseSet","TemSen"],"r":200}
2024-12-02 10:43:43.696 [DEBUG] [ng.gree.internal.handler.GreeHandler] - gree1: Executing automatic update of values