iobroker.sbfspot 4.1.7 → 4.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +34 -34
- package/.github/ISSUE_TEMPLATE/BugReport.md +36 -36
- package/.github/ISSUE_TEMPLATE/Enhancement.md +19 -19
- package/.github/dependabot.yml +13 -13
- package/.github/workflows/npmpublish.yml +30 -30
- package/.github/workflows/test-and-release.yml +81 -79
- package/.releaseconfig.json +3 -0
- package/LICENSE +20 -20
- package/README.md +141 -121
- package/admin/index.html +175 -175
- package/admin/index_m.html +261 -261
- package/admin/words.js +24 -24
- package/docs/en/install_arm.md +64 -64
- package/io-package.json +161 -96
- package/lib/tools.js +99 -99
- package/main.js +1144 -1144
- package/package.json +13 -11
- package/widgets/sbfspot/lib/js/flot/jquery.canvaswrapper.js +549 -549
- package/widgets/sbfspot/lib/js/flot/jquery.colorhelpers.js +199 -199
- package/widgets/sbfspot/lib/js/flot/jquery.flot.axislabels.js +212 -212
- package/widgets/sbfspot/lib/js/flot/jquery.flot.browser.js +98 -98
- package/widgets/sbfspot/lib/js/flot/jquery.flot.categories.js +202 -202
- package/widgets/sbfspot/lib/js/flot/jquery.flot.composeImages.js +330 -330
- package/widgets/sbfspot/lib/js/flot/jquery.flot.crosshair.js +202 -202
- package/widgets/sbfspot/lib/js/flot/jquery.flot.drawSeries.js +662 -662
- package/widgets/sbfspot/lib/js/flot/jquery.flot.errorbars.js +375 -375
- package/widgets/sbfspot/lib/js/flot/jquery.flot.fillbetween.js +254 -254
- package/widgets/sbfspot/lib/js/flot/jquery.flot.flatdata.js +47 -47
- package/widgets/sbfspot/lib/js/flot/jquery.flot.hover.js +361 -361
- package/widgets/sbfspot/lib/js/flot/jquery.flot.image.js +249 -249
- package/widgets/sbfspot/lib/js/flot/jquery.flot.js +2953 -2953
- package/widgets/sbfspot/lib/js/flot/jquery.flot.legend.js +437 -437
- package/widgets/sbfspot/lib/js/flot/jquery.flot.logaxis.js +298 -298
- package/widgets/sbfspot/lib/js/flot/jquery.flot.navigate.js +834 -834
- package/widgets/sbfspot/lib/js/flot/jquery.flot.pie.js +794 -794
- package/widgets/sbfspot/lib/js/flot/jquery.flot.resize.js +60 -60
- package/widgets/sbfspot/lib/js/flot/jquery.flot.saturated.js +43 -43
- package/widgets/sbfspot/lib/js/flot/jquery.flot.selection.js +527 -527
- package/widgets/sbfspot/lib/js/flot/jquery.flot.stack.js +220 -220
- package/widgets/sbfspot/lib/js/flot/jquery.flot.symbol.js +98 -98
- package/widgets/sbfspot/lib/js/flot/jquery.flot.threshold.js +143 -143
- package/widgets/sbfspot/lib/js/flot/jquery.flot.time.js +586 -586
- package/widgets/sbfspot/lib/js/flot/jquery.flot.touch.js +320 -320
- package/widgets/sbfspot/lib/js/flot/jquery.flot.touchNavigate.js +360 -360
- package/widgets/sbfspot/lib/js/flot/jquery.flot.uiConstants.js +10 -10
- package/widgets/sbfspot/lib/js/flot/jquery.js +9473 -9473
- package/widgets/sbfspot/lib/js/lib/globalize.culture.en-US.js +33 -33
- package/widgets/sbfspot/lib/js/lib/globalize.js +1601 -1601
- package/widgets/sbfspot/lib/js/lib/jquery.event.drag.js +145 -145
- package/widgets/sbfspot/lib/js/lib/jquery.mousewheel.js +86 -86
- package/widgets/sbfspot.html +1597 -1597
- package/.project +0 -17
- package/.settings/.jsdtscope +0 -7
- package/.settings/org.eclipse.wst.jsdt.ui.superType.container +0 -1
- package/.settings/org.eclipse.wst.jsdt.ui.superType.name +0 -1
- package/admin/sbfspot_alt.png +0 -0
- package/bin/Microsoft.NodejsTools.WebRole.dll +0 -0
- package/lib/SMA_Bluetooth.js +0 -27
- package/main_neu.js +0 -1056
- package/obj/Debug/sbfspot.njsproj.CoreCompileInputs.cache +0 -1
- package/obj/Debug/sbfspot.njsproj.FileListAbsolute.txt +0 -3
- package/obj/Debug/sbfspot.njsprojAssemblyReference.cache +0 -0
- package/package_neu.json +0 -41
- package/readme.txt +0 -4
- package/sbfspot.njsproj +0 -185
- package/todo.txt +0 -24
- package/typings/globals/node/index.d.ts +0 -4209
- package/typings/globals/node/typings.json +0 -8
- package/typings/index.d.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a62605efd749b463ea9d342f187dac035a39f548
|
|
Binary file
|
package/package_neu.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "iobroker.sbfspot",
|
|
3
|
-
"version": "2.3.0",
|
|
4
|
-
"description": "sbfspot (SMA inverter) Adapter",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Ren� G.",
|
|
7
|
-
"email": "info@rg-engineering.eu"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
|
-
"homepage": "https://github.com/rg-engineering/ioBroker.sbfspot",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"ioBroker",
|
|
14
|
-
"SMA",
|
|
15
|
-
"sbfspot"
|
|
16
|
-
],
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/rg-engineering/ioBroker.sbfspot"
|
|
20
|
-
},
|
|
21
|
-
"Dependencies": {
|
|
22
|
-
"@iobroker/adapter-core": "^1.0.2"
|
|
23
|
-
},
|
|
24
|
-
"optionalDependencies": {
|
|
25
|
-
"mysql": "^2.16.0",
|
|
26
|
-
"sqlite3": "^4.0.6"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"gulp": "^4.0.0",
|
|
30
|
-
"mocha": "^5.2.0",
|
|
31
|
-
"chai": "^4.2.0"
|
|
32
|
-
},
|
|
33
|
-
"main": "main.js",
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/rg-engineering/ioBroker.sbfspot"
|
|
36
|
-
},
|
|
37
|
-
"scripts": {
|
|
38
|
-
"test": "node node_modules/mocha/bin/mocha"
|
|
39
|
-
},
|
|
40
|
-
"readmeFilename": "README.md"
|
|
41
|
-
}
|
package/readme.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/home/pi/projects/sbfspot/smadata/SBFspot.db
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
SELECT strftime('%Y', datetime(TimeStamp, 'unixepoch')) as date, Max(`ETotal`) as ertrag, Min(`ETotal`) as startertrag FROM `SpotData` WHERE `Serial` = '1100173807' Group By strftime('%Y', datetime(TimeStamp, 'unixepoch'));
|
package/sbfspot.njsproj
DELETED
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<PropertyGroup>
|
|
4
|
-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5
|
-
<SchemaVersion>2.0</SchemaVersion>
|
|
6
|
-
<ProjectGuid>{40b7db5d-a95a-4468-b0a4-213223c696ce}</ProjectGuid>
|
|
7
|
-
<ProjectHome>
|
|
8
|
-
</ProjectHome>
|
|
9
|
-
<ProjectView>ShowAllFiles</ProjectView>
|
|
10
|
-
<StartupFile>myhomecontrol_sbfspot.js</StartupFile>
|
|
11
|
-
<WorkingDirectory>.</WorkingDirectory>
|
|
12
|
-
<OutputPath>.</OutputPath>
|
|
13
|
-
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
|
|
14
|
-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
|
15
|
-
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
16
|
-
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
|
17
|
-
</PropertyGroup>
|
|
18
|
-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
|
|
19
|
-
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
|
20
|
-
<ItemGroup>
|
|
21
|
-
<Compile Include="admin\words.js">
|
|
22
|
-
<SubType>Code</SubType>
|
|
23
|
-
</Compile>
|
|
24
|
-
<Compile Include="main.js" />
|
|
25
|
-
<Compile Include="test\integration.js" />
|
|
26
|
-
<Compile Include="test\mocha.setup.js" />
|
|
27
|
-
<Compile Include="test\package.js" />
|
|
28
|
-
<Compile Include="test\unit.js" />
|
|
29
|
-
<Compile Include="widgets\sbfspot\lib\js\flot\jquery.flot.js" />
|
|
30
|
-
<Compile Include="widgets\sbfspot\lib\js\flot\jquery.flot.time.js" />
|
|
31
|
-
<Content Include=".github\dependabot.yml" />
|
|
32
|
-
<Content Include=".github\FUNDING.yml" />
|
|
33
|
-
<Content Include=".github\ISSUE_TEMPLATE\BugReport.md" />
|
|
34
|
-
<Content Include=".github\ISSUE_TEMPLATE\Enhancement.md" />
|
|
35
|
-
<Content Include=".github\workflows\npmpublish.yml" />
|
|
36
|
-
<Content Include=".github\workflows\test-and-release.yml" />
|
|
37
|
-
<Content Include=".gitignore" />
|
|
38
|
-
<Content Include=".npmignore" />
|
|
39
|
-
<Content Include="admin\i18n\de\flat.txt" />
|
|
40
|
-
<Content Include="admin\i18n\en\flat.txt" />
|
|
41
|
-
<Content Include="admin\i18n\es\flat.txt" />
|
|
42
|
-
<Content Include="admin\i18n\flat.txt" />
|
|
43
|
-
<Content Include="admin\i18n\fr\flat.txt" />
|
|
44
|
-
<Content Include="admin\i18n\it\flat.txt" />
|
|
45
|
-
<Content Include="admin\i18n\nl\flat.txt" />
|
|
46
|
-
<Content Include="admin\i18n\pl\flat.txt" />
|
|
47
|
-
<Content Include="admin\i18n\pt\flat.txt" />
|
|
48
|
-
<Content Include="admin\i18n\ru\flat.txt" />
|
|
49
|
-
<Content Include="admin\index_m.html" />
|
|
50
|
-
<Content Include="admin\sbfspot.png" />
|
|
51
|
-
<Content Include="docs\en\install_arm.md">
|
|
52
|
-
<SubType>Code</SubType>
|
|
53
|
-
</Content>
|
|
54
|
-
<Content Include="lib\SMA_Bluetooth.js">
|
|
55
|
-
<SubType>Code</SubType>
|
|
56
|
-
</Content>
|
|
57
|
-
<Content Include="lib\tools.js">
|
|
58
|
-
<SubType>Code</SubType>
|
|
59
|
-
</Content>
|
|
60
|
-
<Content Include="LICENSE" />
|
|
61
|
-
<Content Include="package-lock.json" />
|
|
62
|
-
<Content Include="readme.txt" />
|
|
63
|
-
<Content Include="test\mocha.custom.opts" />
|
|
64
|
-
<Content Include="todo.txt" />
|
|
65
|
-
<Content Include="io-package.json" />
|
|
66
|
-
<Content Include="package.json" />
|
|
67
|
-
<Content Include="README.md" />
|
|
68
|
-
<Content Include="admin\index.html" />
|
|
69
|
-
<Compile Include="tasks\jscs.js" />
|
|
70
|
-
<Compile Include="tasks\jscsRules.js" />
|
|
71
|
-
<Compile Include="tasks\jshint.js" />
|
|
72
|
-
<Content Include="widgets\sbfspot.html" />
|
|
73
|
-
<Content Include="widgets\sbfspot\img\Prev_tplSbfspot.png" />
|
|
74
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.canvaswrapper.js" />
|
|
75
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.colorhelpers.js" />
|
|
76
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.axislabels.js" />
|
|
77
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.browser.js" />
|
|
78
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.categories.js" />
|
|
79
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.composeImages.js" />
|
|
80
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.crosshair.js" />
|
|
81
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.drawSeries.js" />
|
|
82
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.errorbars.js" />
|
|
83
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.fillbetween.js" />
|
|
84
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.flatdata.js" />
|
|
85
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.hover.js" />
|
|
86
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.image.js" />
|
|
87
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.legend.js" />
|
|
88
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.logaxis.js" />
|
|
89
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.navigate.js" />
|
|
90
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.pie.js" />
|
|
91
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.resize.js" />
|
|
92
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.saturated.js" />
|
|
93
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.selection.js" />
|
|
94
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.stack.js" />
|
|
95
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.symbol.js" />
|
|
96
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.threshold.js" />
|
|
97
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.touch.js" />
|
|
98
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.touchNavigate.js" />
|
|
99
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.flot.uiConstants.js" />
|
|
100
|
-
<Content Include="widgets\sbfspot\lib\js\flot\jquery.js" />
|
|
101
|
-
<Content Include="widgets\sbfspot\lib\js\lib\globalize.culture.en-US.js" />
|
|
102
|
-
<Content Include="widgets\sbfspot\lib\js\lib\globalize.js" />
|
|
103
|
-
<Content Include="widgets\sbfspot\lib\js\lib\jquery.event.drag.js" />
|
|
104
|
-
<Content Include="widgets\sbfspot\lib\js\lib\jquery.mousewheel.js" />
|
|
105
|
-
</ItemGroup>
|
|
106
|
-
<ItemGroup>
|
|
107
|
-
<Folder Include=".github\" />
|
|
108
|
-
<Folder Include=".github\ISSUE_TEMPLATE\" />
|
|
109
|
-
<Folder Include=".github\workflows\" />
|
|
110
|
-
<Folder Include="admin" />
|
|
111
|
-
<Folder Include="admin\i18n\" />
|
|
112
|
-
<Folder Include="admin\i18n\de\" />
|
|
113
|
-
<Folder Include="admin\i18n\en\" />
|
|
114
|
-
<Folder Include="admin\i18n\es\" />
|
|
115
|
-
<Folder Include="admin\i18n\fr\" />
|
|
116
|
-
<Folder Include="admin\i18n\it\" />
|
|
117
|
-
<Folder Include="admin\i18n\nl\" />
|
|
118
|
-
<Folder Include="admin\i18n\pl\" />
|
|
119
|
-
<Folder Include="admin\i18n\pt\" />
|
|
120
|
-
<Folder Include="admin\i18n\ru\" />
|
|
121
|
-
<Folder Include="docs\en\" />
|
|
122
|
-
<Folder Include="docs\" />
|
|
123
|
-
<Folder Include="lib\" />
|
|
124
|
-
<Folder Include="tasks" />
|
|
125
|
-
<Folder Include="test\" />
|
|
126
|
-
<Folder Include="typings\" />
|
|
127
|
-
<Folder Include="typings\globals\" />
|
|
128
|
-
<Folder Include="typings\globals\node\" />
|
|
129
|
-
<Folder Include="widgets\" />
|
|
130
|
-
<Folder Include="widgets\sbfspot\" />
|
|
131
|
-
<Folder Include="widgets\sbfspot\css\" />
|
|
132
|
-
<Folder Include="widgets\sbfspot\img\" />
|
|
133
|
-
<Folder Include="widgets\sbfspot\lib\" />
|
|
134
|
-
<Folder Include="widgets\sbfspot\lib\js\" />
|
|
135
|
-
<Folder Include="widgets\sbfspot\lib\js\flot\" />
|
|
136
|
-
<Folder Include="widgets\sbfspot\js\" />
|
|
137
|
-
<Folder Include="widgets\sbfspot\lib\js\lib\" />
|
|
138
|
-
</ItemGroup>
|
|
139
|
-
<ItemGroup>
|
|
140
|
-
<TypeScriptCompile Include="typings\globals\node\index.d.ts" />
|
|
141
|
-
<TypeScriptCompile Include="typings\index.d.ts" />
|
|
142
|
-
</ItemGroup>
|
|
143
|
-
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
144
|
-
<!--Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them.-->
|
|
145
|
-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
|
|
146
|
-
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
|
|
147
|
-
<ProjectExtensions>
|
|
148
|
-
<VisualStudio>
|
|
149
|
-
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
150
|
-
<WebProjectProperties>
|
|
151
|
-
<UseIIS>False</UseIIS>
|
|
152
|
-
<AutoAssignPort>True</AutoAssignPort>
|
|
153
|
-
<DevelopmentServerPort>0</DevelopmentServerPort>
|
|
154
|
-
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
155
|
-
<IISUrl>http://localhost:48022/</IISUrl>
|
|
156
|
-
<NTLMAuthentication>False</NTLMAuthentication>
|
|
157
|
-
<UseCustomServer>True</UseCustomServer>
|
|
158
|
-
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
|
|
159
|
-
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
160
|
-
</WebProjectProperties>
|
|
161
|
-
</FlavorProperties>
|
|
162
|
-
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
|
|
163
|
-
<WebProjectProperties>
|
|
164
|
-
<StartPageUrl>
|
|
165
|
-
</StartPageUrl>
|
|
166
|
-
<StartAction>CurrentPage</StartAction>
|
|
167
|
-
<AspNetDebugging>True</AspNetDebugging>
|
|
168
|
-
<SilverlightDebugging>False</SilverlightDebugging>
|
|
169
|
-
<NativeDebugging>False</NativeDebugging>
|
|
170
|
-
<SQLDebugging>False</SQLDebugging>
|
|
171
|
-
<ExternalProgram>
|
|
172
|
-
</ExternalProgram>
|
|
173
|
-
<StartExternalURL>
|
|
174
|
-
</StartExternalURL>
|
|
175
|
-
<StartCmdLineArguments>
|
|
176
|
-
</StartCmdLineArguments>
|
|
177
|
-
<StartWorkingDirectory>
|
|
178
|
-
</StartWorkingDirectory>
|
|
179
|
-
<EnableENC>False</EnableENC>
|
|
180
|
-
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
|
|
181
|
-
</WebProjectProperties>
|
|
182
|
-
</FlavorProperties>
|
|
183
|
-
</VisualStudio>
|
|
184
|
-
</ProjectExtensions>
|
|
185
|
-
</Project>
|