UNPKG

2.62 kBMarkdownView Raw
1![Logo](admin/node-red.png)
2ioBroker node-red Adapter
3==============
4
5# Starts node-red instance and communicates with it.
6
7This adapter uses the node-red server from https://github.com/node-red/node-red
8
9**Note:** If in select ID dialog of the iobroker node you cannot find some variable, restart node-red instance. By restarting the new list of objects will be created.
10
11## Changelog
12### 0.3.1 (2015-06-28)
13* (bluefox) change link in admin to node-red web server
14
15### 0.3.0 (2015-05-18)
16* (bluefox) add flag "stopBeforeUpdate"
17* (bluefox) store data in iobroker-data directory
18
19### 0.2.2 (2015-05-17)
20* (bluefox) fix error with invalid additional npm package
21
22### 0.2.1 (2015-05-17)
23* (bluefox) fix readme link
24
25### 0.2.0 (2015-05-16)
26* (bluefox) allow install of additional npm and node-red packets
27
28### 0.1.9 (2015-03-26)
29* (bluefox) fix first start
30
31### 0.1.7 (2015-03-25)
32* (bluefox) remove warnings
33
34### 0.1.6 (2015-03-18)
35* (bluefox) make node-red compatible with ioBroker again
36
37### 0.1.5 (2015-02-12)
38* (bluefox) update node-red to 0.10.1
39* (bluefox) update select ID dialog
40
41### 0.1.4 (2015-01-07)
42* (bluefox) create variables without need to be extra called with "__create__"
43
44### 0.1.3 (2015-01-06)
45* (bluefox) make possible creation of variables
46
47### 0.1.2 (2015-01-04)
48* (bluefox) print debug message by saving
49
50### 0.1.1 (2015-01-03)
51* (bluefox) fix errors with utils.js
52
53### 0.1.0 (2015-01-02)
54* (bluefox) enable npm install
55
56### 0.0.8 (2014-12-20)
57* (bluefox) support signal stopInstance
58
59### 0.0.7 (2014-12-14)
60* (bluefox) support of select ID dialogs
61
62### 0.0.6 (2014-11-26)
63* (bluefox) use names like in mqtt: "adapter/instance/device/channel/state"
64* (bluefox) suport of "value" or "object" for input node
65
66### 0.0.5 (2014-11-22)
67* (bluefox) support of new naming concept
68
69### 0.0.4 (2014-11-05)
70* (bluefox) fix some errors
71
72### 0.0.2 (2014-11-04)
73* (bluefox) use adapter.js to communicate with ioBroker
74
75### 0.0.1 (2014-11-03)
76* (bluefox) initial commit
77
78## Install
79
80```node iobroker.js add node-red```
81
82## Configuration
83
84## License
85
86Copyright 2014 bluefox<bluefox@ccu.io>.
87
88Licensed under the Apache License, Version 2.0 (the "License");
89you may not use this file except in compliance with the License.
90You may obtain a copy of the License at
91
92http://www.apache.org/licenses/LICENSE-2.0
93
94Unless required by applicable law or agreed to in writing, software
95distributed under the License is distributed on an "AS IS" BASIS,
96WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
97See the License for the specific language governing permissions and
98limitations under the License.
99
\No newline at end of file