Gateway Raspberry Pi

Bonjour à tous,

Est-ce que le plugin JeeMySensors est compatible avec une gateway Raspberry Pi, c’est à dire un module NRF24L01 directement connecté au GPIO du Rapsberry ?
https://www.mysensors.org/build/raspberry

Je viens d’essayer et mon montage fonctionne bien côté Raspberry :

pi@raspberrypi4:~/MySensors $ sudo ./bin/mysgw
Feb 22 07:44:56 INFO  Starting gateway...
Feb 22 07:44:56 INFO  Protocol version - 2.3.2
Feb 22 07:44:56 DEBUG Serial port /dev/ttyAMA0 (115200 baud) created
Feb 22 07:44:56 DEBUG MCO:BGN:INIT GW,CP=RNNGL-Q-,FQ=NA,REL=255,VER=2.3.2
Feb 22 07:44:56 DEBUG TSF:LRT:OK
Feb 22 07:44:56 DEBUG TSM:INIT
Feb 22 07:44:56 DEBUG TSF:WUR:MS=0
Feb 22 07:44:56 DEBUG TSM:INIT:TSP OK
Feb 22 07:44:56 DEBUG TSM:INIT:GW MODE
Feb 22 07:44:56 DEBUG TSM:READY:ID=0,PAR=0,DIS=0
Feb 22 07:44:56 DEBUG MCO:REG:NOT NEEDED
Feb 22 07:44:56 DEBUG MCO:BGN:STP
Feb 22 07:44:56 DEBUG MCO:BGN:INIT OK,TSP=1
Feb 22 07:44:56 DEBUG TSM:READY:NWD REQ

Je vois bien les modules communiquer avec la gateway dans les logs.

En revanche, côté JeeMySensors, le plugin ne semble pas apprécier le port série virtuel :

[2022-02-22 07:46:58][INFO] : Début d'activation du plugin
[2022-02-22 07:46:59][INFO] : Info sur le démon : {"launchable_message":"","launchable":"nok","state":"nok","log":"nok","auto":0}
[2022-02-22 07:50:59][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 07:52:00][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 07:55:59][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 07:56:23][ERROR] : Serial readline error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 07:58:35][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 07:59:24][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
[2022-02-22 08:00:06][ERROR] : Serial read error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)

J’ai raté quelque chose ?