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

Conversation

DMBlakeley
Copy link
Collaborator

The following files have been updated to incorporate my review comments:

  • README.md
  • config.schema.json
  • src/index.ts
  • src/platform.ts
  • src/platformAccessory.ts

I have tested code with Local API option as well as Cloud API. precip_accum_local_day is not supported in the Local API and has been blocked. It will be removed if you switch between Local and Cloud APIs if previously enabled.

* 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.
- 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.
Add description that states that  `precip_accum_local_day` is not supported using Local API.
Disable `precip_accum_local_day` Occupancy Sensor if using Local API.
@chasenicholl chasenicholl merged commit 859a5f2 into chasenicholl:local-websocket-support Nov 20, 2023
2 checks 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.

2 participants