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

Local Socket API support #16

Merged
merged 15 commits into from
Nov 28, 2023
Merged

Local Socket API support #16

merged 15 commits into from
Nov 28, 2023

Commits on Nov 1, 2023

  1. checkpoint.

    chasenicholl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9632777 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. local api support

    chasenicholl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    38cd83f View commit details
    Browse the repository at this point in the history
  2. update changelog

    chasenicholl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ee27de5 View commit details
    Browse the repository at this point in the history
  3. updated wait function

    chasenicholl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f8ab3f5 View commit details
    Browse the repository at this point in the history

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 authored 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
  2. Merge pull request #17 from DMBlakeley/main

    v4.0 review updates
    chasenicholl authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    859a5f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c519d6 View commit details
    Browse the repository at this point in the history