KestrelMet 6000 ESPHome Complete Conversion

August 28, 2023
4005
Views

Wiring Diagrams

Entities

These are the entities that should now show up in Home Assistant.

Dashboard Cards

windrose-card

type: custom:windrose-card
data_period:
  hours_to_show: 24
max_width: 400
refresh_interval: 300
windspeed_bar_location: bottom
windspeed_bar_full: true
wind_direction_entity:
  entity: sensor.weather_station_wind_direction
  direction_unit: degrees
  use_statistics: false
  direction_compensation: 0
windspeed_entities:
  - entity: sensor.weather_station_friendly_name_wind_speed_km_h
    name: ''
    speed_unit: auto
    use_statistics: false
output_speed_unit: mps
speed_range_beaufort: true
windrose_draw_north_offset: 0
cardinal_direction_letters: NESW
matching_strategy: direction-first
center_calm_percentage: true
colors:
  rose_direction_letters: white
  rose_percentages: black
  bar_unit_name: white
  bar_name: white
  bar_unit_values: white
  bar_percentages: black

compass-card

type: custom:compass-card
indicator_sensors:
  - sensor: sensor.weather_station_wind_direction
value_sensors:
  - sensor: sensor.weather_station_friendly_name_wind_speed_km_h

sun-card

horizon-card

type: custom:horizon-card
https://github.com/aukedejong/lovelace-windrose-card

type: custom:windrose-card
data_period:
hours_to_show: 24
max_width: 400
refresh_interval: 300
windspeed_bar_location: bottom
windspeed_bar_full: true
wind_direction_entity:
entity: sensor.weather_station_wind_direction
direction_unit: degrees
use_statistics: false
direction_compensation: 0
windspeed_entities:
– entity: sensor.weather_station_friendly_name_wind_speed_km_h
name: ”
speed_unit: auto
use_statistics: false
output_speed_unit: mps
speed_range_beaufort: true
windrose_draw_north_offset: 0
cardinal_direction_letters: NESW
matching_strategy: direction-first
center_calm_percentage: true
colors:
rose_direction_letters: white
rose_percentages: black
bar_unit_name: white
bar_name: white
bar_unit_values: white
bar_percentages: black

test

1 2 3 4 5

Leave a Reply