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

Feature support rtl_433 input #186

Merged
merged 47 commits into from
Feb 13, 2025
Merged

Feature support rtl_433 input #186

merged 47 commits into from
Feb 13, 2025

Conversation

e100
Copy link
Collaborator

@e100 e100 commented Feb 3, 2025

This is a new feature that allows us to collect data from various wireless sensors using rtl_433.
This started as an idea to add TPMS ( Tire Pressure Monitoring Sensor ) support.
rtl_433 supports numerous sensors including weather stations so this might be useful to get the wind speed, direction, humidity, etc from a digital weather station.
This plugin will support gathering data from any device that rtl_433 supports.

e100 added 25 commits February 1, 2025 18:42
…and returning useful errors messages to configuration problems within each plugin
Copy link

github-actions bot commented Feb 3, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/fixgw
  plugin.py
  server.py 73, 202, 357
  src/fixgw/plugins
  annunciate.py 171-172
  command.py 168-169
  system.py 52-53, 67
  src/fixgw/plugins/canfix
  __init__.py
  mapping.py
  src/fixgw/plugins/data_playback
  __init__.py 78-79
  src/fixgw/plugins/data_recorder
  __init__.py 155-156
  src/fixgw/plugins/db_persister
  __init__.py 98-99
  src/fixgw/plugins/demo
  __init__.py 692-693
  src/fixgw/plugins/dynon
  __init__.py 107-108
  src/fixgw/plugins/fgfs
  __init__.py 172-173
  src/fixgw/plugins/gpsd
  __init__.py 72-73
  src/fixgw/plugins/grand_rapids_eis
  __init__.py 175-176
  src/fixgw/plugins/ifly
  __init__.py 119-120
  src/fixgw/plugins/mavlink
  __init__.py 115-116
  src/fixgw/plugins/megasquirt
  __init__.py 30-31
  src/fixgw/plugins/mgl
  __init__.py 34-35
  src/fixgw/plugins/mgl_serial
  __init__.py 118-119
  src/fixgw/plugins/netfix
  __init__.py
  src/fixgw/plugins/quorum
  __init__.py 94-95
  src/fixgw/plugins/rais
  __init__.py 68-69
  src/fixgw/plugins/rpi_bmp085
  __init__.py 90-91
  src/fixgw/plugins/rtl_433
  __init__.py
Project Total  

The report is truncated to 25 files out of 39. To see the full report, please visit the workflow summary page.

This report was generated by python-coverage-comment-action

@e100 e100 changed the title WIP Feature support rtl_433 input Feature support rtl_433 input Feb 13, 2025
@e100 e100 merged commit 3d8929f into makerplane:master Feb 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant