8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (hass --version): 0.28.1 Docker: homeassistant/rpi2-home-assistant
hass --version
Python release (python3 --version): Python 3.4.4
python3 --version
Component/platform: glances
Description of problem: glances cpu load value seems to be a string and not numeric
Expected:
numeric value that should produce a graph-history
Problem-relevant configuration.yaml entries and steps to reproduce:
configuration.yaml
- platform: glances name: automator host: xxx.xxx.xxx.xxx port: 61208 resources: - 'disk_use_percent' - 'disk_use' - 'disk_free' - 'memory_use_percent' - 'memory_use' - 'memory_free' - 'swap_use_percent' - 'swap_use' - 'swap_free' - 'processor_load' - 'process_running' - 'process_total' - 'process_thread' - 'process_sleeping'
The text was updated successfully, but these errors were encountered:
Well, it's numeric but there is no unit.
Sorry, something went wrong.
Add units (fixes #3619) (#3633)
15ed8c6
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.28.1
Docker: homeassistant/rpi2-home-assistant
Python release (
python3 --version
):Python 3.4.4
Component/platform:
glances
Description of problem:
glances cpu load value seems to be a string and not numeric
Expected:
numeric value that should produce a graph-history
Problem-relevant
configuration.yaml
entries and steps to reproduce:The text was updated successfully, but these errors were encountered: