-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full integration via TTN api & MQTT #8
Comments
Possible issue is authentication; how is ensured that only the correct physical LoRa device can submit measurements? idea: set |
The integration is a really good idea! The the random String for identifying the senseBox is also a good idea for the main API |
Progress can be found on branch The integration now has its own TTN application, on which devices can be registered. A subscription to messages from devices that were registered using this route is automatically set up via TTN MQTT broker. TODOs:
|
I discovered that it is possible to automate device registration and LoRa-message subscription via APIs provided by TTN. This would free the user from the hassle of registering at 2 services, and keep the configuration state in sync.
The current webhook could still be provided for users with existing TTN applications, sending data via the TTN HTTP Integration.
ttn-osem-integration
has its own TTNapp_id
, used to manage ALL devices from oSeMproposed workflow
ttn-osem-integration
(orttn-osem-integration
polls for changes)ttn-osem-integration
creates new device in TTNttn-osem-integration
subscribes to new device, and decodes as is implemented so farThe text was updated successfully, but these errors were encountered: