update unreleased changes
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Fixed detection of the connected inputs/MPPTs
|
||||||
|
- Add data acquisition interval
|
||||||
|
- Add number of connections
|
||||||
|
- Add communication type
|
||||||
|
- Preparation for overwriting received data
|
||||||
|
|
||||||
## [0.5.4] - 2023-11-22
|
## [0.5.4] - 2023-11-22
|
||||||
|
|
||||||
- hardening remove dangerous commands from busybox
|
- hardening remove dangerous commands from busybox
|
||||||
@@ -86,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
This version halves the size of the Docker image and reduces the attack surface for security vulnerabilities, by omitting unneeded code. The feature set is exactly the same as the previous release version 0.1.0.
|
This version halves the size of the Docker image and reduces the attack surface for security vulnerabilities, by omitting unneeded code. The feature set is exactly the same as the previous release version 0.1.0.
|
||||||
|
|
||||||
### Changes
|
### Changes in 0.2.0
|
||||||
|
|
||||||
- move from slim-bookworm to an alpine base image
|
- move from slim-bookworm to an alpine base image
|
||||||
- install python requirements with pip wheel
|
- install python requirements with pip wheel
|
||||||
@@ -119,27 +125,27 @@ This version halves the size of the Docker image and reduces the attack surface
|
|||||||
|
|
||||||
❗Due to the change from one device to multiple devices in the Home Assistant, the previous MQTT device should be deleted in the Home Assistant after the update to pre-release '0.0.4'. Afterwards, the proxy must be restarted again to ensure that the sub-devices are created completely.
|
❗Due to the change from one device to multiple devices in the Home Assistant, the previous MQTT device should be deleted in the Home Assistant after the update to pre-release '0.0.4'. Afterwards, the proxy must be restarted again to ensure that the sub-devices are created completely.
|
||||||
|
|
||||||
### Added
|
### Added in 0.0.4
|
||||||
|
|
||||||
- Register multiple devices at home-assistant instead of one for all measurements.
|
- Register multiple devices at home-assistant instead of one for all measurements.
|
||||||
Now we register: a Controller, the inverter and up to 4 input devices to home-assistant.
|
Now we register: a Controller, the inverter and up to 4 input devices to home-assistant.
|
||||||
|
|
||||||
## [0.0.3] - 2023-09-28
|
## [0.0.3] - 2023-09-28
|
||||||
|
|
||||||
### Added
|
### Added in 0.0.3
|
||||||
|
|
||||||
- Fixes Running Proxy with host UID and GUID #2
|
- Fixes Running Proxy with host UID and GUID #2
|
||||||
|
|
||||||
## [0.0.2] - 2023-09-27
|
## [0.0.2] - 2023-09-27
|
||||||
|
|
||||||
### Added
|
### Added in 0.0.2
|
||||||
|
|
||||||
- Dockerfile opencontainer labels
|
- Dockerfile opencontainer labels
|
||||||
- Send voltage and current of inputs to mqtt
|
- Send voltage and current of inputs to mqtt
|
||||||
|
|
||||||
## [0.0.1] - 2023-09-25
|
## [0.0.1] - 2023-09-25
|
||||||
|
|
||||||
### Added
|
### Added in 0.0.1
|
||||||
|
|
||||||
- Logger for inverter packets
|
- Logger for inverter packets
|
||||||
- SIGTERM handler for fast docker restarts
|
- SIGTERM handler for fast docker restarts
|
||||||
|
|||||||
Reference in New Issue
Block a user