This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
rfxtrx updates #6
Open
Danielhiversen
wants to merge
237
commits into
woudt:master
Choose a base branch
from
Danielhiversen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
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
* Ignore packets with invalid length * Add test Co-authored-by: mbrrg <[email protected]>
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 <[email protected]>
* 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 <[email protected]>
* 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.
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.