Posgtres Integrations Bug?

Viewed 8

I realized I had posted it in the old community, so I'm reposting it here.

I used Postgres Integration and found that when I looked at rx_info, there was no channel data.

Using Postgres Integration, I observed that channel data is missing when viewing rx_info.

I am using AS923.
At 922MHz, the channel should be 0, but no data exists.
For all other frequencies, channels 1 through 7 output correctly.

I am using ChirpStack ver 4.15.

cs_bug.png

1 Answers

This is not a bug but is caused by the way how the internal Protobuf messages are encoded to JSON. All of the default values are ignored, meaning 0 (int), false (boolean), "" (string) etc... That is why you do not see channel: 0.