PyGate with Gpy India Frequencies
-
Hi,
I just bought the PyGate (868 MHz version) with Gpy and I'm going through the PyGate Setup Instructions.I am based out of India and was wondering which configuration to use to set up a gateway using this setup. If anyone can share a snippet it would be great as I don't want to brick the devices.
Thanks
-
@sarya said in PyGate with Gpy India Frequencies:
m based out of India and was wondering which configuration to use to set up a gateway using this setup. If anyone can share a snippet it would be great as I don't want to brick the devices.
ThanksHi,
I will have this information available in the documentation very soon. In the meantime, you can use this:- You can find the config file for your region here
- Make a file called
config.json
in your project and paste the appropriate region settings to that file - Add the following to the bottom of the
config.json
file:... } ], "gateway_ID": "XXXXXXXXXXXXXXXX", "keepalive_interval": 10, "stat_interval": 30, "push_timeout_ms": 100, "forward_crc_valid": true, "forward_crc_error": false, "forward_crc_disabled": false } }
- Edit the
gateway_ID
to reflect yours.