Hello,
I’ve opened a new topic because I seem to have a bigger problem when creating the devices.
→ referring to my other question
(Periodic downlink - encodeDownlink() - device joinrequest after ~14 Days - #5 by Christian)
I’ve gRPCed most of my devices through BloomRPC so far. That all worked very well for swoeit. Because of the problem with the downlink from the other topic, I noticed that the devices probably have a problem in some way.
We are running Chripstack V4, the applications have an influxDB integration.
The devices are imported with the BloomRPC program
- api.DeviceService Create - Device creation with tags and variables
- api.DeviceService CreateKeys - device keys (enter the supplied application key in the nwk_key and app_key fields)
All devices join properly and pass their data on to the influxDB integration.
Now to the problem, the link and device metrics remain empty.
No device status request is sent either, although it is set.
Yesterday I started several attempts to delete devices and add them again, this time by hand. Chirpstack “recognizes” the device with all its old data (events, LoRaWAN frames).
But nothing has changed, no device status downlink, no metrics.
I have a couple of new temperature sensors here that I’ve been experimenting with.
Import with gRPC:
- no metrics
- no device status downlink
- here even no integration, decoder is running, but no data is sent to influxDB
I have tried:
- Device deleted and entered manually
→ Chirpstack still knew the old events / frames
→ transfer to InfluxDB works
→ metrics are there
→ device status downlink works
I did the same for a second device
- Device deleted and entered manually
→ Chirpstack still knew the old events / frames
→ transfer to InfluxDB works
→ no metrics!
→ no device status downlink!
I don’t know what to do anymore, does anyone have an idea?
Are there any log files to look at?