Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SignalK/signalk-autopilot
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Sep 10, 2020
2 parents 42b8e9c + a24d690 commit 966a168
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
To be able to acknowledge pilot related alarms through the GUI you need to install the `signalk-alarm-silencer` plugin.
- A back-end API described below.

This current only supports Raymarine NMEA 2000 and Raymarine Seatalk 1 Autopilots, but I'll be adding support for other autopilots as needed.
This currently only supports Raymarine NMEA 2000 and Raymarine Seatalk 1 Autopilots, but I'll be adding support for other autopilots as needed.

For Seatalk 1 Autopilots to work, a device that can translate Seatalk datagrams back and forth within an NMEA0183 sentence is required. They may be purchased from [Digital Yacht](https://digitalyachtamerica.com/product/st-nmea-usb/)) or [gadgetpool](http://www.gadgetpool.eu/nuke/modules.php?name=News&file=article&sid=28). Also, signalk-to-nmea0183 plugin with APB (for route control) and MWV (for wind steer) should be enabled
For Seatalk 1 Autopilots to work, a device that can translate Seatalk datagrams back and forth within an NMEA0183 sentence is required. They may be purchased from [Digital Yacht](https://digitalyachtamerica.com/product/st-nmea-usb/)) or [gadgetpool](http://www.gadgetpool.eu/nuke/modules.php?name=News&file=article&sid=28). There is also the [DIY](https://pysselilivet.blogspot.com/2020/06/seatalk1-to-nmea-0183-converter-diy.html) route. Also, signalk-to-nmea0183 plugin with APB (for route control) and MWV (for wind steer) should be enabled

# Current State

The current state of the autopilot can be found at the following paths:

- steering.autopilot.target.headingMagnetic
- steering.autopilot.target.windAngleApparent
- steering.autopilot.state (standby, wind, route, or auto)

# API

Expand All @@ -26,7 +34,7 @@ PUT http://localhost:3000/signalk/v1/api/vessels/self/steering/autopilot/target/
}
```

Delta:
WebSockets:

```
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 966a168

Please sign in to comment.