Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Empty device twin configuration when creating a AU915 gateway #2274

Closed
adcoly opened this issue Jun 29, 2023 · 0 comments
Closed

Bug: Empty device twin configuration when creating a AU915 gateway #2274

adcoly opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@adcoly
Copy link

adcoly commented Jun 29, 2023

Expected Behavior

When I create a gateway, I retrieve this one in the Azure device list and its device twin should have a complete radio configuration based on the selected region.

Current Behavior

I'm trying to create a concentrator in AU915 (with one of its Frequency Sub-Band) and when I'm heading to its twin in Azure, there is no radio configuration.

(Update: After some verification, it's doing the same for each AS and AU configuration, but CN, US & EU are still working well)

Context (Environment)

Portal version: 4.13.1.169
LoRaWAN Stack version: 2.1.0

Logs

Twin of my concentrator:

{
    "deviceId": "002244FFFE6688AA",
    "etag": "AAAAAAAAAAQ=",
    "deviceEtag": "MzgwODUxNjQ2",
    "status": "disabled",
    "statusUpdateTime": "0001-01-01T00:00:00Z",
    "connectionState": "Disconnected",
    "lastActivityTime": "0001-01-01T00:00:00Z",
    "cloudToDeviceMessageCount": 0,
    "authenticationType": "sas",
    "x509Thumbprint": {
        "primaryThumbprint": null,
        "secondaryThumbprint": null
    },
    "modelId": "",
    "version": 5,
    "tags": {
        "deviceName": "Test AU 915",
        "loraRegion": "AU_915_928_FSB_1",
        "deviceType": "LoRa Concentrator"
    },
    "properties": {
        "desired": {
            "$metadata": {
                "$lastUpdated": "2023-06-28T07:26:43.246794Z",
                "$lastUpdatedVersion": 3
            },
            "$version": 3
        },
        "reported": {
            "$metadata": {
                "$lastUpdated": "0001-01-01T00:00:00Z"
            },
            "$version": 1
        }
    },
    "capabilities": {
        "iotEdge": false
    }
}

Additional Information

Concentrator in the portal:
image

@adcoly adcoly added the bug Something isn't working label Jun 29, 2023
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Jun 29, 2023
@kbeaugrand kbeaugrand self-assigned this Jun 29, 2023
@kbeaugrand kbeaugrand added this to the The Portal Keepers - S58 milestone Jun 29, 2023
@kbeaugrand kbeaugrand moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal Jun 29, 2023
kbeaugrand added a commit that referenced this issue Jun 29, 2023
kbeaugrand added a commit that referenced this issue Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🚧 In Progress
Development

No branches or pull requests

2 participants