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

Added 1-Wire temperature sensor function #31

Merged
merged 4 commits into from
May 15, 2024
Merged

Added 1-Wire temperature sensor function #31

merged 4 commits into from
May 15, 2024

Conversation

matthias-bs
Copy link
Owner

No description provided.

@matthias-bs matthias-bs self-assigned this May 15, 2024
@matthias-bs matthias-bs added the enhancement New feature or request label May 15, 2024
@matthias-bs matthias-bs linked an issue May 15, 2024 that may be closed by this pull request
@matthias-bs matthias-bs merged commit e7fb357 into main May 15, 2024
11 checks passed
@matthias-bs matthias-bs deleted the feat-onewire branch May 15, 2024 19:06
matthias-bs added a commit that referenced this pull request 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing 1-Wire sensor function
1 participant