Releases: ohAnd/dtuGateway
Releases · ohAnd/dtuGateway
Latest snapshot v2.1.0067_develop
dtuGateway v2.0.0013
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
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
What's Changed
- #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
dtuGateway v1.6.0009
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
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
- [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
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
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