Skip to content

Commit

Permalink
Update bareboat-os.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored May 21, 2023
1 parent 7eb8e66 commit 4670060
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/bareboat-os.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1607,14 +1607,16 @@ mqtt: # SignalK MQTT HA Bridge
sensor:
- name: "Wind App Speed"
unique_id: "speedApparent"
device_class: "wind_speed"
#device_class: "wind_speed"
state_topic: "vessels/self/environment/wind/speedApparent"
unit_of_measurement: "m/s"
unit_of_measurement: "kn"
value_template: "{{ value_json * 1.9438452 }}"
- name: "Wind App Angle"
unique_id: "angleApparent"
state_topic: "vessels/self/environment/wind/angleApparent"
unit_of_measurement: "rad"
unit_of_measurement: "deg"
value_template: "{{ value_json * 180 / 3.14159265359 }}"
----


Expand Down

0 comments on commit 4670060

Please sign in to comment.