Bonjour à tous.
J’ai une motorisation de portail qui est piloté par un module avec contact sec, comme j’ai un dongle RF, je me demande s’il n’est pas possible de piloter directement le moteur.
La trame de la télécommande:
2024-06-05 08:09:30.929 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] Packet : ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-93", "floorNoise": "-103", "rfQuality": "2", "protocol": "2", "protocolMeaning": "VISONIC", "infoType": "2", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Remote Control", "id": "3308263168", "qualifier": "16", "qualifierMeaning": { "flags": ["button/command"]}}}}
2024-06-05 08:09:30.929 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] handle packet: {'node': 'gateway', 'frameType': '0', 'cluster': '0', 'dataFlag': '0', 'rfLevel': '-93', 'floorNoise': '-103', 'rfQuality': '2', 'infoType': '2', 'frequency': '433920', 'protocol': 'VISONIC', 'subType': 'REMOTE', 'button1': False, 'button2': True, 'button3': False, 'button4': False, 'id': '3308263168', 'platform': 'sensor'}
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'VISONIC_3308263168typ_typ', 'subType': 'REMOTE', 'value': 'REMOTE', 'unit': None, 'platform': 'sensor', 'protocol': 'VISONIC'}
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer] device_id not known and automatic add disabled
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'VISONIC_3308263168bt1_bt1', 'button1': False, 'value': False, 'unit': None, 'platform': 'sensor', 'protocol': 'VISONIC'}
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer] device_id not known and automatic add disabled
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'VISONIC_3308263168bt2_bt2', 'button2': True, 'value': True, 'unit': None, 'platform': 'sensor', 'protocol': 'VISONIC'}
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer] device_id not known and automatic add disabled
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'VISONIC_3308263168bt3_bt3', 'button3': False, 'value': False, 'unit': None, 'platform': 'sensor', 'protocol': 'VISONIC'}
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer] device_id not known and automatic add disabled
2024-06-05 08:09:30.930 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'VISONIC_3308263168bt4_bt4', 'button4': False, 'value': False, 'unit': None, 'platform': 'sensor', 'protocol': 'VISONIC'}
La motirisation:
WS200S | Mhouse
Pensez vous cela possible? J’ai essayé avec quelques commande RF mais sans succès.
Merci