Skip to content

A module that turns possible getting information from Raspberry, such as GPU/CPU temperature, serial number, IP, etc.

License

Notifications You must be signed in to change notification settings

piznel/gladys-raspberry-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gladys-Raspberry-Info

A module that turns possible getting information from Raspberry, such as GPU/CPU temperature, serial number, IP, etc. since Gladys.

  1. Add this module to Gladys:

    • Name: Gladys-Raspberry
    • Version: 0.1.0
    • URL: https://github.com/piznel/gladys-raspberry-info.git
    • Slug = rpi-info
  2. Restart Gladys.

  3. 3 devices have been created, allowing to follow:

    • CPU temperature
    • GPU temperature
    • CPU voltage

In the "Module Configuration" page, you will also find information about your Raspberry, as well as statistics such as "memory" and "network". You will also find 3 tabs:

  • In the "Hardware" tab, a button allows you to display the list of USB devices, as well as the address of the serial port used:

  • In the "Software" tab, you will find a "Bash Command" button, allowing you to enter bash commands, as in the console, and the result will be returned to you. For example :

    • lsusb : gives the list of devices connected in USB.
    • lsusb -v | grep -Ei '(idVendor)' : List all devices in your system (only vendor name).
    • lsusb -t: Find USB device supported speeds by using tree structure option.
    • ifconfig : To check which network the wireless adapter is using.
    • iwlist wlan0 scan : Prints a list of the currently available wireless networks "wlan0".
    • cat /proc/partitions : reveals the size and number of partitions on your SD card or HDD.
    • nmap -sP 192.168.0.*: check which hosts are live and up in Network "192.168.0.*"
  • In the "Security" tab, you will find a list of current connections to your rapsberry, as well as a button displaying the list of the last 5 connections and their status.

  1. The monitoring box

An additional box has been added in Gladys. Test it!

About

A module that turns possible getting information from Raspberry, such as GPU/CPU temperature, serial number, IP, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published