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

Change Uplink Payload: Change longSleep from periodic uplink payload to request by CMD_GET_LW_STATUS #28

Closed
matthias-bs opened this issue May 15, 2024 · 0 comments · Fixed by #59
Assignees
Labels
enhancement New feature or request Prio 3

Comments

@matthias-bs
Copy link
Owner

matthias-bs commented May 15, 2024

Old:
longSleep (1 bit) is sent periodically in data uplink message, see

encoder.writeBitmap(0,

New:
Send as response to CMD_GET_LW_STATUS (new)

matthias-bs added a commit that referenced this issue May 31, 2024
* Added configuration of sensor data uplink payload via LoRaWAN
    * New commands CMD_GET_APP_PAYLOAD_CFG/CMD_GET_APP_PAYLOAD_CFG
    * Modified default payload
    * Disabled uplink transmission of LoRaWAN node status flags
    * Battery status flags are no longer transmitted in uplink messages (see #28)
* Modified handling of unavailable/invalid sensor values
    * Unavailable/invalid data is encoded with special values (see #28)
    * The uplink payload formatter skips unavailable/invalid values (configurable)
    * Sensor valid flags are no longer transmitted in uplink messages (see #28)
* Created Configuration Helper with HTML and JavaScript
* Updated to RadioLib v6.6.0
* Added 1-Wire temperature sensor function (#31) (#32)
@matthias-bs matthias-bs changed the title Change Uplink Payload Change Uplink Payload: Change longSleep from periodic uplink payload to request by CMD_GET_LW_STATUS May 31, 2024
@matthias-bs matthias-bs added Prio 3 and removed Prio 2 labels May 31, 2024
@matthias-bs matthias-bs self-assigned this May 31, 2024
@matthias-bs matthias-bs added the enhancement New feature or request label May 31, 2024
@matthias-bs matthias-bs linked a pull request Jun 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Prio 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant