This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Open
Conversation
Add fix and support for remote Chacon DI.O devices
Bugfix Raingauge not defined. Wrong naming.
Bugfix Raingauge not defined. Wrong naming.
Support for Energy monitors
Wrong calculation in energy class
Update tox to supported python3 versions, fix an outdated test, and sort out a couple of linting recommendations. Ignore the lint advice for formatting using f strings, as this project does not use f strings.
Hardcode the id_string to undecoded as there is no way to differentiate undecoded messages from each other. It will be up to the consumer to parse the payload.
According to reports, these are expected to use the second rain total value too.
* Cleanup tests and linting Update tox to supported python3 versions, fix an outdated test, and sort out a couple of linting recommendations. Ignore the lint advice for formatting using f strings, as this project does not use f strings. * Add github action for running tests
* Add Funkbus to pyRFXtrx * Initial support for Funkbus Co-authored-by: Alain Hendrikse <alain.hendrikse@mixtelematics.com>
* Add Funkbus to pyRFXtrx * Initial support for Funkbus * Update Funkbus command names to be more consistent with other devices; Add Funkbus parse tests Co-authored-by: Alain Hendrikse <alain.hendrikse@mixtelematics.com>
* Adjust TIC parsing * Adjust linting for py10
* Rework transport to leave re-connect to user * Make compatible with older python * Don't signal connection loss when asked to close * Avoid blocking teardown * Split connect from constructions * Allow setting a connection timeout * Raise timeout exception on timeout * Convert more errors * Correct linting * Adjust some linting issues * More flake fixes * More lint fixes * Inject constructed transport * Change init order * Use decorators to hide low level exceptions * Make compatible with legacy python * Fix lint * Suppress errors on close
Shutdown socket before close. Some OS:es seem to not wake up the reading thread on close, but will do so on shutdown. So add a workaround.
* Update python versions tested * Adjust linting errors
* Add support for DDxxxx devices * Fix linting errors/warnings
Co-authored-by: Joakim Plate <elupus@ecce.se>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.