Commande portail Somfy et RFPlayer

Mon problème

bonjoiur
j’ai associé mon portail avec moteur somfy (2 vantail) RTS a ma clé RFPLAYER sur l’adresse b1.
quand j’envoie la commande ON le portail s’ouvre, la commande OFF ferme le portail. j’ai associé ces 2 commandes à une télécommande enocean dans une automation:

alias: Nouvelle automatisation
description: ""
trigger:
  - platform: device
    domain: mqtt
    device_id: 58f2395bdb8f4abc14a79b075b7c8fdc
    type: button_short_press
    subtype: button_1
    discovery_id: enocean_D2030A_8100CE35_NONE_trig_single
condition: []
action:
  - service: cover.toggle
    data: {}
    target:
      entity_id: cover.cover_portail
mode: single

Résultat : au 1er appui ca s’ouvre, au 2eme appui ca se ferme. Si entre temps j’utilise une telecommande Somfy pour ouvrrir, lorsque j’utilise ma telecommande enocean, le portail cherche encore à s’ouvrir. J’aimerais avoir le même fonctionnement qu’avec mes télécommande d’origine : a chaque appuis le portail change d’état : s’ouvre (s’il est fermé), s’arrête (s’il est en mouvement), se ferme (s’il est ouvert).

voici comment j’ai déclaré mon portail dans covers.yaml :

    cover_portail:
      unique_id: cover.cover_portail
      device_class: shutter
      friendly_name: "Portail"
      open_cover:
        service: rfplayer.send_command
        data:
          protocol: RTS
          device_address: b1
          command: 'ON'
      close_cover:
        service: rfplayer.send_command
        data:
          command: 'OFF'
          protocol: RTS
          device_address: b1

Quelqu’un aurait la solution ?
merci

Je ne saurais pas t’aider sur cette partie précise, mais personnellement je ne suis pas fan du RTS du coup j’ai fait autrement, j’ai cablé un module sonoff zbmini-L sur l’entrée « interphone » de ma carte mère qui se situe dans mon garage (j’ai fait la même chose avec ma porte de garage novoferm) et j’ai bien le même fonctionnement qu’avec mes télécommandes.

avec le module zigbee qui est câblé, je trouve cela plus fiable.

Bonjour
Oui j’ai cette solution en backup mais encore du matériel a ajouter qq part… avec sa petite conso associée… Je crois qu’il me reste un relais pilotable dans mon ecodevice rt2.
Mais j’aimerais trouver tout de même la solution a mon interrogation car ça ne semble que " logiciel"

Slt…
Sûrement le problème du toggle, il faudrait partir sur un On Off, comme la cde RTS

Bonjour, je ne comprends pas … C’est dans l’automatisation que je dois changer le service cover toggle?
Je pense que le pb vient de l’association entre le portail et le rfplayer. Pour l’ouvrir je suis obliger de faire une commande rts on et pour le fermer rts off.

Pourtant l’appairage je l’ai fait comme le demande Somfy : sur le moteur appuie sur le bouton d’appairage et a proximité j’ai lancé l’association (ma clé rfplayer connectée sur un pc portable).

Oui c’est le fonctionnement normal en mode RTS, des réémetteurs (Rfplayer ou Rfxcom).
Une cde pour le On, une pour le Off et une pour le DIM%.
As tu tester sur le mode développement la partie RFPLAYER si le On et Off fonctionne comme tu veux avec la « telcde Somfy » ensuite ?

Après il faudrait voir si log de la « telecde enocean » envoie bien la cde du Rfplayer.

bonjour Doubledom
excuse moi je n’ai pas compris ta phrase « as tu tester sur le mode développement la partie RFPLAYER si le On et Off fonctionne comme tu veux avec la « telcde Somfy » ensuite ? »

nota : Ma télécommande enocean envoie bien la cde au RFPLAYER via une automatisation. A chaque appuis le portail s’ouvre ou se ferme. (mode TOGGLE). La seule solution que je vois pour le moment est de faire 2 automatisation et de distinguer 1 appui long et 1 appui court. l’un envoi commande ON l’autre le OFF.

Si tu fais test avec le Rfplayer, puis avec ta Telecde Somfy, y a t’il fonctionnement correct.
Pourquoi automation ?
Une cde depuis l’inter océan qui appel celle du rfplayer, comme tu dis appuie ou appuie long suffit …

bonsoir,
de quel test avec le Rfplayer parles tu ?
l’automation me sert a relier l’action sur la télécommande enocean à l’action avec le RFPLAYER. je ne vois pas comment faire autrement. (directement dans configuration.yaml ?)

Test du Rfplayer commande ON. ou OFF
Test télécde origine Somfy.
Que ce passe t’il ? fonctionnement correcte ?

Comment est le visuel de ton interrupteur (Télécommande) Enocean ?

Pour voir ce que envoie ta « télécde » ( avec ton automation), il faudrait que tu montres au moins les log, si tu as mis log du Rfplayer dans le fichier config

Résumé
logger:
  default: warning
  logs:
    custom_components.rfplayer: debug

Commande rfplayer RTS ON : le portail s’ouvre (s’il est deja ouvert, il force et refait une ouverture)
Commande rfplayer RTS OFF : le portail se ferme (s’il est deja fermé, il force et refait une fermeture)
Telecommande Somfy : a chaque appui le portail change d’état (se ferme si ouvert, s’ouvre si fermé)
ma télécommande Enocean est un bouton possoir NODON : Bouton connecté EnOcean (Soft Button) - pilotez votre habitat !
voici le log :

2023-02-19 11:16:20.796 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.oregon_louna_56580hygrometry
2023-02-19 11:16:37.981 DEBUG (MainThread) [custom_components.rfplayer] Rfplayer send command for {'protocol': 'RTS', 'device_address': 'b1', 'command': 'ON', 'automatic_add': False}
2023-02-19 11:16:37.982 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++ON b1 RTS\n\r'
2023-02-19 11:16:58.363 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "fr
2023-02-19 11:16:58.408 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-61", "floorNoise": "-95", "rfQuality": "8", "protocol": "5", "protocolMeaning": "OREGON", "infoType": "4", "frequency": "433920"},"infos": {"subType": "0", "id_PHY": "0x1A2D", "id_PHYMeaning": "THGR122/228/238/268,THGN122/123/132", "adr_channel": "53761", "adr": "210", "channel": "1", "qualifier": "32", "lowBatt": "0", "measures" : [{"type" : "temperature", "value" : "+10.8", "unit" : "Celsius"}, {"type" :
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: "hygrometry", "value" : "91", "unit" : "%"}]}}}
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'OREGON', 'id': '53761temperature', 'hardware': 'THGR122/228/238/268,THGN122/123/132', 'command': '+10.8', 'state': '+10.8', 'unit': 'Celsius', 'type': 'temperature'}
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:OREGON
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:53761temperature
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:hardware,v:THGR122/228/238/268,THGN122/123/132
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:+10.8
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:+10.8
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:unit,v:Celsius
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:type,v:temperature
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> +10.8
2023-02-19 11:16:58.423 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:+10.8
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'OREGON_53761temperature_cmd', 'sensor': 'command', 'value': '+10.8', 'unit': 'Celsius'}
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'OREGON_53761temperature_cmd', 'sensor': 'command', 'value': '+10.8', 'unit': 'Celsius'}
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.oregon_exterieur_53761temperature
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'OREGON', 'id': '53761hygrometry', 'hardware': 'THGR122/228/238/268,THGN122/123/132', 'command': '91', 'state': '91', 'unit': '%', 'type': 'hygrometry'}
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:OREGON
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:53761hygrometry
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:hardware,v:THGR122/228/238/268,THGN122/123/132
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:91
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:91
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:unit,v:%
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:type,v:hygrometry
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> 91
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:91
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'OREGON_53761hygrometry_cmd', 'sensor': 'command', 'value': '91', 'unit': '%'}
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'OREGON_53761hygrometry_cmd', 'sensor': 'command', 'value': '91', 'unit': '%'}
2023-02-19 11:16:58.424 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.oregon_exterieur_53761hygrometry
2023-02-19 11:17:02.511 DEBUG (MainThread) [custom_components.rfplayer] Rfplayer send command for {'command': 'OFF', 'protocol': 'RTS', 'device_address': 'b1', 'automatic_add': False}
2023-02-19 11:17:02.511 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++OFF b1 RTS\n\r'

Slt…
Je suppose que tu tournes avec ma version Béta du RFPLAYER ?

Regarde le log quand tu agis directement sur la Télécde d’origine Somfy, te remonte t’il une entité ?

Dans ton log je ne sais pas si c’est un appuie de ton Bouton EnOcean ou une cde par le mode développement . Précise STP

bjr
oui sur la beta.
quand j’appuis plusieur fois sur ma telecommande somfy :

2023-02-19 11:39:45.289 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:45.289 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:45.289 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:45.289 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:45.289 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:45.417 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header":
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-72", "floorNoise": "-95", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "6391901", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '6391901', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:6391901
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:45.460 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_6391901
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-74", "floorNoise": "-95", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:46.310 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-67", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "6391901", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '6391901', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:6391901
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:46.469 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_6391901
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-63", "floorNoise": "-94", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "6391901", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '6391901', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:6391901
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:47.491 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_6391901
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-65", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.353 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-64", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "4919482", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '4919482', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:4919482
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_4919482_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_4919482_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.529 DEBUG (MainThread) [custom_components.rfplayer] device_id not known, adding new device
2023-02-19 11:39:48.530 DEBUG (MainThread) [custom_components.rfplayer.sensor] Add sensor entity RTS_4919482_cmd
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-61", "floorNoise": "-94", "rfQuality": "8", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:48.773 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:49.021 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ZeroDivisionError: division by zero') while processing template 'Template("{{ ((1 - ((states('sensor.daily_energy_import')|float(0) *1000 / states('sensor.envoy_abri_today_s_energy_consumption')|float(0))))*100)| round(1) }}")' for attribute '_attr_native_value' in entity 'sensor.taux_independance_energetique'
2023-02-19 11:39:49.333 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header":
2023-02-19 11:39:49.375 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-66", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:49.375 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:49.376 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:49.547 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-65", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "6391901", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '6391901', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:6391901
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:49.548 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_6391901
2023-02-19 11:39:50.440 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-65", "floorNoise": "-96", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:50.441 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 11:39:50.614 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-66", "floorNoise": "-95", "rfQuality": "7", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "0", "subTypeMeaning": "Shutter", "id": "6391901", "qualifier": "10", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '6391901', 'state': 'Shutter', 'command': ['']}
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:6391901
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Shutter
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_6391901_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 11:39:50.615 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_6391901
2023-02-19 11:39:59.504 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cl
2023-02-19 11:39:59.548 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: uster": "0", "dataFlag": "0", "rfLevel": "-72", "floorNoise": "-96", "rfQuality": "6", "protocol": "5", "protocolMeaning": "OREGON", "infoType": "4", "frequency": "433920"},"infos": {"subType": "0", "id_PHY": "0x1A2D", "id_PHYMeaning": "THGR122/228/238/268,THGN122/123/132", "adr_channel": "56580", "adr": "221", "channel": "4", "qualifier": "33", "lowBatt": "1", "measures" : [{"type" : "temperature", "value" : "+18.5", "unit" : "Celsius"}, {"type" : "hygrometry", "value" : "54", "unit" :
2023-02-19 11:39:59.564 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: "%"}]}}}
2023-02-19 11:39:59.564 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'OREGON', 'id': '56580temperature', 'hardware': 'THGR122/228/238/268,THGN122/123/132', 'command': '+18.5', 'state': '+18.5', 'unit': 'Celsius', 'type': 'temperature'}
2023-02-19 11:39:59.564 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway

mon log d’avant c’était lors de l’utilisation de ma télécommande Enocean et donc la mise en route de mon automatisation

OK
Je vois que tu as effectivement une entité découverte (même deux), mais ce type là je ne crois pas que je remonte l’information de « l’état » tu ne dois pas avoir l’info, précise moi le je vais voir si je peux ajouter facilement suivant le protocole, sera seulement une info si appuie sur le vrai Télécde

Mais le log montre que cette entité 'id': 'RTS_34909_cmd'doit provenir de HA .(ou une double cde ?)

Faire essai d’appuie sur télécde Somfy, plus étalée dans le temps >10 sec par exemple

Donc elle fonctionne !, mais la cde ne doit pas être correcte.
Voir si en mode développement cela fait la même chose !

Oui ça fonctionne comme je l’ai déjà dit mais pas de la manière espérée : a chaque appuis le portail change de position mais si entre temps j’utilise une autre manière ( contact sec ou télécommande Somfy) de changer l’état du portail ça ne fonctionne plus. Si j’ai ouvert le portail a aide du contacte sec ou télécommande Somfy alors au prochain appui sur la télécommande onecean le portail cherche encore a s’ouvrir.
les log avec un appui toutes les 10s

2023-02-19 13:21:49.010 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 13:21:49.010 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:21:49.010 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:21:49.010 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 13:22:00.313 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-73", "floorNoise": "-95", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 13:22:00.313 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 13:22:00.313 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 13:22:00.313 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 13:22:00.313 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:22:00.314 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-74", "floorNoise": "-95", "rfQuality": "5", "protocol": "9", "protocolMeaning": "RTS", "infoType": "3", "frequency": "433920"},"infos": {"subType": "1", "subTypeMeaning": "Portal", "id": "34909", "qualifier": "1", "qualifierMeaning": { "flags": [""]}}}}
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'RTS', 'id': '34909', 'state': 'Portal', 'command': ['']}
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:RTS
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:34909
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:state,v:Portal
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:['']
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] event: command -> ['']
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] packet_events, sensor:command,value:['']
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] ignore_event
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] got event: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer] event of type sensor: {'id': 'RTS_34909_cmd', 'sensor': 'command', 'value': [''], 'unit': None}
2023-02-19 13:22:11.092 DEBUG (MainThread) [custom_components.rfplayer] passing event to sensor.rts_34909
2023-02-19 13:22:12.150 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: ZIA33{ "frame" :{"header": {"frameType": "0", "cluster": "0", "dataFlag": "0", "rfLevel": "-84", "floorNoise": "-95", "rfQuality": "2", "protocol": "5", "protocolMeaning": "OREGON", "infoType": "4", "frequency": "433920"},"infos": {"subType": "0", "id_PHY": "0x1A2D", "id_PHYMeaning": "THGR122/228/238/268,THGN122/123/132", "adr_channel": "14594", "adr": "57", "channel": "2", "qualifier": "32", "lowBatt": "0", "measures" : [{"type" : "temperature", "value" : "+18.5", "unit" : "Celsius"}, {
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] received data: "type" : "hygrometry", "value" : "59", "unit" : "%"}]}}}
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] decoded packet: {'node': 'gateway', 'protocol': 'OREGON', 'id': '14594temperature', 'hardware': 'THGR122/228/238/268,THGN122/123/132', 'command': '+18.5', 'state': '+18.5', 'unit': 'Celsius', 'type': 'temperature'}
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:node,v:gateway
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:protocol,v:OREGON
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:id,v:14594temperature
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:hardware,v:THGR122/228/238/268,THGN122/123/132
2023-02-19 13:22:12.166 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpparser] f:command,v:+18.5

OK
Tu as la cde Somfy qui sur quel Identité ?
Car je voyais RTS_6391901_cmd et RTS_34909_cmd
Une petite question ta télécde Enocean tu la remontes en MQTT sans différence d’appuie ?
Est-ce une version 868 MHZ ? qui peut être vue peut-être par le RFPLAYER ?

je dirais sur RTS_34909_cmd car j’ai lancer 3 commandes, et la ligne avec cette valeur apparait 3 fois dans mon dernier log. Je en sais pas a quoi correspond RTS_6391901_cmd
ma télécommande Enocean est en effet en MQTT (ENOCEANMQTT) et elle fonctionne en 868.3, c’est une bonne chose si le RFPlayer peut le voir, je tenterai un appairage plus tard.

bonjour
je voudrais utiliser home assistant pour ouvrir et fermer mon portail somfy sga (volets battants)
peux tu m explquer comment je peux connecter le zbmini-l ?
je n ai pas de plaquette de rue reliee a un interphone
merci de ton aide
m christine

Il faut relier ton module sur les entrées contact sec de ton portail, si t’a pas de fils.qui vont du portail a la maison il faut installer le module a côté du portail ( la ou il y a la carte qui pilote le moteur). Regarde sur la notice il doit y avons r sur la carte Somfy une entrée commande contact sec
Édit: en voyant ma notice du module zbmini-l je vois que celui-ci ne réalise as de contacte sec donc je ne vois pas comment l’utiliser pour piloter ton portail.