things4u / ESP-1ch-Gateway

Version 6 of the single channel gateway
MIT License
364 stars 147 forks source link

Gateway data seems to be ignored #69

Open hisnameishb opened 3 years ago

hisnameishb commented 3 years ago

In configNode.h you can set: _DESCRIPTION, _EMAIL, _PLATFORM, _LAT,_LON,_ALT

If you connect your gateway to ttn you can find it after some time here (search for your euid) https://www.thethingsnetwork.org/gateway-data But only lat,lon and alt appears here. No description, no platform... If you look to other gateways in the list the have more attributes like antenna...

  1. Please fix the disappearing of _DESCRIPTION if possibel. Maybe TTN removes this?
  2. Add common attributes like owner, antenna, model, version,brand,frequency_plan,placement...

Thank you.