Min DR for default channels not applied?

With the following configuration only additional channels has min-DR=2 set. See region screenshot below.
Is this only a display bug of the region settings?

[regions.network]
        installation_margin=10
        rx_window=0
        rx1_delay=2
        rx1_dr_offset=0
        rx2_dr=0
        rx2_frequency=869525000
        rx2_prefer_on_rx1_dr_lt=0
        rx2_prefer_on_link_budget=false
        downlink_tx_power=-1
        adr_disabled=false
        min_dr=2
        max_dr=5

        [[regions.network.extra_channels]]
        frequency=867100000
        min_dr=2
        max_dr=5

        [[regions.network.extra_channels]]
        frequency=867300000
        min_dr=2
        max_dr=5

        [[regions.network.extra_channels]]
        frequency=867500000
        min_dr=2
        max_dr=5

        [[regions.network.extra_channels]]
        frequency=867700000
        min_dr=2
        max_dr=5

        [[regions.network.extra_channels]]
        frequency=867900000
        min_dr=2
        max_dr=5

I’m quite sure this is not a bug.
Please take a look into “LoRaWAN Regional Parameters Revision” document, you can find it here:

ok I thought network settings min-dr will apply on all channels. But this setting is obviously only for ADR algorithm and will not be displayed on the region page. probably showing also those ADR DR values would be a little dashboard improvement, because like in our case it is important to use the right DR (our sensors only support 4/5 DR to safe battery)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.