Hi, I have a TTIG now. Within several hours I found some serious errors and I can not find a workaround.
In application metadata I receive crippled information:
channel is always 0.
date/time is 1970-01-01…
no longitude
no latitude
no altitude
The second gateway is a TTIG.
Another serious issue is:
when I plug off the TTIG and then plug it in again, then the TTIG boots up, receives only one data package, then it doesn’t receive anything, or maybe does not send it to ttn network. It shows the green LED, but is does not work anymore. If I press setup for 10s, wait until red LED blinks slowly, then pressing setup for 5s again, then it reboots and runs normally. If there is a power loss, it hangs again
Can somebody check this isues on his TTIG and confirm?
My TTIG has
FW Build 2018-12-06 09:30:37
FW version 2.0.0
Core version 2.0.0 (minihub/debug).
Is this the current firmware? Or is there a newer one?
Regardless of the GPS entered in the backend, it will not be transferred.
CheckItBeforeUseIt!
After you have successfully connect it to TTN:
Try “wget http://noc.thethingsnetwork.org:8085/api/v2/gateways/<THE-EUI_FROM_TTIG>” on your linux-console like
wget http://noc.thethingsnetwork.org:8085/api/v2/gateways/eui-58a0cbfffe8020ca
You resolve in json:
<==snip==>
{
“timestamp”:“2019-09-04T20:49:49.809608067Z”,
“uplink”:“536”,
“location”:
{
},
“frequency_plan”:“EU_863_870”,
“gps”:
{
},
“time”:“1567630189809608067”,
“rx_ok”:536
}
<==snap==>
Therefore, the TTIG is currently not really usable (TTN Mapper, QoS, MQTT, RSSI-Meassurement,…).
FixItBeforeSellIT!
11.7. Ordered – 28.08. delivered – 5.09. thrown to the trash
TheThingsIndustry should take the matter seriously, otherwise the fun backfires.
My customers were waiting for a long time to get their ordered TTIGs. Now I have to tell them that the device has some serious bugs. It’s not even possible to fix it myself, because the firmware ist not open source.
I didn’t know that the TTIG is such a experimental hardware, this was not said before. If I had known, I would not have bought a lot of them. It feels like a rip-off.
Is it possible to get the money back? Or will there be a fix in the next time?
I think most users did not check this problem yet. If they know, they will complain. Btw this bugs are existent, no matter how many users have complained yet.
Not as big, but I invested about 500 euros in TTIGs. Maybe your devices are working correct, mine are not. Why do you defend the TTIG, are you a developer of it?
Maybe, but for now I will not buy more TTIGs. And I can not recommend to buy one. Until there is a fix. I can not give this current TTIG to my customers, it is far too buggy. This is sad, because the TTIG would be a great device for the price - if it would work as expected.
.[quote=“BoRRoZ, post:11, topic:29652, full:true”]
crying here 'can I get the money back ? … or ‘I thrown it in the trash’ is not really helping to solve problems imho.
a bit childish if you ask me
[/quote]
Saying “not many are complaining like you” does not help also. The bugs are existent.
Ok, let’s talk about debugging the problem. I think the data problem is the packet receiver of the ttn server and/or the packet forwarder of the TTIG.
The ttn server should inject the location which is set in the console/gateway/settings, but it doesn’t.
The time and channel issue maybe located in the TTIG.
The failing TTIG power loss reboot is clearly located in the TTIG. It boots and goes through a normal operation, receives and forwards some packets successfully with a time window of ca 10 Seconds. Then it gets a strange behavior, sends no heartbeats to the server and does not forward received LoRawan packets from the radio.
The last TTIG firmware is dated 2018-12 and it’s still so buggy that I checked some of this bugs it within some hours of using it. This is really sad.
If the TTIG firmware would be open source, the boot problem would have been debugged and fixed within days.
The Things Indoor Gateway does not have a GPS, but you can set its location in the console. Then you’ll see it update within a couple of hours on https://www.thethingsnetwork.org/gateway-data/user/<your username> . The http://noc.thethingsnetwork.org:8085/api/v2/... API should be avoided.
We will investigate the incorrect timestamp and the channel field.
Please tell us more about this instability. Any logs will be really helpful.
Yes, we discussed already. The instability issue again:
when I plug off the TTIG and then plug it in again, then the TTIG boots up, receives only some data packages, then it doesn’t receive anything, or maybe does not send it to ttn network. It shows the solid green LED, but is does not work anymore. If I press setup for 10s, wait until red LED blinks slowly, then pressing setup for 5s again, then it reboots and runs normally. If there is a power loss, it hangs again
To debug it, can I do this with the TTIG USB port? Or have I to open the TTIG to connect the RX line to a uart adapter?