Paulus Schoutsen
c0cf29aba9
Remove since last boot from systemmonitor sensor ( #18644 )
...
* Remove since last boot
* Make systemmonitor last_boot be a timestamp
2018-11-23 11:55:45 +01:00
Fabian Affolter
c5f9220500
Upgrade psutil to 5.4.8 ( #18086 )
2018-11-01 09:03:18 -04:00
Rene Nulsch
a4aa30fc73
Fix SystemMonitor IP address sensor ( #16394 )
2018-09-04 08:46:04 +02:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
Fabian Affolter
39fd70231f
Upgrade psutil to 5.4.7 ( #15982 )
2018-08-15 10:47:58 +02:00
Ville Skyttä
4bd7a7eee3
Remove inline pylint disables for messages disabled in pylintrc ( #14978 )
2018-06-16 00:15:46 +02:00
Fabian Affolter
54e87836f6
Upgrade psutil to 5.4.6 ( #14892 )
2018-06-10 11:37:58 +02:00
Fabian Affolter
4205dc0f7c
Upgrade psutil to 5.4.5 ( #14135 )
2018-04-28 23:17:38 +02:00
Dan Nixon
b6bed1dfab
Report swap in MiB ( #13148 )
...
It makes sense to report swap and memory in the same unit and MiB is
more useful considering Home Assistant may be running on lower end
hardware (Raspberry Pi for example) where 100MiB resolution is not
adequate.
2018-03-14 08:47:45 +01:00
Dan Nixon
326241d9d8
Add empty unit to systemmonitor load averages ( #12900 )
...
Adds an empty unit to load averages reported by the systemmonitor
component in order to correctly identify the state as numeric.
A similar workaroud to this is already used for packet counts in the
same component.
Re #11022
2018-03-04 18:41:27 -08:00
Paulus Schoutsen
3fd61d8f45
Update voluputous ( #12463 )
...
* Update voluputous
* Fix http config
* Fix optional with default=None
* Optional, default=none
* Fix defaults in voluptuous schemas
* Fix tests
* Fix update error
* Lint
2018-02-17 10:29:14 +01:00
David
129d720d8e
Fix duplicate entity_ids in System Monitor ( #12124 )
...
* Fix duplicate entity_ids in System Monitor
This fix makes it so `_percent` is appended to the `entity_id` of the following 3 resources, in order to make the `entity_id` unique:
- disk_use_percent
- memory_use_percent
- swap_use_percent
* match entity_id to resource name
Match entity_id to resource name, to make resulting entity_id more predictable
* match entity_id to more resource names
match entity_id to more resource names
* Add unique_id property
* Revert "Add unique_id property"
This reverts commit c213ac360e
.
2018-02-09 14:10:16 -08:00
Paulus Schoutsen
88b70e964c
Remove execution file perm ( #11563 )
2018-01-09 23:55:14 -08:00
Fabian Affolter
f21914d1f3
Upgrade psutil to 5.4.3 ( #11468 )
2018-01-05 14:30:12 -08:00
Fabian Affolter
0cfff13be1
Upgrade psutil to 5.4.2 ( #11083 )
2017-12-11 13:52:43 +01:00
Fabian Affolter
8878eccb7b
Upgrade psutil to 5.4.1 ( #10490 )
2017-11-09 20:17:31 +01:00
cgtobi
778c3bb83d
Fix the resource naming in the UI ( #9916 )
...
Use proper English for the UI representation without breaking the component.
2017-10-17 14:07:05 +02:00
Fabian Affolter
00244380a8
Upgrade psutil to 5.4.0 ( #9869 )
2017-10-14 23:07:31 +02:00
Tom Matheussen
6c0f4c35f6
Catch no longer existing process in systemmonitor ( #9535 )
...
* Catch no longer existing process in systemmonitor
* Update log message
* Again line length
2017-09-23 18:31:25 +02:00
Fabian Affolter
fdf2d24a8b
Upgrade psutil to 5.3.1 ( #9403 )
2017-09-13 00:54:25 +02:00
Fabian Affolter
8797932f80
Upgrade psutil to 5.3.0 ( #9253 )
2017-09-01 18:05:53 +02:00
Fabian Affolter
cb8517834a
Do not call update() in constructor. ( #8837 )
2017-08-06 10:03:09 +02:00
Fabian Affolter
2748bc4165
Upgrade psutil to 5.2.2 ( #7037 )
2017-04-11 13:52:34 +02:00
Fabian Affolter
7ae814357a
Upgrade psutil to 5.2.1 ( #6771 )
2017-03-24 21:43:48 +01:00
Fabian Affolter
4a08067b9c
Upgrade psutil to 5.2.0 ( #6585 )
2017-03-13 21:05:07 +01:00
Fabian Affolter
2711c12928
Upgrade psutil to 5.1.3 ( #5873 )
2017-02-11 14:48:54 +01:00
Fabian Affolter
6164b61e14
Upgrade psutil to 5.1.2 ( #5745 )
2017-02-04 20:51:49 +01:00
Fabian Affolter
b29c167dde
Upgrade psutil to 5.1.1 ( #5736 )
2017-02-03 09:09:14 -08:00
Joseph Piron
4aa7f030e8
Adds average load to systemmonitor ( #5686 )
...
* Adds average load to systemmonitor
* split the values in 3 sensors
* hound ok
2017-02-02 23:33:15 -08:00
Fabian Affolter
ec89accd29
Upgrade psutil to 5.0.1 ( #5072 )
2016-12-26 16:31:44 +01:00
Daniel Høyer Iversen
ceac9eab94
Bug fix for #4903 ( #4927 )
2016-12-15 21:35:47 -08:00
Matt N
14d1494cd2
systemmonitor: Support monitoring removable network interfaces ( #4462 )
2016-11-24 10:14:38 +01:00
Fabian Affolter
8cc5fc1369
Upgrade psutil to 5.0.0 ( #4275 )
2016-11-06 23:49:11 -08:00
Fabian Affolter
be272ac64a
Disable too-many-* ( #4107 )
...
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Fabian Affolter
9f2aae1357
Maintenance 2nd ( #4106 )
...
* Add link to docs
* Fix link
* Update line breaks
* Update ordering
* Align vera platofrm to only use add_devices
(instead od add_devices_callback)
* Remove line break
* Use consts
* Update ordering
* Update ordering
* Use const, create default name, use string formatting
* Update ordering
* Use const
* Update import style
* Update ordering and line breaks
* update line breaks
* Set default port
* Set defaults and update ordering
* Update ordering
* Minor style updates
* Update ordering, defaults, line breaks, and readability
* Use constants
* Add line breaks
* use string formatting
* Update line breaks
* Update logger
2016-10-30 09:58:34 +01:00
Fabian Affolter
02d1dc6247
Upgrade psutil to 4.4.2 ( #4079 )
2016-10-27 22:22:43 -07:00
Fabian Affolter
627517cbbc
Upgrade psutil to 4.4.0 ( #4032 )
2016-10-24 22:24:33 +02:00
Fabian Affolter
9530c7366b
Upgrade psutil to 4.3.1 ( #3223 )
2016-09-06 08:51:51 -06:00
Fabian Affolter
e8c6e4d561
Clean-up, ordering, constants, and extend of schema ( #2903 )
...
* Clean-up, ordering, constants, and extend of schema
* Put REQUIREMENTS back and re-add line breaks
* Clean-up, ordering, constants, and extend of schema
* Extend platform
2016-08-20 15:40:16 -07:00
Fabian Affolter
4f1712c933
Use voluptuous for system monitoring sensors ( #2813 )
...
* Use voluptuous for system monitoring sensors
* Extent platform, ordering, and consts
* Add resource/resources
2016-08-19 14:57:14 +02:00
Fabian Affolter
caa096ebd5
Upgrade psutil to 4.3.0 ( #2342 )
...
* Upgrade psutil to 4.3.0
* Remove period
2016-06-20 21:51:07 -07:00
Fabian Affolter
a032e649f5
Upgrade psutil to 4.2.0 ( #2101 )
2016-05-18 17:04:59 -07:00
Igor Shults
c5401b21c2
Fix typo in system monitor ('recieved') ( #2062 )
2016-05-14 09:45:32 -07:00
Paulus Schoutsen
68d92c3196
Use standardised datetime format
2016-04-16 01:46:50 -07:00
Fabian Affolter
a0be348f3a
Upgrade psutil to 4.1.0
2016-03-23 22:44:05 +01:00
Fabian Affolter
8bff97083c
Fix PEPE257 issues
2016-03-08 16:46:34 +01:00
Fabian Affolter
014b11c61d
Upgrade to psutil 4.0.0
2016-02-28 16:34:06 +01:00
Fabian Affolter
60d579af84
Update/add docstrings (PEP257)
2016-02-23 06:23:04 +01:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Fabian Affolter
847e92f57a
Update docstrings
2016-02-03 00:01:26 +01:00