1.0.1 • Published 6 years ago

iobroker.husq-automower v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Logo

ioBroker.husq-automower

Deutsche Beschreibung hier

This adapter connects IoBroker with your Husqvarna Automower with Connect-Modul Mowing times, battery level and various other data are read out from the mower. The adapter can control the mower (start, stop, park). Tested with 450X and 315X.

For communication with Husqvarna web server, the adapter use scripts from rannmann.

Over the action state "husq-automower.x.mower.action" you can do following actions: = 1 - start mower = 2 - stop mower = 3 - park mower = 9 - query Status (if schdeuler stopped, mower.scheduleTime == 0) = 77 - Rainbutton, toggle mower.stoppedDueRain: true - park mower it's raining, false - after configered standby time, the mower automatic start button work parallel with optional sensor for rain detection = 91 - stop status scheduler (mower.scheduleTime == 0) = 92 - start status scheduler

installation

At least Node 4.X.X must be installed, Node 0.10 and 0.12 are no longer supported by this adapter.

settings

  • to connect to the mower, type in email and password from your Husqvarna account in the config.
  • max. distance from base, if exceeded (value > 0), adapter write message to mover.sendMessage

Changelog

0.3.4

  • (Greyhound) new configuration site
  • (Greyhound) correction in accumulate statistic values
  • (Greyhound) additional statistic values
  • (Greyhound) bugfixes in rain handler

0.3.3

  • (Greyhound) correct automower datetime with timezone offset
  • (Greyhound) other small corrections

0.3.2

  • (Greyhound) fix a problem in adapter.on('objectChange', ...
  • (Greyhound) div. renamings and bugfixes

0.3.1

  • (Greyhound) initial release

< 0.3.1

  • (Greyhound) miscellaneous js-script versions

License

The MIT License (MIT)

Copyright (c) 2018 truegreyhound truegreyhound@gmx.net

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:

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.