Skip to content

Commit

Permalink
Fix start of calculation if HUB is connected with Ace
Browse files Browse the repository at this point in the history
  • Loading branch information
nograx committed Jan 16, 2025
1 parent e698076 commit 5519414
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 30 deletions.
41 changes: 23 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,43 +47,48 @@ If you find the adapter useful for you and want to support my work, feel free to

[![Donate](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/PeterFrommert)

## Changelog
## Changelog

### **WORK IN PROGRESS**

- Fix start of calculation if HUB is connected with Ace

### 1.10.4 (2025-01-14)

- Fix "Grid Input Power" state if connected with Ace

- Fix "Grid Input Power" state if connected with Ace

### 1.10.2 (2025-01-14)

- Fix calculation of grid input power on ace
- Correct standby usage of battery if conncted with ace (add additional 10W)

- Correct standby usage of battery if conncted with ace (add additional 10W)

### 1.10.1 (2025-01-06)

- Fix input limit when hub is bundled with ace
- Fix calculation when low voltage block is activated

- Fix calculation when low voltage block is activated

### 1.10.0 (2024-12-02)

- Add setting to perform a full charge if SOC from Zendure is greater than 50% when on low voltage
- Bugfixes

- Bugfixes

### 1.9.3 (2024-11-22)

- Fix for Low Voltage Block not deactivated

- Fix for Low Voltage Block not deactivated

### 1.9.2 (2024-11-21)

- Fix some state definitions

- Fix some state definitions

### 1.9.1 (2024-11-21)

- Improvement for 'Low Voltage Block'.
- Changed the state "hubState" a an option value.

- Changed the state "hubState" a an option value.

### 1.9.0 (2024-11-20)

- New option to force Solarflow device to go offline when "Low Voltage Block"-option is used.

- New option to force Solarflow device to go offline when "Low Voltage Block"-option is used.

## License

MIT License
Expand All @@ -106,4 +111,4 @@ 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.
SOFTWARE.
2 changes: 1 addition & 1 deletion admin/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/constants/aceStates.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/constants/aioStates.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/constants/hubStates.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5519414

Please sign in to comment.