Skip to content

Releases: ohAnd/dtuGateway

Latest snapshot v2.1.0067_develop

30 Nov 19:07
Compare
Choose a tag to compare
Pre-release

Commits

  • 80dacf6: smal fixes regarding Turning the inverter on and off #61 - when inverter turn to on + upgrade openhab item reading to json interpretation (ohAnd)

dtuGateway v2.0.0013

27 Oct 11:56
fa93864
Compare
Choose a tag to compare

What's Changed

  • fixing #59 and smaller changes around this topic incl. breakable change openhab item name ..._PowerLimit_Set to ..._PowerLimitSet by @ohAnd in #60

Full Changelog: v2.0.0012...v2.0.0013

dtuGateway v2.0.0012

17 Oct 18:19
7c90095
Compare
Choose a tag to compare

What's Changed

  • implements #50 OLED - more precision for total yield
  • implements #57 Rote Sekunden Anzeige ausschalten
  • extend web update screen with current used ESP architecture (for remembering to use the right firmware file ;-) )

Full Changelog: v2.0.0011...v2.0.0012

dtuGateway v2.0.0011

10 Oct 16:40
37c4386
Compare
Choose a tag to compare

What's Changed

  • releasing recent improvements by @ohAnd in #56
  • #53 trigger nightmode with dtu offline - configurable
  • improvements for monitor mode
  • improve tft for cloud pause
  • #52 TFT display - cloud pause should be show as icon instead of full text
  • extend remoteDisplay with dtu connection states

Full Changelog: v2.0.0010...v2.0.0011

dtuGateway v2.0.0010

11 Sep 21:42
89f6e4f
Compare
Choose a tag to compare

releasing 2.x

What's Changed

Full Changelog: v1.6.0009...v2.0.0010

dtuGateway v1.6.0009

08 Aug 05:21
a473846
Compare
Choose a tag to compare
Merge pull request #42 from ohAnd/develop_ESP8266only

merge develop_ESP8266only to main

fix flickering on the TFT-display at 0 seconds - based on PR #41 from @ulegan - thx

dtuGateway v1.6.0008

25 Jul 20:44
ce79cea
Compare
Choose a tag to compare
Merge pull request #38 from ohAnd/develop

fixes powerlimit set over mqtt
fixes powerlimit set concurrency over openhab, mqtt, web interface

dtuGateway v1.6.0007

13 Jul 10:28
4de16db
Compare
Choose a tag to compare
  • [breakable change] refactoring userconfig from EEPROM to local json file incl. web config interface (also in preperation to dtuGateway version 2.0)
  • introduce another display (GAGC9A01 round TFT 1.28)
  • implement a better factory mode with display support
  • MQTT Home Assistant Auto Dicovery
  • MQTT power setting with specific topic
  • set PowerLimit over web ui (thx to @hirbelo
  • update readme accordingly

dtuGateway v1.5.0006

01 Jun 18:48
26f68d8
Compare
Choose a tag to compare

Merge pull request #25 from ohAnd/develop

releasing recent feature implementations:

  • MQTT binding -> issue #11, issue #12, issue #19
  • OLED SSH1106 support -> issue #23
  • extend the length of wifi password -> issue #10
  • stablization for OTA update -> issue #17
  • general stability

This release will be the last one with ESP8266only support. (plan) - Further releases will be compiled for ESP8266 and ESP32. (seperated firmware files)

dtuGateway v1.4.0004

13 Apr 08:06
3cf77e2
Compare
Choose a tag to compare
Merge pull request #9 from ohAnd/develop

Releasing last improvements

- stability:
  - DTU connection: supervising the grid voltage value
    - it should be changing inner 10 consecutive rx
    - otherwise a dtu reboot will be requested/ executed
- dev: cleanup / refactor dtu interface
- dev: integrate semi automatic import of DT constants from 'https://raw.githubusercontent.com/suaveolent/hoymiles-wifi/main/hoymiles_wifi/const.py' to stay up-to-date with last findings
- dev: smal improvments for setup local build environment