Skip to content

Releases: britkat1980/giv_tcp

Minor FIx

24 Nov 09:33
Compare
Choose a tag to compare
2.4.3

2.4.3

GivTCP 2.4.0

04 Nov 20:16
Compare
Choose a tag to compare

[Fixed]

  • Enhanced Startup script with better uto discovery of Inverters and EVC
  • PR #119 thanks to @gcoan
  • Enable long term stats PR #103 thanks to @ajcollins

[Added]

  • GiVEVC: Ability to connect to GivEnergy EV Chargers. Monitoring and control (see Readme)
  • GivTCP version published in MQTT
  • GUI for configuration (not yet released)
  • Nginx proxy to combine all web frontends via single port (8099)
  • REST can also be found at IPADDRESS:8099/REST1/ and REST2/ etc... for each inverter
  • Web dashboard can be accessed at IPADDRESS:8099/dashboard
  • PALM 1.1.0 updated

GivTCP 2.2

29 Jun 08:01
Compare
Choose a tag to compare

[2.2.0] - 2023-06-28

Fixed

  • Type error in MQTT publishing handled gracefully
  • Grid Current scaling factor corrected (x10)

Added

  • Updated SmartTarget to PALM 0.10.0 (Thanks Steve Lewis)
  • Charge and Discharge time remaining entities (mins till full charge/discharge at current power rate) and absolute time to hit Target SOC/Battery Reserve
  • Gen 3 invertors now recognised
  • MQTT Auto recognition. If using the Mosquitto addon in HA it will now auto connect, removing need for MQTT configuration before running
  • Refactored Write.py to always use the Redis Queue, to remove contention on modbus comms and create more reliable control signals
  • Configurable retries on write commands to allow for installations with less reliable comms (Thanks @Ed-M72)
  • Modified givenergy-modbus library to allow single timeslot control, to allow better integration with select controls in HA
  • Individual timeslot start/end control, to remove race condition for setting start and end together

2.1.3

21 Feb 16:40
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Charge and Discharge rates now use absolute power values (2600W) not percentage (100%) to align with Cloud portal and to give correct operation
  • Prevented the REST readData call (pubFromPickle) from triggering another read

BUG FIXES:

  • Fixed error on garbage invertor output
  • Fixed Force Charge/Export power rate setting from 100(%) to maxInvertorRate
  • Worked on race conditions by using critical sections to replace file locks
  • Fix select entities error when setting to a non-float value

UPDATES:

  • Changed logging levels so that Info now just shows which operations are called and everything else is Debug
  • Force Charge, Force Export and Temp Pause controls now allow you to Cancel, reverting to preious settings immediately
  • Updated Battery Reserve and Cut-off entities to correctly reflect invertor behaviour
  • Updated Redis scheduling for control lockout

NEW FEATURES:

  • Added "None" as a smoothing option
  • Added invertor firmware to output
  • Allow dynamic Day/Night energy slots as well as fixed time (Go vs Intelligent) New "select" entity created to allow external automations to change rate (DYNAMICTARIFF ENV can be set to true to ignore day/night ENV and change rates based on the value of the Select entity)
  • Ability to accept dual array installations for Solcast Smart Target (new ENV)
  • Per Invertor MQTT Topic now available
  • Overlapping ForceCharge\Export now handled gracefully. You can extend a current Force action byt recalling it with a new duration and it will set a new Force end time

Bug Fix update

26 Aug 16:02
Compare
Choose a tag to compare

Fixes to data smoothing stability and multi-invertor functionaility

1.1.6

22 Aug 19:17
Compare
Choose a tag to compare

Updates include:

  • Fixes to Daily Energy Tracking
  • New data filtering and process monitoring for greater stability
  • Fixes to WEB Dashboard
  • Ability to turn on/off dashboard and set Port

New Feature Release

10 Aug 18:26
Compare
Choose a tag to compare

Updates in this release include:

  • Multiple Battery handling (inc Home Assistant Discovery)
  • Web Dashboard for simple built-in IHD
  • Data filtering to remove erroneous zero values
  • Re-architected to enable multiple invertors in future releases
  • Cost tracking for those on a two stage energy tariff (Octopus Go or Economy 7)
  • Naming option for HA devices

Breaking Changes:

  • Device naming in Home Assistant has changed and will require updating in your config

Cache Data Update

11 Mar 17:50
e793c9d
Compare
Choose a tag to compare
Merge pull request #2 from britkat1980/dev

Major Update to add MQTT control and HA autodiscovery

Initial stable release

03 Feb 12:54
Compare
Choose a tag to compare

First stable release, utilising givenergy-modbus library to abstract low-level register access.

Provides read and write control.