Skip to content
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

[bug] Device Monitoring Breaks with ModemManager and 5G Modules #540

Open
csyost85 opened this issue Aug 29, 2023 · 2 comments
Open

[bug] Device Monitoring Breaks with ModemManager and 5G Modules #540

csyost85 opened this issue Aug 29, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@csyost85
Copy link

The signal reporting from modem manager on 5 g modules does not always inlude rssi or rsrp, other values are used in 5g for signal reporting. Further, a user may not elect to set signal reporting, ie signal refresh rate setting blank or 0, this will also result in no signal reporting.
Openwisp monitoring is expecting rssi and rsrp to always be included in the data, if it is not, it throws an error and will not process any of the monitoring data received.
It is too severe of a consequence that a few data points that are not included would result in discarding the entire data.

[INFO 2023-08-29 15:56:52,490] module: views, process: 25409, thread: 140258370886528
Invalid data in "#/interfaces/3/mobile/signal/lte", validator says:

'rsrp' is a required property

[WARNING 2023-08-29 15:56:52,491] module: log, process: 25409, thread: 140258370886528
Bad Request: /api/v1/monitoring/device/d5be189b58164fc3832c86b51662bc5b/

[INFO 2023-08-29 15:57:09,104] module: views, process: 25409, thread: 140258370886528
Invalid data in "#/interfaces/3/mobile/signal/lte", validator says:

'rsrp' is a required property

[WARNING 2023-08-29 15:57:09,105] module: log, process: 25409, thread: 140258370886528
Bad Request: /api/v1/monitoring/device/d5be189b58164fc3832c86b51662bc5b/

[INFO 2023-08-29 15:57:16,040] module: views, process: 25409, thread: 140258370886528
Invalid data in "#/interfaces/2/mobile/signal/lte", validator says:

'rssi' is a required property

@nemesifier
Copy link
Member

Hi @csyost85, thanks for reporting, send a patch if you can.

@nemesifier nemesifier changed the title Device Monitoring Breaks with ModemManager and 5G Modules [bug] Device Monitoring Breaks with ModemManager and 5G Modules Jan 18, 2024
@nemesifier nemesifier added the bug Something isn't working label Feb 23, 2024
@mips171
Copy link

mips171 commented Apr 30, 2024

Sounds similar to #572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants