Closed crismc closed 1 year ago
CPU load data does not populate. It's showing 0.000.00%
CPU load is expected to show the current CPU load, which isnt 0.000.00%
YAML state
- Browser: - HA Version: - I2C_OLED: 1.0.3
No response
Command being run to obtain CPU load is: top -bn1 | grep load | awk '{printf "%.2f", $(NF-2)}'
top -bn1 | grep load | awk '{printf "%.2f", $(NF-2)}'
This is a typo, and should be: top -bn1 | grep Load | awk '{printf "%.2f", $(NF-2)}'
top -bn1 | grep Load | awk '{printf "%.2f", $(NF-2)}'
Requirements
Current Behavior
CPU load data does not populate. It's showing 0.000.00%
Expected Behavior
CPU load is expected to show the current CPU load, which isnt 0.000.00%
Steps To Reproduce
Context
YAML state
Environment
Anything else?
No response