1.2.1 • Published 5 months ago

signalk-yarrboard-plugin v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

signalk-yarrboard-plugin

SignalK plugin for interfacing with Yarrboard

Setup

Add your board hosts and configure login info in the plugin preferences

Data Format

SignalK path formats are as below:

  • electrical.yarrboard.{boardname}.board.* - board level info
  • electrical.yarrboard.{boardname}.channel.{id}.* - channel level info

The plugin also provides PUT endpoints on the following paths:

  • electrical.yarrboard.{boardname}.control - passes raw json to the websocket, but does not return any response.

See the protocol documentation for more information on format. Login and auth will already be handled for you by SignalK.