Skip to content
New issue

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

Read more temperature data from hwmon on linux #827

Merged

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    6e80a17 View commit details
    Browse the repository at this point in the history
  2. Use try in refresh_procs.

    darnuria committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9ab4acc View commit details
    Browse the repository at this point in the history
  3. fix: got nvme0n when passing device name 'nvme0n1'

    changyongyun authored and darnuria committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    edb5075 View commit details
    Browse the repository at this point in the history
  4. clippy --fix pass (GuillaumeGomez#834)

    Fix clippy lint error
    darnuria committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6f524c4 View commit details
    Browse the repository at this point in the history
  5. [linux-hwmon] Remove raspberry-pi special code.

    Not needed since raspbian 10.
    darnuria committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    16532f7 View commit details
    Browse the repository at this point in the history
  6. [linux-hwmon] Attempt to read new data from hwmon on linux

    What it does?
    
    Expose new things: (Read only)
    
    - Expose a label that mimic `sensors` own (breaking change)
    - Sensor type
    - Allow reading of everything with a temp sensor.
    - Highest form kernel/chip
      maximum historical read value, is read from hardware OR from computation.
    - Thresolds max, critical, low
    
    Also fully remove raspberry-pi special code.
    
    Not everything is used, maybe a HwmonLinux specific trait can be done and
    use a degraded view to comply with existing cross-os `Component`.
    
    Future work? Read Fan, Voltage, Intrusion alert?
    darnuria committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6eb0716 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e95cf8 View commit details
    Browse the repository at this point in the history