Salut…
Quelle version de l’addon ?
Log du démarrage de HA
@+Dom
Bonjour,
Désolé pour le délais, j’imaginais recevoir automatiquement un email pour m’alerter
[on s’y habitue – c’est chose faite]
Version : Beta_RFPlayer 16.0.3
Log du démarrage de HA :
J’ai séléctionné
2023-01-24 14:21:37.329 INFO (MainThread) [homeassistant.setup] Setting up rfplayer
2023-01-24 14:21:37.329 INFO (MainThread) [homeassistant.setup] Setup of domain rfplayer took 0.0 seconds
2023-01-24 14:21:37.338 INFO (MainThread) [custom_components.rfplayer] Initiating Rfplayer connection
2023-01-24 14:21:37.354 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] CommandSerialization
2023-01-24 14:21:37.354 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] PacketHandling
2023-01-24 14:21:37.354 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] EventHandling
2023-01-24 14:21:37.355 INFO (MainThread) [custom_components.rfplayer] Connected to Rfplayer
2023-01-24 14:21:37.358 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rfplayer
2023-01-24 14:21:37.360 INFO (MainThread) [homeassistant.components.switch] Setting up switch.rfplayer
2023-01-24 14:21:37.362 INFO (MainThread) [homeassistant.components.number] Setting up number.rfplayer
2023-01-24 14:21:37.370 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] connected
2023-01-24 14:21:37.370 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++HELLO\n\r'
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++RECEIVER + *\n\r'
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++FORMAT JSON\n\r'
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] initialized
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.switch] Add switch entity {'protocol': 'RTS', 'device_address': 'G8', 'device_id': None, 'command': True, 'id': 'RTS_G8'}
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.switch] Add switch entity {'protocol': 'RTS', 'device_address': 'A1', 'device_id': None, 'command': True, 'id': 'RTS_A1'}
2023-01-24 14:21:37.371 DEBUG (MainThread) [custom_components.rfplayer.switch] Add switch entity {'protocol': 'RTS', 'device_address': 'B1', 'device_id': None, 'command': True, 'id': 'RTS_B1'}
2023-01-24 14:21:37.372 DEBUG (MainThread) [custom_components.rfplayer.number] Add jamming number entity
2023-01-24 14:21:37.382 DEBUG (MainThread) [custom_components.rfplayer] Fired bus event for switch.rts_g8: True
2023-01-24 14:21:37.383 DEBUG (MainThread) [custom_components.rfplayer] Fired bus event for switch.rts_a1: True
2023-01-24 14:21:37.383 DEBUG (MainThread) [custom_components.rfplayer] Fired bus event for switch.rts_b1: True
2023-01-24 14:21:38.148 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA--Welcome to Ziblue Dongle RFPLAYER (RFP1000, Firmware=V1.36 F=433Mhz & 868Mhz EU)!
2023-01-24 14:21:38.148 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'message': 'Welcome to Ziblue Dongle RFPLAYER (RFP1000, Firmware=V1.36 F=433Mhz & 868Mhz EU)!'}
2023-01-24 14:21:38.148 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-24 14:21:38.148 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:message,v:Welcome to Ziblue Dongle RFPLAYER (RFP1000, Firmware=V1.36 F=433Mhz & 868Mhz EU)!
2023-01-24 14:21:38.148 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'message': 'RECEIVED PROTOCOLS: X10 RTS VISONIC BLYSS CHACON OREGONV1 OREGONV2 OREGONV3/OWL DOMIA X2D KD101 PARROT TIC FS20 EDISIO'}
2023-01-24 14:21:38.149 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-24 14:21:38.149 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:message,v:RECEIVED PROTOCOLS: X10 RTS VISONIC BLYSS CHACON OREGONV1 OREGONV2 OREGONV3/OWL DOMIA X2D KD101 PARROT TIC FS20 EDISIO
J’ai également fait un Ping comme tu l’avais proposé à un autre membre :
2023-01-24 14:33:28.507 DEBUG (MainThread) [custom_components.rfplayer] Rfplayer send command for {'command': 'Ping', 'automatic_add': False, 'protocol': ' '}
2023-01-24 14:33:28.507 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++Ping \n\r'
2023-01-24 14:33:28.518 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA--PONG
2023-01-24 14:33:28.518 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'message': 'PONG'}
2023-01-24 14:33:28.518 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-24 14:33:28.518 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:message,v:PONG
2023-01-24 14:33:34.958 DEBUG (MainThread) [custom_components.rfplayer] Rfplayer send command for {'command': 'Ping', 'automatic_add': False, 'protocol': 'RTS'}
2023-01-24 14:33:34.959 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++Ping RTS\n\r'
2023-01-24 14:33:34.965 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA--PONG
2023-01-24 14:33:34.965 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'message': 'PONG'}
2023-01-24 14:33:34.965 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-24 14:33:34.966 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:message,v:PONG
2023-01-24 14:33:34.982 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: error request number=0
2023-01-24 14:33:34.983 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'message': '\nerror request number=0\nSyntax error: RTS\n\n'}
2023-01-24 14:33:34.983 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-24 14:33:34.983 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:message,v:
Merci encore
Apparemment tu as trois Switch rts en mémoire,
switch.rts_g8
switch.rts_a1
switch.rts_b1
Fais des tests sur ces trois là et regarde les log…
Voir si tu les as sur
un dashboard , sinon ajoutés les…
@+Dom (⁰¿⁰)
Merci de répondre.
Je suis débutant, je ne suis pas certain de quels (types de) test tu attends.
Pour donner plus de contexte :
ce sont 2 stores (2 moteurs), et une télécommande ( Télis 4 RTS est une télécommande radio RTS 5 canaux).
Je confirme qu’ils sont sur mes dashboard mais rien.
En utilisant ceux-ci (on&off) :
2023-01-25 13:31:10.240 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF A1 RTS\n\r'
2023-01-25 13:31:13.011 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF B1 RTS\n\r'
2023-01-25 13:31:14.663 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF G8 RTS\n\r'
2023-01-25 13:31:16.729 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++ON G8 RTS\n\r'
2023-01-25 13:31:17.466 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++ON B1 RTS\n\r'
2023-01-25 13:31:18.259 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++ON A1 RTS\n\r'
2023-01-25 13:31:19.116 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF A1 RTS\n\r'
2023-01-25 13:31:19.642 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF B1 RTS\n\r'
2023-01-25 13:31:20.072 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF G8 RTS\n\r'
2023-01-25 13:31:22.026 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++ON B1 RTS\n\r'
Comme tu le vois j’ai activé le mode débug,
en utilisant la télécommande, si je comprends bien la façon parrot indique :
2023-01-25 13:37:26.451 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-78", "floorNoise": "-96", "rfQuality": "4", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "792645", "qualifier": "7", "qualifierMeaning": { "flags": ["Up/On"]}}}}
2023-01-25 13:37:26.451 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '792645', 'state': 'Shutter', 'command': 'Up/On'}
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:792645
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:Up/On
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> Up/On
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:Up/On
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Up/On', 'unit': None}
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Up/On', 'unit': None}
2023-01-25 13:37:26.452 DEBUG (MainThread) [custom_components.rfplayer] device_id not known, adding new device
2023-01-25 13:37:26.453 DEBUG (MainThread) [custom_components.rfplayer.sensor] Add sensor entity RTS_792645_cmd
2023-01-25 13:37:26.454 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.rfplayer entity: sensor.rts_792645
2023-01-25 13:37:27.926 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-75", "floorNoise": "-97", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "792645", "qualifier": "1", "qualifierMeaning": { "flags": ["Down/Off"]}}}}
2023-01-25 13:37:27.926 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '792645', 'state': 'Shutter', 'command': 'Down/Off'}
2023-01-25 13:37:27.926 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:27.926 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:792645
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:Down/Off
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> Down/Off
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:Down/Off
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:27.927 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_792645
2023-01-25 13:37:28.646 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"head
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: er": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-75", "floorNoise": "-97", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "792645", "qualifier": "1", "qualifierMeaning": { "flags": ["Down/Off"]}}}}
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '792645', 'state': 'Shutter', 'command': 'Down/Off'}
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:792645
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:28.690 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:Down/Off
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> Down/Off
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:Down/Off
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_792645_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:28.691 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_792645
2023-01-25 13:37:31.025 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"h
2023-01-25 13:37:31.069 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: eader": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-78", "floorNoise": "-97", "rfQuality": "4", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "858181", "qualifier": "4", "qualifierMeaning": { "flags": ["My"]}}}}
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '858181', 'state': 'Shutter', 'command': 'MY'}
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:858181
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:MY
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> MY
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:MY
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_858181_cmd', 'sensor': 'command', 'value': 'MY', 'unit': None}
2023-01-25 13:37:31.070 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_858181_cmd', 'sensor': 'command', 'value': 'MY', 'unit': None}
2023-01-25 13:37:31.071 DEBUG (MainThread) [custom_components.rfplayer] device_id not known, adding new device
2023-01-25 13:37:31.071 DEBUG (MainThread) [custom_components.rfplayer.sensor] Add sensor entity RTS_858181_cmd
2023-01-25 13:37:31.077 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.rfplayer entity: sensor.rts_858181
2023-01-25 13:37:32.668 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-76", "floorNoise": "-97", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "727109", "qualifier": "1", "qualifierMeaning": { "flags": ["Down/Off"]}}}}
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '727109', 'state': 'Shutter', 'command': 'Down/Off'}
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:727109
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:Down/Off
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> Down/Off
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:Down/Off
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_727109_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_727109_cmd', 'sensor': 'command', 'value': 'Down/Off', 'unit': None}
2023-01-25 13:37:32.669 DEBUG (MainThread) [custom_components.rfplayer] device_id not known, adding new device
2023-01-25 13:37:32.670 DEBUG (MainThread) [custom_components.rfplayer.sensor] Add sensor entity RTS_727109_cmd
2023-01-25 13:37:32.671 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.rfplayer entity: sensor.rts_727109
2023-01-25 13:37:34.206 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-77", "floorNoise": "-98", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "727109", "qualifier": "4", "qualifierMeaning": { "flags": ["My"]}}}}
2023-01-25 13:37:34.206 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '727109', 'state': 'Shutter', 'command': 'MY'}
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:727109
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:MY
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> MY
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:MY
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_727109_cmd', 'sensor': 'command', 'value': 'MY', 'unit': None}
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_727109_cmd', 'sensor': 'command', 'value': 'MY', 'unit': None}
2023-01-25 13:37:34.207 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_727109
Je vais essayer de comprendre comment digérer cette info mais visiblement le « problème » est surtout ma compréhension et que tout est là pour « réussir ». PEBCAK …
Si tu as des pistes, je les prends, si je trouve, je te fais savoir et partage ici.
Update : DoubleDom m’a énormément aidé en privé.
Nous avons retrouvé via les service de dev les commandes déjà créés [adresse ( de a1 → …)]
puis créé. Le plus simple ensuite a été de faire l’ensemble de façon automatique en mode assoc en fonction des commandes trouvées. Après DoubleDom m’a encore aidé pour faire un Lovelace adéquat qui correpond à mes besoins.
Regarde les lignes ou je fais
adding new device et ensuite
addd sensor entity avec le code de l’id remonter RTS_792645_cmd
PS : je suis sur tel dites moi quand disponible…