UNPKG

4.6 kBMarkdownView Raw
1![Logo](admin/node-red.png)
2ioBroker node-red Adapter
3==============
4[![NPM version](http://img.shields.io/npm/v/iobroker.node-red.svg)](https://www.npmjs.com/package/iobroker.node-red)
5[![Downloads](https://img.shields.io/npm/dm/iobroker.node-red.svg)](https://www.npmjs.com/package/iobroker.node-red)
6[![Tests](https://travis-ci.org/ioBroker/ioBroker.node-red.svg?branch=master)](https://travis-ci.org/ioBroker/ioBroker.node-red)
7
8[![NPM](https://nodei.co/npm/iobroker.node-red.png?downloads=true)](https://nodei.co/npm/iobroker.node-red/)
9
10# Starts node-red instance and communicates with it.
11
12This adapter uses the node-red server from https://github.com/node-red/node-red
13
14**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.
15
16## Changelog
17### 1.1.3 (2016-11-04)
18* (bluefox) use newer version of node-red 0.15.2
19
20### 1.1.2 (2016-07-23)
21* (nobodyMO) use newer version of node-red 0.14.6
22* (nobodyMO) change topic name processing
23
24### 1.1.1 (2016-07-08)
25* (nobodyMO) use newer version of node-red 0.14.4
26
27### 1.1.0 (2016-05-22)
28* (ploebb) configurable: convert values to string
29* (nobodyMO) use newer version of node-red 0.14.3
30
31### 1.0.1 (2016-05-22)
32* (bluefox) on some systems node-red was available under wrong URL http://ip:1881/undefined. Fixed
33
34### 1.0.0 (2016-04-29)
35* (bluefox) support of npm 2/3
36
37### 0.4.4 (2016-04-29)
38* (bluefox) install with flag unsafePerm
39
40### 0.4.3 (2016-04-23)
41* (bluefox) use node-red 0.13.4
42
43### 0.4.2 (2016-01-21)
44* (nobodyMO) Add httpRoot setting
45* (nobodyMO) add filter settings to nodes
46
47### 0.4.1 (2016-01-14)
48* (nobodyMO) Add --max-old-space-size=128 to support systems with low memory.
49* (nobodyMO) Add version 0.12.5 for node-red because it works.
50* (nobodyMO) Add ioBroker get node.
51* (nobodyMO) Set _maxListeners = 100 to suppress warnings in the log.
52
53### 0.3.5 (2015-08-23)
54* (bluefox) fix error if many additional npm packets
55
56### 0.3.4 (2015-08-10)
57* (bluefox) do not include node-red packages into global context
58
59### 0.3.3 (2015-07-24)
60* (bluefox) enable node-red 0.11.x
61
62### 0.3.2 (2015-06-29)
63* (bluefox) fix error with ioBroker nodes
64
65### 0.3.1 (2015-06-28)
66* (bluefox) change link in admin to node-red web server
67
68### 0.3.0 (2015-05-18)
69* (bluefox) add flag "stopBeforeUpdate"
70* (bluefox) store data in iobroker-data directory
71
72### 0.2.2 (2015-05-17)
73* (bluefox) fix error with invalid additional npm package
74
75### 0.2.1 (2015-05-17)
76* (bluefox) fix readme link
77
78### 0.2.0 (2015-05-16)
79* (bluefox) allow install of additional npm and node-red packets
80
81### 0.1.9 (2015-03-26)
82* (bluefox) fix first start
83
84### 0.1.7 (2015-03-25)
85* (bluefox) remove warnings
86
87### 0.1.6 (2015-03-18)
88* (bluefox) make node-red compatible with ioBroker again
89
90### 0.1.5 (2015-02-12)
91* (bluefox) update node-red to 0.10.1
92* (bluefox) update select ID dialog
93
94### 0.1.4 (2015-01-07)
95* (bluefox) create variables without need to be extra called with "__create__"
96
97### 0.1.3 (2015-01-06)
98* (bluefox) make possible creation of variables
99
100### 0.1.2 (2015-01-04)
101* (bluefox) print debug message by saving
102
103### 0.1.1 (2015-01-03)
104* (bluefox) fix errors with utils.js
105
106### 0.1.0 (2015-01-02)
107* (bluefox) enable npm install
108
109### 0.0.8 (2014-12-20)
110* (bluefox) support signal stopInstance
111
112### 0.0.7 (2014-12-14)
113* (bluefox) support of select ID dialogs
114
115### 0.0.6 (2014-11-26)
116* (bluefox) use names like in mqtt: "adapter/instance/device/channel/state"
117* (bluefox) suport of "value" or "object" for input node
118
119### 0.0.5 (2014-11-22)
120* (bluefox) support of new naming concept
121
122### 0.0.4 (2014-11-05)
123* (bluefox) fix some errors
124
125### 0.0.2 (2014-11-04)
126* (bluefox) use adapter.js to communicate with ioBroker
127
128### 0.0.1 (2014-11-03)
129* (bluefox) initial commit
130
131## Install
132
133```node iobroker.js add node-red```
134
135## Configuration
136
137## License
138
139Copyright 2014-2016 bluefox <dogafox@gmail.com>.
140
141Licensed under the Apache License, Version 2.0 (the "License");
142you may not use this file except in compliance with the License.
143You may obtain a copy of the License at
144
145http://www.apache.org/licenses/LICENSE-2.0
146
147Unless required by applicable law or agreed to in writing, software
148distributed under the License is distributed on an "AS IS" BASIS,
149WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
150See the License for the specific language governing permissions and
151limitations under the License.
152
\No newline at end of file