Herelink V1.1 Joystick signals not receiving

Hello,

I have an Herelink unit, the joy stick is not sending data and not cablibrating. It stopped working all of the sudden. Any fix for it ?

I got the similar issue, and the only solution I have found was to send specific mavlink message to the FC to force him to periodically emit telemetry and joystick value.

i send (to the FC) following messages periodically (every 5 secs):
REQUEST_DATA_STREAM 1, 1, 1, 2, 1
REQUEST_DATA_STREAM 1, 1, 2, 2, 1
REQUEST_DATA_STREAM 1, 1, 3, 2, 1
REQUEST_DATA_STREAM 1, 1, 6, 3, 1
REQUEST_DATA_STREAM 1, 1, 10, 10, 1
REQUEST_DATA_STREAM 1, 1, 11, 10, 1
REQUEST_DATA_STREAM 1, 1, 12, 3, 1

or, I open another QGroundControl on the same network (with mavlink_router) and everything is fine.