Skip to content

Commit

Permalink
release 4.9.0
Browse files Browse the repository at this point in the history
## [4.9.0] - (03.08.2021)
## Changes
- added support for Ensemble (Enpowers and Encharges)
- fixed wrong named Encharges to AC Batteries
- other fixes and performance improvements
  • Loading branch information
grzegorz914 committed Aug 3, 2021
1 parent 4cf030b commit 803e7ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Important note v4.5.0 and above!!!
Version 4.5.0 and above need to be used with Homebridge min. v1.3.0.
## [4.9.0] - (xx.08.2021)
## [4.9.0] - (03.08.2021)
## Changes
- added support for Ensemble (Enpowers and Encharges)
- fixed wrong named Encharges to AC Batteries
Expand Down
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3340,9 +3340,7 @@ class envoyDevice {
this.checkDeviceState = true;

//start prepare accessory
if (this.startPrepareAccessory) {
this.prepareAccessory();
}
const startPrepareAccessory = this.startPrepareAccessory ? this.prepareAccessory() : false;
} catch (error) {
this.log.error('Device: %s %s, update Device state error: %s', this.host, this.name, error);
this.checkDeviceState = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Enphase Envoy",
"name": "homebridge-enphase-envoy",
"version": "4.9.0-beta63",
"version": "4.9.0",
"description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Enphase Envoy-S.",
"license": "MIT",
"author": "grzegorz914",
Expand Down

0 comments on commit 803e7ef

Please sign in to comment.