No IN865 option
- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › No IN865 option
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
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.