From 948be43c6cc0c563b1f2c06784d9ffcac5aa1d96 Mon Sep 17 00:00:00 2001 From: britkat1980 <69121158+britkat1980@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:29:33 +0100 Subject: [PATCH] 2.2.2 --- CHANGELOG.md | 4 ++++ buildx.bat | 2 +- config.yaml | 2 +- docker-compose.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f72c7b..086fed26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.2] - 2023-07-03 +### Fixed +- Fixed charge target bug (Thanks S0ckhamster) + ## [2.2.1] - 2023-06-29 ### Fixed - Invertor Mode calculation diff --git a/buildx.bat b/buildx.bat index 35446627..efc0c575 100644 --- a/buildx.bat +++ b/buildx.bat @@ -1,2 +1,2 @@ ::docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 -t britkat/giv_tcp-dev:2.2.26 --push . -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 -t britkat/giv_tcp-ma:latest -t britkat/giv_tcp-ma:2.2.1 --push . +docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 -t britkat/giv_tcp-ma:latest -t britkat/giv_tcp-ma:2.2.2 --push . diff --git a/config.yaml b/config.yaml index e8a9dce7..83230490 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ name: "GivTCP" description: "TCP Modbus connection to MQTT/JSON for Givenergy Battery/PV Invertors" -version: "2.2.1" +version: "2.2.2" image: britkat/giv_tcp-ma slug: "givtcp" homeassistant_api: true diff --git a/docker-compose.yml b/docker-compose.yml index bd09d192..a4aeee1d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: GivTCP: - image: britkat/giv_tcp-ma:2.1.15 + image: britkat/giv_tcp-ma:2.2.2 ports: - "1883:1883" # MQTT - "6345:6345" # REST (add increments for each inverter)