=================
This adapter is a knx for the creation of an ioBroker adapter. You do not need it at least that you plan developing your own adapter.
It includes both code running within iobroker and as vis widget. If you only plan to create a vis widget then you should use the iobroker.vis-eib-knx instead.
##Steps
-
download and unpack this packet from github
https://github.com/ioBroker/ioBroker.eib-knx/archive/master.zip
or clone git repositorygit clone https://github.com/ioBroker/ioBroker.eib-knx.git
-
download required npm packets. Write in ioBroker.eib-knx directory:
npm install
- set name of this eib-knx. Call
grunt rename --name=mynewname --email=email@mail.com --author="Author Name"
mynewname must be lower case and with no spaces.
If grunt is not available, install grunt globally:
npm install -g grunt-cli
-
rename directory from ioBroker.eib-knx (can be ioBroker.eib-knx-master) to iobroker.mynewname
-
to use this eib-knx you should copy it into .../iobroker/node_modules directory and then create an instance for it with iobroker.admin
-
create your adapter:
-
you might want to start with knx.js (code running within iobroker) and admin/index.html (the adapter settings page).
-
Installation, setup and first steps with an ioBroker Development Environment
-
files under the www folders are made available under http://<iobrokerIP>:8082/<adapter-name>/
- for this to work the iobroker.vis adapter has to be installed
- delete this folder if you do not plan to export any files this way
- call
iobroker upload <adapter-name>
after you change files in the www folder to get the new files uploaded to vis
-
the widget folder contains an example of a vis widget
- you might want to start with widget/.html and widget/js/.js
- call
iobroker visdebug <adapter-name>
to enable debugging and upload widget to "vis". (This works only from V0.7.15 of js-controller) - If you do not plan to export any widget then delete the whole widget folder and remove the
"restartAdapters": ["vis"]
statement from io-package.json - After admin/index.html is changed you must execute
iobroker upload mynewname
to see changes in admin console. The same is valid for any files in admin and www directory
-
change version: edit package.json and then call
grunt p
in your adapter directory. -
share it with the community
- (chefkoch009) redesign
(vegetto) include vis widget
- (bluefox) fix errors with grunt
- (bluefox) initial release
The CC-NC-BY License (CC-NC-BY)
Copyright (c) 2016 K.Ringmanninfo@punktnetzwerk.net
THE WORK IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
Read full license text in LICENSE