You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helium IOT console is now deprecated (though is still available to some users...), and something called chirpstack is now its replacement. Of course, the format of the data posted to a webhooks endpoint is now completely different.
Support for this has been requested on the picoballoon groups.io list
All the same data seems to be there, but in different locations. Probably need to switch on the presence of payload["object"]["decoded"] instead of payload["decoded"]["payload"]. Receiver information is now under "rxInfo", and the transmitter modulation info is now under "txInfo".
The Helium IOT console is now deprecated (though is still available to some users...), and something called chirpstack is now its replacement. Of course, the format of the data posted to a webhooks endpoint is now completely different.
Support for this has been requested on the picoballoon groups.io list
All the same data seems to be there, but in different locations. Probably need to switch on the presence of
payload["object"]["decoded"]
instead ofpayload["decoded"]["payload"]
. Receiver information is now under"rxInfo"
, and the transmitter modulation info is now under"txInfo"
.Sample data below:
The text was updated successfully, but these errors were encountered: