-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
47 lines (47 loc) · 1.02 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: "Signal K to MQTT"
description: >-
This addon will run [Signal K] (https://signalk.org) and will expose MQTT for sync with Home Assistant
url: https://github.com/corvy/ha-addons/tree/main/signalk2mqtt
version: "2024.4.0b39"
slug: "signalk2mqtt"
codenotary: "[email protected]"
apparmor: false
panel_title: Signal K
#host_network: true
#web_ui: http://[HOST]:[PORT:3000]/admin/
ingress: true
ingress_port: 3000
ingress_stream: true
ingress_entry: "admin/#/"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
services:
- mqtt:need
#options:
# device: null
# mqtt_username: null
# mqtt_pw: null
schema:
# device: device(subsystem=tty)
# baudrate: int?
# summary_interval: int?
# publish_interval: int?
# mqtt_broker: str?
# mqtt_port: int?
# mqtt_username: str?
# mqtt_pw: str?
# mqtt_state: str?
debug: bool?
ports:
2884/tcp: null
3000/tcp: null # Signal K App
3030/tcp: null # Nginx
8099/tcp: null # Nginx
#devices:
# - /dev/pps0
#image: sbarmen/{arch}-addon-signalk2mqtt