forked from phifogg/ioBroker.sainlogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
241 lines (241 loc) · 7.1 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
{
"common": {
"name": "sainlogic",
"version": "0.7.3",
"news": {
"0.7.3": {
"en": "Security fixes in dependencies, Travis pipeline update",
"de": "Update von Abhängigkeiten wegen möglichen Sicherheitsmeldungen, Travis Pipeline aktualisiert"
},
"0.7.2": {
"en": "Security fixes in dependencies",
"de": "Update von Abhängigkeiten wegen möglichen Sicherheitsmeldungen"
},
"0.7.1": {
"en": "Fix Soilbatt mapping",
"de": "Korrektur für Batterielevel der Bodenfeuchtigkeitssensoren"
},
"0.7.0": {
"en": "Support for Soil Moisture devices like attached to DP1500",
"de": "Unterstützung für Bodenfeuchtigkeitssensoren angeschlossen an DP1500"
},
"0.6.6": {
"en": "Adressed github issue #53 - warning on non existing object",
"de": "github issue #53 - warning on non existing object"
},
"0.6.5": {
"en": "Removed unneeded events",
"de": "Nicht benötigte Events entfernt"
},
"0.6.4": {
"en": "For WH2650: Adding model name and weather station communication frequency datapoint",
"de": "Für WH2650: Modelname und Kommunikationsfrequenz hinzugefügt"
},
"0.6.3": {
"en": "Fix outdoor humidity",
"de": "Outdoor Humidity repariert"
},
"0.6.2": {
"en": "Add Forwarding capability and additional sensors",
"de": "Möglichkeit Werte die per Listener ankommen weiterzuleiten und zusätzliche Sensoren auszuwerten"
},
"0.6.1": {
"en": "Add Wind Heading",
"de": "Windrichtung auf der Windrose hinzugefügt"
},
"0.6.0": {
"en": "Add Ecowitt support",
"de": "Ecowitt für Listener hinzugefügt"
},
"0.5.6": {
"en": "UVraw conversion fix",
"de": "UVraw korrigiert"
},
"0.5.5": {
"en": "Add UVraw",
"de": "UVraw hinzugefügt"
},
"0.5.4": {
"en": "bugix",
"de": "Bugfix"
},
"0.5.3": {
"en": "bugix",
"de": "Bugfix"
},
"0.5.2": {
"en": "bugix",
"de": "Bugfix"
},
"0.5.1": {
"en": "bugix",
"de": "Bugfix"
},
"0.5.0": {
"en": "Added daily min/max values",
"de": "Tagesmin-/max-Werte hinzugefügt"
}
},
"title": "Sainlogic Weatherstation",
"titleLang": {
"en": "Sainlogic Weatherstation",
"de": "Sainlogic Weatherstation"
},
"desc": {
"en": "Read data from a sainlogic based weather station",
"de": "Read data from a sainlogic based weather station"
},
"authors": [
"Fogg <[email protected]>"
],
"keywords": [
"weather",
"sainlogic"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "sainlogic.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/phifogg/ioBroker.sainlogic/master/admin/sainlogic.png",
"readme": "https://github.com/phifogg/ioBroker.sainlogic/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "weather",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"bind": "",
"port": 45000,
"path": "/weatherstation/updateweatherstation.php",
"listener_active": false,
"listener_protocol": "wunderground",
"listener_forward_url": "",
"scheduler_active": false,
"ws_address": "",
"ws_port": 45000,
"ws_freq": 15,
"ws_getfirmware": true,
"ws_getcurrent": true,
"ws_getmax": false,
"ws_getmin": false,
"ws_getmaxdaily": false,
"ws_getmindaily": false,
"unit_rain": "mm",
"unit_temperature": "°C",
"unit_pressure": "hPa",
"unit_windspeed": "km/h",
"unit_solar": "lx"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.last_update",
"type": "state",
"common": {
"role": "",
"name": "Timestamp of last update received from weather station",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.softwaretype",
"type": "state",
"common": {
"role": "",
"name": "Software type and version of weather station",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "weather",
"type": "channel",
"common": {
"name": "Weather data"
},
"native": {}
},
{
"_id": "weather.current",
"type": "channel",
"common": {
"name": "Weather data"
},
"native": {}
},
{
"_id": "weather.current.windheading",
"type": "state",
"common": {
"name": "Wind Heading",
"role": "indicator.direction",
"type": "string"
},
"native": {}
},
{
"_id": "weather.maxvalues",
"type": "channel",
"common": {
"name": "Max values of Weather data"
},
"native": {}
},
{
"_id": "weather.maxvalues.absolut",
"type": "channel",
"common": {
"name": "Max values of Weather data"
},
"native": {}
},
{
"_id": "weather.minvalues.absolut",
"type": "channel",
"common": {
"name": "Min values of Weather data"
},
"native": {}
},
{
"_id": "weather.maxvalues.daily",
"type": "channel",
"common": {
"name": "Daily Min values of Weather data"
},
"native": {}
},
{
"_id": "weather.minvalues.daily",
"type": "channel",
"common": {
"name": "Min daily values of Weather data"
},
"native": {}
}
]
}