版本更新至 v1.1.1

- 增加能源数据模拟发送功能
- 添加CHANGELOG.md记录版本历史
This commit is contained in:
不求圣剑
2025-10-15 10:50:13 +08:00
parent a3d46e8f7a
commit 00ebd1629f
2 changed files with 52 additions and 1 deletions

51
CHANGELOG.md Normal file
View File

@@ -0,0 +1,51 @@
# Changelog
所有重要的项目更改都将记录在此文件中。
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
项目遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
## [未发布]
### 计划中
- 增加更多能源监控功能
- 支持更多设备类型
## [1.1.1] - 2024-12-19
### 新增
- 在数据传输示例中增加能源数据模拟发送功能
- 支持所有能源类型的累积数据:太阳能、家庭用电、电网购买/出售、电池充放电
- 能源数据基准从1kWh开始每次根据功率值增加0.1kWh
### 改进
- 简化传感器处理逻辑,直接显示累积值而不进行复杂计算
- 优化数据传输格式,包含完整的功率和能源数据
### 修复
- 修复能源传感器数据处理逻辑
- 移除不必要的能源累积计算代码
## [1.1.0] - 2024-12-18
### 新增
- 完整的能源监控传感器支持
- MQTT数据传输示例
- 支持功率和能源两种数据类型
- 电池状态监控
### 改进
- 优化传感器配置
- 改进错误处理
## [1.0.6] - 2024-12-17
### 修复
- 修复传感器初始化问题
## [1.0.5] - 2024-12-16
### 新增
- 初始版本发布
- 基础传感器功能
- MQTT集成

View File

@@ -11,5 +11,5 @@
"documentation": "https://github.com/suyulin/jackery_home", "documentation": "https://github.com/suyulin/jackery_home",
"issue_tracker": "https://github.com/suyulin/jackery_home/issues", "issue_tracker": "https://github.com/suyulin/jackery_home/issues",
"iot_class": "local_push", "iot_class": "local_push",
"version": "1.1.0" "version": "1.1.1"
} }