-
Notifications
You must be signed in to change notification settings - Fork 7
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
Show overview of gateway status #169
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r-management # Conflicts: # src/controllers/admin-controller/data-target.controller.ts # src/modules/shared.module.ts
# Conflicts: # ormconfig.ts # src/auth/roles.decorator.ts # src/controllers/admin-controller/application.controller.ts # src/controllers/admin-controller/chirpstack/chirpstack-gateway.controller.ts # src/controllers/admin-controller/chirpstack/device-profile.controller.ts # src/controllers/admin-controller/chirpstack/service-profile.controller.ts # src/controllers/admin-controller/data-target.controller.ts # src/controllers/admin-controller/iot-device-payload-decoder-data-target-connection.controller.ts # src/controllers/admin-controller/payload-decoder.controller.ts # src/controllers/admin-controller/sigfox/sigfox-device-type.controller.ts # src/controllers/admin-controller/sigfox/sigfox-group.controller.ts # src/entities/user.entity.ts # src/helpers/security-helper.ts # src/migration/1641894827503-Initial.ts # src/modules/shared.module.ts # src/services/user-management/permission.service.ts
# Conflicts: # src/controllers/admin-controller/api-key-controller/api-key.controller.ts # src/services/device-management/iot-device.service.ts
…r-management # Conflicts: # src/controllers/admin-controller/iot-device.controller.ts # src/entities/application.entity.ts # src/modules/shared.module.ts # src/services/device-management/iot-device.service.ts
Migration, data storage and error handling are missing.
…-online-status # Conflicts: # src/modules/shared.module.ts # src/services/data-management/chirpstack-mqtt-listener.service.ts # src/services/data-management/device-integration-persistence.service.ts # src/services/data-management/receive-data.service.ts # src/services/data-targets/data-target-kafka-listener.service.ts
The new user management branch has been merged into this one prematurely to fix merge conflicts. As we will be testing in phases, a new PR was created from branch only with this gateway status feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supports fetching the status of all gateways. The backend now also subscribes to a topic on Chirpstack which receives gateway status messages from time to time. It stores the status messages in a separate table which can then be fetched by a client
Note that this differs from the application server which shows gateways as offline if they haven't received a packages in the last couple of minutes.
Related frontend PR