forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openhab#4097 from csowada/patch-1
Added eBUS to features
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
features/openhab-addons-external/src/main/resources/conf/ebus.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Serial port of eBUS interface | ||
# Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux | ||
#serialPort=COM2 | ||
|
||
# TCP Hostname and Port | ||
# Warning: Only use ebus.hostname or ebus.serialPort | ||
#hostname=myhostname | ||
#port=5000 | ||
|
||
# Custom parser configuration file | ||
# This example tries to load a configuration ${openhab_home}/configurations/ebus-config.json | ||
#parserUrl=platform:/base/../configurations/ebus-config.json | ||
|
||
# Define one or more parsers for you eBUS device. You can find the latest devices below or on the wiki page. | ||
# https://github.com/openhab/openhab/wiki/eBUS-IDs | ||
# | ||
# >> Deprecated | ||
# | ||
# >> _vaillant - All older vaillant telegrams (will be merged in other files) | ||
# >> _wolf-35 - All older Wolf eBUS dst address 0x35 telegrams (will be merged in other files) | ||
# | ||
# >> Productive | ||
# | ||
# >> common - Commands from eBUS standard | ||
# >> vaillant-bai00 - All Vaillant BAI000 telegrams | ||
# >> vaillant-vrc430 - All Vaillant VRC430 telegrams | ||
# >> vaillant-vrc470 - All Vaillant VRC470 telegrams | ||
# >> vaillant-vrc630 - All Vaillant VRC630 telegrams | ||
# >> vaillant-vr90 - All Vaillant VR90 telegrams | ||
# >> wolf-cgb2_hc - All boiler Wolf CGB2 heating curve telegrams | ||
# >> wolf-cgb2 - All boiler Wolf CGB2 telegrams | ||
# >> wolf-sm1 - All Wolf Solar Module SM1 telegrams | ||
# >> custom - Use configuration defined by ebus:parserUrl | ||
# | ||
# default uses common and all vendor specified telegrams | ||
#parsers=common,wolf,testing,custom | ||
|
||
# Write all/debug/unknown telegrams to a CSV file in folder {openhab}/etc/ebus | ||
#record=all,debug,unknown | ||
|
||
# Set the sender id of this binding, default is "FF" | ||
#senderId=FF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters