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

No temperature output with the example code on Raspberry Pi 3B+ #327

Closed
arctic-alpaca opened this issue Jun 24, 2020 · 1 comment · Fixed by #328 or #1342
Closed

No temperature output with the example code on Raspberry Pi 3B+ #327

arctic-alpaca opened this issue Jun 24, 2020 · 1 comment · Fixed by #328 or #1342

Comments

@arctic-alpaca
Copy link
Contributor

arctic-alpaca commented Jun 24, 2020

Hi,
when running the example code on my raspberry pi, there is no output for components temperature. This seems to be caused by the the get_components() function in src/linux/component.rs. Since /sys/class/hwmon/ exists, /sys/class/thermal/thermal_zone0/temp doesn't get added to the components list and the temperature doesn't get printed by the example code.

I created a pull request which fixed the issue for me #328

@darnuria
Copy link
Contributor

anybody: If #827 broke temperature on raspberry-pi feel free to comment here. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants