Skip to content

Commit

Permalink
bump version to 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicPill committed Nov 18, 2022
1 parent 0aa7955 commit 66a8512
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- ✅支持南方电网覆盖范围内的电费数据查询(广东、广西、云南、贵州、海南)
- ✅支持使用手机号和密码登陆,支持登录态失效之后自动重新登陆
- ✅支持多个南网账户(每个账户一个集成),支持单个账户下的多个缴费号
- ✅数据自动抓取和更新(默认间隔1小时,可配置)
- ✅数据自动抓取和更新(默认间隔4小时,可配置)
- ✅全程GUI配置,无需编辑yaml进行配置(暂不支持yaml配置)

可接入如下数据:
Expand Down Expand Up @@ -57,6 +57,16 @@

![](https://raw.githubusercontent.com/CubicPill/china_southern_power_grid_stat/master/img/setup_params.png)

### 数据更新策略
由于上月数据和去年数据在生成之后一般不会发生变化,因此对于上月累计用电量、上月每日用电量、上年度累计用电量、上年度每月用电量,数据更新间隔将会与一般更新间隔有所不同。
具体更新策略如下:

对于上月数据,在每月前5天(1~5日)将会跟随一般更新间隔更新(默认为4小时),其余时间将会停止更新,但数据依然可用。

对于去年数据,在每年一月的前5天(1月1日~1月5日)将会每天更新(在每天第一次触发更新时更新),其余时间将会停止更新,但数据依然可用。

如果需要强制刷新数据,重载集成即可。

## 一些技术细节

### 登陆接口加密原理
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"@cubicpill"
],
"iot_class": "cloud_polling",
"version": "1.0.0-alpha"
"version": "1.0.0-beta"
}
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "China Southern Power Grid Statistics",
"render_readme": true
"render_readme": true,
"homeassistant": "2021.12"
}

0 comments on commit 66a8512

Please sign in to comment.