Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowdd1/knx-ets5-ga-reader
Reader for ETS5 Group Address Exports (XML format)
https://github.com/snowdd1/knx-ets5-ga-reader
ets5 knx
Last synced: about 2 months ago
JSON representation
Reader for ETS5 Group Address Exports (XML format)
- Host: GitHub
- URL: https://github.com/snowdd1/knx-ets5-ga-reader
- Owner: snowdd1
- Created: 2017-02-19T21:01:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T18:22:53.000Z (almost 8 years ago)
- Last Synced: 2024-11-29T19:55:06.358Z (about 2 months ago)
- Topics: ets5, knx
- Language: JavaScript
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knx-ets5-ga-reader
Converter for ETS5 Group Address Exports (XML format)If you do not know what KNX is,
or do not know what the ETS is,
or do not know what group addresses are,
or do not know what XML is,
**you are in the wrong repository**### If you're still here...
Here is how to use it:1. Export you group address structure in the ETS5 as XML format file
2. copy that file into the directory of this package
3. Edit the *test-file.js* Line 9 and put you file name into the `ets5gaFile : 'myETS5GroupAddressExport.xml'` configuration line
4. run it using `node test-file.js`
5. The file you are going to use is called *grouplist.json* unless you changed that in the config.