Giter Club home page Giter Club logo

pi-health-dashboard's Introduction

pi-health-dashboard

Pi System Health Dashboard

This is a hub for the System Health Dashboard for your Raspberry Pi project.

Here you will find code materials for the tutorial as well as the tutorial itself in the wiki.

Raspberry Pis are being used to drive a ridiculous number of projects ranging from fun hobby projects to mission critical functions. Despite being small, user-friendly, and inexpensive, your Pi contains an impressive number of complex subsystems that must work to keep your project running. This makes being able to monitor the health of your Pi important in many applications from ongoing maintenance of a long-term project to profiling the performance of a new prototype ... read more

pi-health-dashboard's People

Contributors

jrbail01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pi-health-dashboard's Issues

Error on running pihealth.py

Traceback (most recent call last): File "pihealth.py", line 80, in <module> main() File "pihealth.py", line 27, in main cpu_temperature = get_cpu_temperature() File "pihealth.py", line 21, in get_cpu_temperature return float(output[output.index('=') + 1:output.rindex("'")]) ValueError: substring not found

Raspberry Pi B+
Linux 30ir000 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Login Issue

dont suppose you have come across an issue logging in

Enter choice 1 or 2: 2
Enter iot.app.initialstate.com user email: [email protected]
Enter iot.app.initialstate.com password [input hidden]:
getting python example script
invalid credentials, let's try that again!
Please select which Initial State app you're using:

  1. app.initialstate.com
  2. [NEW!] iot.app.initialstate.com

I am picking option 2 since thats what appears in the inital state url but it just goes around in circles and never logs in?

network data resets above 4096MB

On the dashboard the network sent and received both reset to 0 when they reach 4096MB. Is their a way to fix this or change it to GB?

Additional steps required

I followed this tutorial and had a number of issues along the way that required additional package installation that are not listed in the main tutorial steps - which will frustrate many users trying to get this going from scratch!

Part 1. Initial State Step 2: Install the ISStreamer

Following the detailed manual steps indicated I didn't have the correct version of pip and thus ISstreamer didn't install with the automatic script.

The key commands to get it working are

$ sudo apt-get install python-setuptools
$ sudo easy_install pip
$ sudo pip install ISStreamer

Part 2. psutil

While the pio initial script seemed to work, an error regarding python.h not found indicates the python development libraries are not install. Thus again, additional commands are needed from the more detailed steps.

https://github.com/giampaolo/psutil/blob/master/INSTALL.rst

$ sudo apt-get install gcc python-dev
$ pip install psutil

...to which the result of the tutorial instructions can then be followed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.