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

Investigate supporting LOOP2 packets #131

Open
5 of 6 tasks
davidrg opened this issue Aug 7, 2021 · 1 comment
Open
5 of 6 tasks

Investigate supporting LOOP2 packets #131

davidrg opened this issue Aug 7, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@davidrg
Copy link
Owner

davidrg commented Aug 7, 2021

But only if we can do so without disrupting update frequency. Test out on a spare console. If we're going to support this it ought to be done before 1.0.

  • Find a list of extra extra values we can get
  • Update data logger and test with a spare console
  • Update database
  • Update weather-push
  • Update weather-server
  • Update Desktop Client
@davidrg davidrg added the enhancement New feature or request label Aug 7, 2021
@davidrg davidrg added this to the v1.0 milestone Aug 7, 2021
davidrg added a commit that referenced this issue Aug 28, 2021
…ressure columns (#140)

And makes that data available via new columns in the database as well as RabbitMQ.

This commit also adds database columns for mean sea level pressure. The appropriate values are now logged to the appropriate places for live data.

Davis logger for now logs the same value to both absolute and mean sea level pressure columns for samples rather than leaving the absolute pressure column as null. This will be changed near the end of ticket #140 before the data migration step.
@davidrg
Copy link
Owner Author

davidrg commented Feb 10, 2022

The following new columns are available on davis_live_data:

  • altimeter_setting
  • average_wind_speed_2m
  • average_wind_speed_10m
  • gust_wind_speed_10m
  • gust_wind_direction_10m
  • heat_index
  • thsw_index

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

No branches or pull requests

1 participant