Merci, je viens de faire la mise à jour.
Je viens de tester un scénario simple, mais qui ne marche pas (changer la température, mais il envoie systématiquement la valeur 0).
Voici mon scénario :
et le log après exécution :
[2022-11-09 11:01:15]DEBUG : New Temperature set : 0
[2022-11-09 11:01:15]INFO : Send new value for SetTemperature to MELCloud
[2022-11-09 11:01:16]DEBUG : Envoie de la nouvelle commande : Array ( [EffectiveFlags] => 4 [LocalIPAddress] => [RoomTemperature] => 21 [SetTemperature] => [SetFanSpeed] => 0 [OperationMode] => 1 [VaneHorizontal] => 3 [VaneVertical] => 0 [Name] => [NumberOfFanSpeeds] => 4 [WeatherObservations] => Array ( [0] => Array ( [Date] => 2022-11-09T12:00:00 [Sunrise] => 2022-11-09T07:21:00 [Sunset] => 2022-11-09T17:19:00 [Condition] => 176 [ID] => 967059634 [Humidity] => 82 [Temperature] => 19 [Icon] => wsymbol_0009_light_rain_showers [ConditionName] => Pluie par endroits [Day] => 3 [WeatherType] => 0 ) [1] => Array ( [Date] => 2022-11-09T15:00:00 [Sunrise] => 2022-11-09T07:21:00 [Sunset] => 2022-11-09T17:19:00 [Condition] => 116 [ID] => 967059635 [Humidity] => 80 [Temperature] => 19 [Icon] => wsymbol_0002_sunny_intervals [ConditionName] => Partiellement nuageux [Day] => 3 [WeatherType] => 1 ) [2] => Array ( [Date] => 2022-11-10T03:00:00 [Sunrise] => 2022-11-10T07:23:00 [Sunset] => 2022-11-10T17:18:00 [Condition] => 116 [ID] => 968080319 [Humidity] => 87 [Temperature] => 17 [Icon] => wsymbol_0008_clear_sky_night [ConditionName] => Partiellement nuageux [Day] => 3 [WeatherType] => 2 ) [3] => Array ( [Date] => 2022-11-10T15:00:00 [Sunrise] => 2022-11-10T07:23:00 [Sunset] => 2022-11-10T17:18:00 [Condition] => 113 [ID] => 968080323 [Humidity] => 65 [Temperature] => 17 [Icon] => wsymbol_0001_sunny [ConditionName] => Dégagé/Ensoleillé [Day] => 4 [WeatherType] => 1 ) ) [ErrorMessage] => [ErrorCode] => 8000 [DefaultHeatingSetTemperature] => 23 [DefaultCoolingSetTemperature] => 21 [HideVaneControls] => [HideDryModeControl] => [RoomTemperatureLabel] => 0 [InStandbyMode] => [TemperatureIncrementOverride] => 0 [ProhibitSetTemperature] => [ProhibitOperationMode] => [ProhibitPower] => [DemandPercentage] => 100 [DeviceID] => 54945566 [DeviceType] => 0 [LastCommunication] => 2022-11-09T09:57:20.788 [NextCommunication] => 2022-11-09T09:58:20.788 [Power] => [HasPendingCommand] => true [Offline] => 1 [Scene] => [SceneOwner] => )
[2022-11-09 11:01:16]DEBUG : retour mise à jour device : {"EffectiveFlags":4,"LocalIPAddress":null,"RoomTemperature":21,"SetTemperature":22,"SetFanSpeed":0,"OperationMode":1,"VaneHorizontal":3,"VaneVertical":0,"Name":null,"NumberOfFanSpeeds":4,"WeatherObservations":[{"Date":"2022-11-09T12:00:00","Sunrise":"2022-11-09T07:21:00","Sunset":"2022-11-09T17:19:00","Condition":176,"ID":967059634,"Humidity":82,"Temperature":19,"Icon":"wsymbol_0009_light_rain_showers","ConditionName":"Pluie par endroits","Day":3,"WeatherType":0},{"Date":"2022-11-09T15:00:00","Sunrise":"2022-11-09T07:21:00","Sunset":"2022-11-09T17:19:00","Condition":116,"ID":967059635,"Humidity":80,"Temperature":19,"Icon":"wsymbol_0002_sunny_intervals","ConditionName":"Partiellement nuageux","Day":3,"WeatherType":1},{"Date":"2022-11-10T03:00:00","Sunrise":"2022-11-10T07:23:00","Sunset":"2022-11-10T17:18:00","Condition":116,"ID":968080319,"Humidity":87,"Temperature":17,"Icon":"wsymbol_0008_clear_sky_night","ConditionName":"Partiellement nuageux","Day":3,"WeatherType":2},{"Date":"2022-11-10T15:00:00","Sunrise":"2022-11-10T07:23:00","Sunset":"2022-11-10T17:18:00","Condition":113,"ID":968080323,"Humidity":65,"Temperature":17,"Icon":"wsymbol_0001_sunny","ConditionName":"D\u00e9gag\u00e9\/Ensoleill\u00e9","Day":4,"WeatherType":1}],"ErrorMessage":null,"ErrorCode":8000,"DefaultHeatingSetTemperature":23,"DefaultCoolingSetTemperature":21,"HideVaneControls":false,"HideDryModeControl":false,"RoomTemperatureLabel":0,"InStandbyMode":false,"TemperatureIncrementOverride":0,"ProhibitSetTemperature":false,"ProhibitOperationMode":false,"ProhibitPower":false,"DemandPercentage":100,"DeviceID":54945566,"DeviceType":0,"LastCommunication":"2022-11-09T09:57:20.788","NextCommunication":"2022-11-09T09:58:20.788","Power":false,"HasPendingCommand":false,"Offline":true,"Scene":null,"SceneOwner":null}
[2022-11-09 11:01:16]DEBUG : log for refresh : command not processed
[2022-11-09 11:01:16]DEBUG : log for weneral case : Power, value :
[2022-11-09 11:01:16]DEBUG : log for On : command not processed
[2022-11-09 11:01:16]DEBUG : log for Off : command not processed
[2022-11-09 11:01:16]DEBUG : log for weneral case : RoomTemperature, value : 21
[2022-11-09 11:01:16]DEBUG : log for SetTemperature : SetTemperature_Value, value: 22
[2022-11-09 11:01:16]DEBUG : SetTemperature : 22
[2022-11-09 11:01:16]DEBUG : log for OperationMode : OperationMode_Value, value: 1
[2022-11-09 11:01:16]DEBUG : log for OperationMode : command not processed
[2022-11-09 11:01:16]DEBUG : log for FanSpeed : FanSpeed_Value, value: 0
[2022-11-09 11:01:16]DEBUG : log for FanSpeed : FanSpeed, value: 4
[2022-11-09 11:01:16]DEBUG : log for VaneVerticalDirection : VaneVerticalDirection_Value, value: 0
[2022-11-09 11:01:16]DEBUG : log for VaneVerticalDirection : command not processed
[2022-11-09 11:01:16]DEBUG : log for VaneHorizontalDirection : VaneHorizontalDirection_Value, value: 3
[2022-11-09 11:01:16]DEBUG : log for VaneHorizontalDirection : command not processed
[2022-11-09 11:01:16]DEBUG : log for weather icone, for day1
[2022-11-09 11:01:16]DEBUG : log for weather day, for day 1
[2022-11-09 11:01:16]DEBUG : log for weather temperature, for day 1
[2022-11-09 11:01:16]DEBUG : log for weather type, for day 1
[2022-11-09 11:01:16]DEBUG : log for weather condition, for day 1
[2022-11-09 11:01:16]DEBUG : log for weather icone, for day2
[2022-11-09 11:01:16]DEBUG : log for weather day, for day 2
[2022-11-09 11:01:16]DEBUG : log for weather temperature, for day 2
[2022-11-09 11:01:16]DEBUG : log for weather type, for day 2
[2022-11-09 11:01:16]DEBUG : log for weather condition, for day 2
[2022-11-09 11:01:16]DEBUG : log for weather icone, for day3
[2022-11-09 11:01:16]DEBUG : log for weather temperature, for day 3
[2022-11-09 11:01:16]DEBUG : log for weather type, for day 3
[2022-11-09 11:01:16]DEBUG : log for weather condition, for day 3
[2022-11-09 11:01:16]DEBUG : log for weather icone, for day4
[2022-11-09 11:01:16]DEBUG : log for weather day, for day 4
[2022-11-09 11:01:16]DEBUG : log for weather temperature, for day 4
[2022-11-09 11:01:16]DEBUG : log for weather type, for day 4
[2022-11-09 11:01:16]DEBUG : log for weather condition, for day 4