forked from iobroker-community-adapters/ioBroker.worx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
6,896 additions
and
1,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
gulpfile.js | ||
admin/i18n | ||
tasks | ||
node_modules | ||
.idea | ||
.git | ||
/node_modules | ||
test | ||
.idea | ||
node_modules/ | ||
nbproject/ | ||
.vs*/ | ||
Thumbs.db | ||
gulpfile.js | ||
|
||
test/ | ||
travis/ | ||
.travis.yml | ||
appveyor.yml | ||
.travis.yaml | ||
appveyor.yaml | ||
|
||
tslint.json | ||
.eslintrc.json | ||
|
||
# npm package files | ||
iobroker.*.tgz | ||
package-lock.json | ||
|
||
# i18n intermediate files | ||
admin/i18n | ||
|
||
# maintenance scripts | ||
maintenance/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,32 @@ | ||
os: | ||
- linux | ||
- osx | ||
- windows | ||
|
||
language: node_js | ||
node_js: | ||
- '4' | ||
- '6' | ||
- '8' | ||
- '10' | ||
before_script: | ||
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1) | ||
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi' | ||
- npm -v | ||
- npm install [email protected] | ||
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production' | ||
|
||
env: | ||
- CXX=g++-4.8 | ||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-4.8 | ||
- g++-4.9 | ||
|
||
before_install: | ||
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CC=gcc-4.9; fi' | ||
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then CC=g++-4.9; fi' | ||
before_script: | ||
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1) | ||
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm; fi' | ||
- npm -v | ||
- npm install [email protected] | ||
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production' | ||
script: | ||
- npm run test:package | ||
- npm run test:iobroker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,51 @@ | ||
|
||
<img src="admin/landroid.png" alt="drawing" width="50"/> ioBroker.worx | ||
============= | ||
<h1> | ||
<img src="admin/worx.png" width="64"/> | ||
ioBroker.worx | ||
</h1> | ||
|
||
[](https://www.npmjs.com/package/iobroker.worx) | ||
[](https://www.npmjs.com/package/iobroker.worx) | ||
[](https://travis-ci.org/MeisterTR/ioBroker.worx) | ||
[](https://ci.appveyor.com/project/MeisterTR/ioBroker-worx/) | ||
[](https://github.com/MeisterTR/ioBroker-worx/blob/master/LICENSE) | ||
[](https://david-dm.org/MeisterTR/iobroker.worx) | ||
[](https://snyk.io/test/github/MeisterTR/ioBroker.worx) | ||
|
||
[](https://nodei.co/npm/iobroker.worx/) | ||
|
||
NOT FINISHED YET!!!!!!!!!!!!!!!!!!!!!! DO NOT INSTALL | ||
============= | ||
|
||
**Tests:** Linux/Mac: [](https://travis-ci.org/MeisterTR/ioBroker.worx) | ||
Windows: [](https://ci.appveyor.com/project/MeisterTR/ioBroker-worx/) | ||
[Deutsche Beschreibung hier](README_de.md) | ||
## worx adapter for ioBroker | ||
|
||
control via cloud and mqtt | ||
|
||
## Description | ||
This adapter connects IoBroker with your Landroid S/M/L | ||
Temperatures, mowing times, battery level and various other data are read out from the mower | ||
The adapter can control the mower and you can change config params like mowtimes. | ||
|
||
<img src="admin/worx_ada2.png" alt="drawing" width="100%"/> | ||
## Changelog | ||
|
||
## installation | ||
At least Node 4.X.X must be installed, Node 0.10 and 0.12 are no longer supported by this adapter. | ||
### 0.0.1 | ||
* (MeisterTR) initial release | ||
|
||
## settings | ||
- to connect to the mower type in email and password from your worx account in the Config. | ||
## License | ||
MIT License | ||
|
||
Copyright (c) 2019 MeisterTR | ||
|
||
## second mower | ||
-If two mowers are to be integrated, a second instance must be installed, one is selected in the Config mower 0 and in the second mower 1 and so on. | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
## Changelog | ||
#### 0.0.1 | ||
* (MeisterTR) initial release | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declare let systemDictionary: Record<string, Record<string, string>>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* You can delete those if you want. I just found them very helpful */ | ||
* { | ||
box-sizing: border-box | ||
} | ||
.m { | ||
/* Don't cut off dropdowns! */ | ||
overflow: initial; | ||
} | ||
|
||
/* Add your styles here */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"include": [ | ||
"./**/*.d.ts", | ||
"./**/*.js" | ||
] | ||
} |
Oops, something went wrong.