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

v4.0 review updates #17

Merged
merged 9 commits into from
Nov 20, 2023

Commits on Nov 5, 2023

  1. Local UDP API support

    * Added Local UDP API support! Now you can choose to listen to your Weather Stations observations directly over your local network. No Station ID or API Token needed. Observations are broadcasted every 60 seconds. This leverages the `obs_st` message. See [documentation](https://weatherflow.github.io/Tempest/api/udp/v171/) for more information.
    DMBlakeley committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c86bdb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update package-lock.json

    DMBlakeley committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    542cd9b View commit details
    Browse the repository at this point in the history
  2. v4.0.0 updates

    - Fixed error in config.schema.json which was blocking display of occupancy sensor type.
    - Added note in README.md to indicate that `precip_accum_local_day` not available in local API.
    DMBlakeley committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    54ca06a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update config.schema.json

    Add description that states that  `precip_accum_local_day` is not supported using Local API.
    DMBlakeley committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4543c92 View commit details
    Browse the repository at this point in the history
  2. Update config.schema.json

    DMBlakeley committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    acc3331 View commit details
    Browse the repository at this point in the history
  3. Check for 'precip_accum_local_day'

    Disable `precip_accum_local_day` Occupancy Sensor if using Local API.
    DMBlakeley committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9544e13 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Update tempest.ts

    DMBlakeley committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c42968e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update package-lock.json

    DMBlakeley committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    330f25e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    857afc4 View commit details
    Browse the repository at this point in the history