Commit graph

3140 commits

Author SHA1 Message Date
Erik Montnemery
caf5ee2fab
Remove optional validation when creating conditions () 2021-11-28 14:54:07 +01:00
GitHub Action
3af54d96c7 [ci skip] Translation update 2021-11-28 00:14:19 +00:00
GitHub Action
96313bbbe0 [ci skip] Translation update 2021-11-27 00:12:17 +00:00
GitHub Action
78b47019f9 [ci skip] Translation update 2021-11-26 00:12:49 +00:00
GitHub Action
9e606abb0c [ci skip] Translation update 2021-11-23 00:13:54 +00:00
Franck Nijhof
69b7495324
Sensor: Handle local->UTC conversion and reject timezoneless timestamps () 2021-11-22 17:04:06 +01:00
GitHub Action
31d4239b64 [ci skip] Translation update 2021-11-22 00:13:02 +00:00
GitHub Action
e98977fb49 [ci skip] Translation update 2021-11-21 00:13:51 +00:00
Franck Nijhof
24f3fd35c9
Fix shorthand native value type in sensor entity component () 2021-11-18 17:37:52 +01:00
Franck Nijhof
01efe1eba2
Add datetime object as valid StateType ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-18 14:11:44 +01:00
GitHub Action
9a85c8d894 [ci skip] Translation update 2021-11-18 00:12:48 +00:00
GitHub Action
b82fac1a73 [ci skip] Translation update 2021-11-17 00:13:20 +00:00
GitHub Action
0228d11546 [ci skip] Translation update 2021-11-16 00:18:33 +00:00
epenet
a3885f4fda
Add frequency device class for sensor ()
Co-authored-by: Hedda <rockerc.harley@gmail.com>
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 14:33:50 +01:00
GitHub Action
f0c9f443d1 [ci skip] Translation update 2021-11-15 00:12:46 +00:00
GitHub Action
f00effaba2 [ci skip] Translation update 2021-11-13 00:11:56 +00:00
GitHub Action
3f2b1fa952 [ci skip] Translation update 2021-11-12 00:12:35 +00:00
GitHub Action
e35b83081e [ci skip] Translation update 2021-11-08 00:12:31 +00:00
GitHub Action
332a571bb4 [ci skip] Translation update 2021-11-07 00:12:38 +00:00
GitHub Action
0a94badb72 [ci skip] Translation update 2021-11-02 00:12:41 +00:00
Erik Montnemery
f594bc353b
Add support for external statistics ()
* Support external statistics

* Update tests

* Lint

* Adjust code after rebase

* Separate external statistic_id with :, add name to metadata

* Adjust tests

* Simplify get_metadata_with_session

* Address review comments

* Allow updating external statistics

* Validate input

* Adjust tests after rebase

* Pylint

* Adjust tests

* Improve test coverage
2021-10-26 10:26:50 +02:00
Marc Mueller
eab235173b
Use assignment expressions 28 () 2021-10-22 14:06:04 +02:00
GitHub Action
4634b65924 [ci skip] Translation update 2021-10-21 00:12:43 +00:00
Erik Montnemery
558c2556f1
Report all unrecorded sensors in statistics tool () 2021-10-20 15:58:28 +02:00
Erik Montnemery
e3534eec87
Report orphaned statistics in statistic validation () 2021-10-20 15:57:22 +02:00
Erik Montnemery
dde8ac4eb5
Add support for kPa to sensor statistics () 2021-10-19 21:43:08 +02:00
Erik Montnemery
bb9053e93d
Add MWh as an energy unit () 2021-10-19 11:08:44 -07:00
GitHub Action
a1176cc79a [ci skip] Translation update 2021-10-18 00:11:59 +00:00
Erik Montnemery
a5603c0076
Improve warning prints for sensor statistics () 2021-10-13 08:15:04 -07:00
Erik Montnemery
ffeb73a4f6
Add statistics tests for sensor with changing device class () 2021-10-12 09:09:32 -07:00
Paulus Schoutsen
eba1d7d16a
Guard for bad last reset () 2021-10-08 10:48:52 -07:00
Erik Montnemery
69875cbd11
Improve sensor statistics validation () 2021-10-04 09:47:44 -07:00
GitHub Action
f42c2f5170 [ci skip] Translation update 2021-10-02 12:59:05 +00:00
Erik Montnemery
6af1a835e6
Optimize statistics generation ()
* Optimize statistics generation

* pylint
2021-09-30 17:14:36 +02:00
Erik Montnemery
6954614e62
Warn if total_increasing sensor has negative states () 2021-09-30 07:49:16 -07:00
Erik Montnemery
8c3fc95fb8
Fallback to state machine in statistics () 2021-09-29 14:57:16 -07:00
Erik Montnemery
40ecf22bac
Remove automatic splitting of net meters from statistics () 2021-09-29 17:20:17 +02:00
Marc Mueller
364767ff22
Import Callable from collections.abc (4) () 2021-09-29 16:15:36 +02:00
Erik Montnemery
552485bb05
Tweak list_statistic_ids ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-28 00:05:26 -07:00
Erik Montnemery
58f465f271
Don't reset meter when last_reset is set to None () 2021-09-27 12:17:09 +02:00
Erik Montnemery
7452998081
Convert last_reset timestamps to UTC ()
* Convert last_reset timestamps to UTC

* Add test

* Apply suggestion from code review
2021-09-24 09:16:50 +02:00
Erik Montnemery
92253f5192
Minor refactoring of periodic statistics () 2021-09-22 13:31:33 -07:00
Erik Montnemery
6f36419c6f
Improve statistics validation () 2021-09-20 17:54:25 +02:00
Erik Montnemery
d899d15a1e
Add statistics validation ()
* Add statistics validation

* Remove redundant None-check

* Move validate_statistics WS API to recorder

* Apply suggestion from code review
2021-09-13 13:44:22 +02:00
Erik Montnemery
d5a8f1af1d
Revert "Suppress last_reset deprecation warning for energy cost sensor ()" ()
This reverts commit e990ef249d.
2021-09-10 11:27:47 +02:00
Oxan van Leeuwen
970a7f9662
Fix compounds in sensor device class comments () 2021-09-10 09:46:21 +02:00
Erik Montnemery
e990ef249d
Suppress last_reset deprecation warning for energy cost sensor () 2021-09-10 08:59:23 +02:00
Erik Montnemery
89281a273c
Correct confusing log message in sensor statistics () 2021-09-09 23:26:29 -07:00
Erik Montnemery
80fd330479
Add sum_decrease and sum_increase statistics () 2021-09-08 23:35:53 -07:00
GitHub Action
675426dc25 [ci skip] Translation update 2021-09-09 00:11:32 +00:00