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

How do I get the water level #27

Open
airpioa opened this issue Feb 14, 2024 · 0 comments
Open

How do I get the water level #27

airpioa opened this issue Feb 14, 2024 · 0 comments

Comments

@airpioa
Copy link

airpioa commented Feb 14, 2024

Core
2024.2.1
Supervisor
2024.01.1
Operating System
11.5
Frontend
20240207.1

My Yaml Code

Example configuration.yaml entry

  • platform: time_date
    display_options:
    • 'beat'

Example configuration.yaml entry

sensor:

  • platform: noaa_tides
    station_id: 9414523 # A station ID from https://tidesandcurrents.noaa.gov/
    type: tides # This station will be used to measure water level
    scan_interval: 360 # Polling interval for the NOAA API

  • platform: noaa_tides
    station_id: 9414523
    type: temp # This station will be used to measure water temperature
    name: water_temp
    scan_interval: 360

  • platform: noaa_tides
    name: buoy
    type: buoy # This station will be used for off-shore Buoy data
    station_id: 44017 # A buoy ID from https://www.ndbc.noaa.gov/
    scan_interval: 360

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

No branches or pull requests

1 participant