Skip to content

Commit

Permalink
App store certification fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
magohl committed Oct 26, 2020
1 parent fe7c1ac commit 0f5d237
Show file tree
Hide file tree
Showing 6 changed files with 591 additions and 125 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"1.0.0": {
"en": "First version"
},
"1.0.1": {
"en": "updated flow card titles, app image, description, readme"
}
}
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Husqvarna Automower

Athom Homey smart-home app to control the Husqvarna Automower
Athom Homey smart-home app to control the Husqvarna Automowers equipped with Automower Connect.

### Changelog
* 1.0 first version
* 1.0.0 - first version available for testing
* 1.0.1 - updated flow card titles, app image, description, readme

### Capabilities
* Automower Activity
* Automower State
* Automower Mode
* Automower Errorcode
* Automower Batery level
* Activity
* State
* Mode
* Errorcode
* Batery level

### Triggers
* Activity changed
Expand All @@ -25,11 +26,11 @@ Athom Homey smart-home app to control the Husqvarna Automower

### Actions
* Pause
* Park until next scheduled run
* Park until further notice
* Park for a duration of time, overriding schedule
* Resume schedule
* Start mower and cut for a duration of time, overriding schedule
* Park
* Park for duration
* Park until scheduled start
* Resume
* Start for duration

### Device settings
* Polling enabled
Expand All @@ -40,13 +41,13 @@ Athom Homey smart-home app to control the Husqvarna Automower
* Password
* Appkey

## Howto guide
## Install and configure
* Register for a (free) account on Husqvarna developer portal https://developer.husqvarnagroup.cloud/docs/getting-started#/docs/getting-started
* Create an 'application' in the developer portal to get an appkey
* Install app in Homey
* Install app in Homey (SDK3)
* Configure credentials in Homey App settings
* Add device in Homey
* Use triggers, conditions or actions in your Homey flows or chech the status in the device overview.
* Use triggers, conditions or actions in your Homey flows or check status in the device overview.

### Rate limitations
Note that the Husqvarna API currently has an rate limitation of 10,000 calls per month and account. By default this homey app poll the Husqvarna Automower Connect API every 10 minutes. You can change this in app settings.
Note that the Husqvarna API currently has an rate limitation of 10,000 calls per month and account. By default this homey app poll the Husqvarna Automower Connect API every 10 minutes. You can change this in app settings. Note - if your main usage is flow actions to control the mower, you do not need polling and it can be disabled.
4 changes: 1 addition & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Get notifications when your Husqvarna Automower has parked or start a rescue-mission flow when it is stuck somewhere. Or have Homey paus the Automower when motion is detected in the garden.

You could prevent your sprinklers from running when the Automower is working.

Combined with Homey controlling automatic irrigation this is one step closer to a smart garden.
You could prevent your sprinklers from running at the same time as your Automower.
Loading

0 comments on commit 0f5d237

Please sign in to comment.