Skip to content

Commit

Permalink
1.7.0 Eve logging should now work!
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuhlin committed Jun 28, 2021
1 parent 00cd1c8 commit 08d9669
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 60 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ This is a plugin for Aqua Temp pool heater.
1.4.3, 1.4.4, 1.4.5
* Trying to fix token refresh bug

1.5.0
1.5.0, 1.5.1
* Change to not heating status when target temp is lower then current temp or if the pump doesnt have water flow.

1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9
* Beta version of Eve logging for current pool temperate (Requiers Eve app, Apple Home app does not support logging).

1.7.0
* Eve logging should now work!

# Default config
```json
Expand All @@ -47,7 +52,8 @@ This is a plugin for Aqua Temp pool heater.
"Password": "[Password]",
"UpdateTime": 60,
"Debug": false,
"ClearAllAtStartUp": false
"ClearAllAtStartUp": false,
"Eve Loging": false
}
]
```
6 changes: 6 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"type": "boolean",
"required": false,
"default": false
},
"EveLoging": {
"title": "Active Eve Loging",
"type": "boolean",
"required": false,
"default": false
}
}
}
Expand Down
Loading

0 comments on commit 08d9669

Please sign in to comment.