No IN865 option

Home Forums Lora Network Server No IN865 option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22171
    Vikram Kumar
    Participant

    I’ve purchased a new AP running version AP 1.4.4. Want to run the local LoRa Network Server on the IN865 band. That option is not available in the Channel Plan dropdown list which has EU868, US915, AU915, AS923, and KR920.

    If I have to update the LoRa Network Server, how can that be done for the AEP AP?

    Thanks

    #22218
    Jason Reiss
    Keymaster

    We will have an update soon to add the IN865 option.

    Until then the API will reset a change in the ChannelPlan field
    The API for the lora network can be disabled by changing the init file to point to a static lora-network-server config file.

    conf_file=$conf_dir/lora-network-server-test.conf

    Then adjust /var/config/lora/lora-network-server.conf file on the Conduit with these settings in the “lora” section.

    cat /var/config/lora/lora-network-server.conf | jsparser --jsobj > /var/config/lora/lora-network-server-test.conf

    Edit /var/config/lora/lora-network-server-test.conf
    “channelPlan”: “IN865”,
    “frequencyIN”: 866385000

    Any changes made in the network server GUI will not be reflected.
    Re-installation of the lora-network-server IPK or firmware update will revert this change.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.