J'ai fait plusieurs tests en fermeture total des volets et j'ai toujours le même résultat : volet 1% au lieu de fermé.
Voici le log d'un test de fermeture puis stop (avec retour correct) puis fermeture (il y a 3 fois de suite un UpdateDevice à 1) et le volet affiche 1% dans domoticz :
Code : Tout sélectionner
2024-07-11 12:34:23,183 INFO :b'onCommand - unit: 4, command: Stop, level: 20, color: '
2024-07-11 12:34:23,184 INFO :b'mgtCommand (3413) 20918a00000626d1 4 Name: Chambre_Parents Command: Stop Level: 20 Color: '
2024-07-11 12:34:23,185 INFO :b'handle_command_stop : Stop for Device: 3413 EPout: 01 Unit: 4 DeviceType: LvlControl'
2024-07-11 12:34:23,186 INFO :b'profalux_stop ++++ 3413/01 payload: 010003'
2024-07-11 12:34:23,402 INFO :b'ReadCluster - 0008 - 3413/01 AttrId: 0000 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 25'
2024-07-11 12:34:23,403 INFO :b"is_generic_zcl_cluster 0008/0000 and definition {'Enabled': True, 'Name': 'CurrentLevel', 'DataType': '20', 'Range': ['00', 'ff'], 'Acc': 'RPS', 'Default': 'ff', 'Mandatory': True, 'DomoClusterType': 'LvlControl', 'ActionList': ['check_store_value', 'upd_domo_device']}"
2024-07-11 12:34:23,404 INFO :b'Foundation Cluster - Nwkid: 3413 Ep: 01 Cluster: 0008 Attribute: 0000 Type: 20 Data: 25 Source: 8102'
2024-07-11 12:34:23,405 INFO :b'compute_attribute_value - _decoding_value: None value: 37'
2024-07-11 12:34:23,406 INFO :b'---> Data Action: check_store_value'
2024-07-11 12:34:23,407 INFO :b'---> Data Action: upd_domo_device'
2024-07-11 12:34:23,408 INFO :b'action_majdomodevice - 3413/01 0008 0000 Volet-Profalux 37'
2024-07-11 12:34:23,409 INFO :b' _majdomo_formater: None'
2024-07-11 12:34:23,410 INFO :b' _majdomo_formater: None 37 -> 37'
2024-07-11 12:34:23,411 INFO :b' _majdomo_cluster: None'
2024-07-11 12:34:23,412 INFO :b' _majdomo_attribute: None -> '
2024-07-11 12:34:23,413 INFO :b' _majdomo_ep: None -> 01'
2024-07-11 12:34:23,435 INFO :b'UpdateDevice - (Chambre_Parents) 2:15'
2024-07-11 12:34:24,793 INFO :b'onCommand - unit: 4, command: Close, level: 0, color: '
2024-07-11 12:34:24,795 INFO :b'mgtCommand (3413) 20918a00000626d1 4 Name: Chambre_Parents Command: Close Level: 0 Color: '
2024-07-11 12:34:24,796 INFO :b'handle_command_off : Off for Device: 3413 EPout: 01 Unit: 4 DeviceType: LvlControl modelName: Volet-Profalux'
2024-07-11 12:34:24,797 INFO :b'---------- actuator_setlevel Set Level: 01'
2024-07-11 12:34:24,820 INFO :b'UpdateDevice - (Chambre_Parents) 0:0'
2024-07-11 12:34:28,419 INFO :b'ReadCluster - 0008 - 3413/01 AttrId: 0000 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 01'
2024-07-11 12:34:28,421 INFO :b"is_generic_zcl_cluster 0008/0000 and definition {'Enabled': True, 'Name': 'CurrentLevel', 'DataType': '20', 'Range': ['00', 'ff'], 'Acc': 'RPS', 'Default': 'ff', 'Mandatory': True, 'DomoClusterType': 'LvlControl', 'ActionList': ['check_store_value', 'upd_domo_device']}"
2024-07-11 12:34:28,422 INFO :b'Foundation Cluster - Nwkid: 3413 Ep: 01 Cluster: 0008 Attribute: 0000 Type: 20 Data: 01 Source: 8102'
2024-07-11 12:34:28,423 INFO :b'compute_attribute_value - _decoding_value: None value: 1'
2024-07-11 12:34:28,424 INFO :b'---> Data Action: check_store_value'
2024-07-11 12:34:28,425 INFO :b'---> Data Action: upd_domo_device'
2024-07-11 12:34:28,426 INFO :b'action_majdomodevice - 3413/01 0008 0000 Volet-Profalux 1'
2024-07-11 12:34:28,427 INFO :b' _majdomo_formater: None'
2024-07-11 12:34:28,428 INFO :b' _majdomo_formater: None 1 -> 1'
2024-07-11 12:34:28,429 INFO :b' _majdomo_cluster: None'
2024-07-11 12:34:28,430 INFO :b' _majdomo_attribute: None -> '
2024-07-11 12:34:28,431 INFO :b' _majdomo_ep: None -> 01'
2024-07-11 12:34:28,444 INFO :b'UpdateDevice - (Chambre_Parents) 2:1'
2024-07-11 12:34:34,238 INFO :b'ReadCluster - 0006 - 3413/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01'
2024-07-11 12:34:34,239 INFO :b"is_generic_zcl_cluster 0006/0000 and definition {'Enabled': True, 'Name': 'OnOff', 'DataType': '10', 'Acc': 'RPS', 'Default': '0', 'Mandatory': True, 'DomoClusterType': 'Switch', 'ActionList': ['check_store_value', 'upd_domo_device']}"
2024-07-11 12:34:34,241 INFO :b'Foundation Cluster - Nwkid: 3413 Ep: 01 Cluster: 0006 Attribute: 0000 Type: 10 Data: 01 Source: 8100'
2024-07-11 12:34:34,242 INFO :b'compute_attribute_value - _decoding_value: None value: 01'
2024-07-11 12:34:34,243 INFO :b'---> Data Action: check_store_value'
2024-07-11 12:34:34,243 INFO :b'---> Data Action: upd_domo_device'
2024-07-11 12:34:34,244 INFO :b'action_majdomodevice - 3413/01 0006 0000 Volet-Profalux 01'
2024-07-11 12:34:34,245 INFO :b' _majdomo_formater: None'
2024-07-11 12:34:34,246 INFO :b' _majdomo_formater: None 01 -> 01'
2024-07-11 12:34:34,248 INFO :b' _majdomo_cluster: None'
2024-07-11 12:34:34,249 INFO :b' _majdomo_attribute: None -> '
2024-07-11 12:34:34,250 INFO :b' _majdomo_ep: None -> 01'
2024-07-11 12:34:34,273 INFO :b'UpdateDevice - (Chambre_Parents) 1:1'
2024-07-11 12:34:34,346 INFO :b'ReadCluster - 0008 - 3413/01 AttrId: 0000 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 01'
2024-07-11 12:34:34,347 INFO :b"is_generic_zcl_cluster 0008/0000 and definition {'Enabled': True, 'Name': 'CurrentLevel', 'DataType': '20', 'Range': ['00', 'ff'], 'Acc': 'RPS', 'Default': 'ff', 'Mandatory': True, 'DomoClusterType': 'LvlControl', 'ActionList': ['check_store_value', 'upd_domo_device']}"
2024-07-11 12:34:34,348 INFO :b'Foundation Cluster - Nwkid: 3413 Ep: 01 Cluster: 0008 Attribute: 0000 Type: 20 Data: 01 Source: 8100'
2024-07-11 12:34:34,349 INFO :b'compute_attribute_value - _decoding_value: None value: 1'
2024-07-11 12:34:34,350 INFO :b'---> Data Action: check_store_value'
2024-07-11 12:34:34,350 INFO :b'---> Data Action: upd_domo_device'
2024-07-11 12:34:34,351 INFO :b'action_majdomodevice - 3413/01 0008 0000 Volet-Profalux 1'
2024-07-11 12:34:34,352 INFO :b' _majdomo_formater: None'
2024-07-11 12:34:34,352 INFO :b' _majdomo_formater: None 1 -> 1'
2024-07-11 12:34:34,353 INFO :b' _majdomo_cluster: None'
2024-07-11 12:34:34,354 INFO :b' _majdomo_attribute: None -> '
2024-07-11 12:34:34,355 INFO :b' _majdomo_ep: None -> 01'
2024-07-11 12:34:34,372 INFO :b'UpdateDevice - (Chambre_Parents) 2:1'