We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前有以下需要改动的API
缺少summary的API,今日,昨日,本月,上月总量。
按天返回的API和按时返回的API,设计需要优化(减少查询数据量和时间)。[已完成]
3. [优化] 对提交的读数进行校验,如果时间已存在则报错,插入按时间排序。(另建新任务)
5. 过去24hours的数据,语意和实际数据不一致。[24hours是只取当天的,48hours是取今天和昨天的]
已知Bug:
提交读数的时候会创建新的node[已完成]
datetime.date.fromtimstamp方法报错。 [已完成]
The text was updated successfully, but these errors were encountered:
Bug#1 已修复,是文档url写错了的问题,同时给DeviceList加了个存在判断。 Bug#2 已修复。
Sorry, something went wrong.
目前服务器返回的power数据有simple和detail这两种。simple是每天只返回最后更新的读数,可以用作当天的读数;detail则是返回每天的所有详细读数(数据量会较大),一般只取一两天范围内的。
Latest Data用48hours的detail数据拼起来(以防止当天的数据不够显示)
Daily Power Usage可以用1month或2month的simple数据。
No branches or pull requests
目前有以下需要改动的API
缺少summary的API,今日,昨日,本月,上月总量。
按天返回的API和按时返回的API,设计需要优化(减少查询数据量和时间)。[已完成]
3. [优化] 对提交的读数进行校验,如果时间已存在则报错,插入按时间排序。(另建新任务)5. 过去24hours的数据,语意和实际数据不一致。[24hours是只取当天的,48hours是取今天和昨天的]已知Bug:
提交读数的时候会创建新的node[已完成]
datetime.date.fromtimstamp方法报错。 [已完成]
The text was updated successfully, but these errors were encountered: