generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
77 lines (76 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Bepacom BACnet/IP Interface Development Version
version: "1.6.0b2"
slug: bacnetinterface_dev
description: Bepacom BACnet/IP interface for the Bepacom EcoPanel. Allows BACnet/IP devices to be available to Home Assistant through an API
url: "https://github.com/Bepacom-Raalte/bepacom-HA-Addons/tree/main/bacnetinterface"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
ingress: true
ingress_entry: webapp
host_network: true
hassio_api: true
homeassistant_api: true
panel_icon: mdi:router-wireless-settings
map:
- config:rw
ports:
80/tcp: null
47808/udp: 47808
ports_description:
80/tcp: Default webserver port
47808/udp: BACnet port
options:
objectName: EcoPanel
address: auto
objectIdentifier: 420
defaultPriority: 15
devices_setup:
- deviceID: all
CoV_lifetime: 600
CoV_list:
- all
quick_poll_rate: 5
quick_poll_list: []
slow_poll_rate: 600
slow_poll_list:
- all
resub_on_iam: true
reread_on_iam: false
entity_list: []
api_accessible: false
loglevel: WARNING
segmentation: segmentedBoth
schema:
objectName: str
address: str
objectIdentifier: int
defaultPriority: int(1,16)
loglevel: list(DEBUG|INFO|WARNING|ERROR|CRITICAL|)
devices_setup:
- deviceID: str?
CoV_lifetime: int(60,28800)?
CoV_list:
- str?
quick_poll_rate: int(3,30)?
quick_poll_list:
- str?
slow_poll_rate: int(30,3000)?
slow_poll_list:
- str?
resub_on_iam: bool?
reread_on_iam: bool?
entity_list:
- str?
api_accessible: bool?
foreignBBMD: str?
foreignTTL: str?
vendorID: int?
maxApduLenghtAccepted: int?
segmentation: list(segmentedBoth|segmentedTransmit|segmentedReceive|noSegmentation||)?
maxSegmentsAccepted: int?