Could you try to update /etc/default/concentratord
to:
# reset the LoRa concentrator on Concentratord start
CONCENTRATOR_RESET="yes"
# reset pin
CONCENTRATOR_RESET_PIN=25
# power enable pin
CONCENTRATOR_POWER_EN_PIN=18
# concentratord version
CONCENTRATORD_VERSION="sx1301"
Then:
- re-run the sx1301-reset stop and start command
- try to start concentratord from the cli
If that works, run monit start chirpstack-concentratord
. When restarting the gateway, concentratord should be automatically started on boot.