mpous / basicstation

LoRa Basics™ Station - The LoRaWAN Gateway Software
https://doc.sm.tc/station
59 stars 30 forks source link

Unable to set EUI tag #49

Closed hferentschik closed 2 years ago

hferentschik commented 2 years ago

BALENA_API_KEY is not available in-container and the script logs a parse error originating from:

ID=$(curl -sX GET "https://api.balena-cloud.com/v5/device?\$filter=uuid%20eq%20'$BALENA_DEVICE_UUID'" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $BALENA_API_KEY" | \ jq ".d | .[0] | .id")

_BALENA_APIKEY is empty.