Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 8 of 8

Thread: ║E²║Plugin║ Disk & CPU Temperature║*.By iet5 ║

  1. #1
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    ║E²║Plugin║ Disk & CPU Temperature║*.By iet5 ║

    “” Disk & CPU Temperature by iet5 “”.

    Main Features:

    • Display CPU and internal/external HDD temperature.
    • Accurate readings: attempts to read temperature from multiple sources (sysfs for CPU, smartctl for HDD).
    • Dynamic colors changing with temperature levels (Green → Yellow → Red).
    • Multi-stage warnings: First – Second – Final.
    • Visual alert: Popup + warning bar at the top of the screen.
    • Configurable alert duration: 5 – 20 seconds.
    • Toggle button to enable/disable warnings when needed.
    • HDD management: wakes up HDD from sleep mode to read its temperature.
    • Detailed log with events saved in /tmp/diskcputemp.log.
    • Automatic refresh of readings every 5 seconds.
    • Easy graphical interface with buttons (Exit – Save – Default – Disable Warning).
    • Customizable settings with save/restore to default options.
    • Support for multiple HDDs simultaneously.
    • Logs every reading and warning with date & time.
    • Lightweight performance without slowing down the device.

    Temp to Color Function:

    • Lightweight performance without slowing down the device.
    • Low temperature → Light Green (Good condition).
    • Medium temperature → Yellow / Orange (Warning: temperature is rising).
    • High temperature → Red (Danger: very high temperature).
    • Error or no data → White (Default).

    New Gradient Mapping:

    • Blue → Cyan (0–20%): Low temperatures.
    • Cyan → Green (20–40%): Moderate temperatures.
    • Green → Yellow (40–60%): Warm temperatures.
    • Yellow → Orange (60–80%): High temperatures.
    • Orange → Red (80–100%): Very high temperatures.

    This gradient better matches human perception of temperature: blue is associated with cold, and red with heat.

    User Benefits:

    • Protects your device from overheating that may cause slowdown or damage.
    • Allows real-time monitoring of CPU and HDD status directly from the Enigma2 interface.
    • Provides early warnings before temperatures reach dangerous levels.
    • Flexible configuration of warning thresholds without manual file editing.
    • Optimized for continuous operation: lightweight and logs everything.


    Version 1.2.3

    The new update in the plugin: the skin frames have been modified, and it now includes two skins, so each user can choose the design they prefer, either FHD1 or FHD2.
    The selection is made using the yellow button.
    Also, the name and function of the yellow button have been changed to switch skin instead of return to default.
    The chosen skin will be saved.
    Tested on Marlin image and OpenATV, meaning it works with Py2 & Py3.

    Thanks iet5

    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.2.3_all.deb 
    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.2.3_all.ipk 

  2. Advertise Here
  3. #2
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature by iet5 ║

    SlyDisk & CPU Temperature By iet5
    versıon: 1.3
    28.09.2025 / UPTADE

    Version 1.3 28.09.2025
    The code has been reviewed and several improvements have been added:

    Version 1.3


    The code has been reviewed and several improvements have been added:
    Plugin interface improvements
    The plugin now automatically detects the device resolution and selects the best option.
    Button control (Toggle Key):
    Old: Switching between skins was possible only with the Yellow button.
    New: A toggle_key variable has been introduced, which is recognized from the settings or the script itself → allowing it to be changed later.
    Version number: The plugin now takes the version number from a single place to avoid mistakes.
    Old: The version was hard-coded inside the script.
    New: The version is read from an external file in the plugin folder.


    Thanks iet5



    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.3_all.deb 
    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.3_all.ipk 

  4. #3
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature by iet5 ║

    SlyDisk & CPU Temperature By iet5
    versıon: 1.4
    01.10.2025 / UPTADE

    Now version 1.4

    The code has been reviewed and improved to handle different types of hard drives.
    It has been successfully tested on various devices.
    Compatible with both Python 2 and Python 3.

    Very important note regarding USB Flash:Most regular USB flash drives don’t have a temperature sensor, so even if you try smartctl, you won’t get any value.
    Some modern types (especially NVMe over USB or high-end flash drives) may support temperature reporting.


    Changes made:


    Added a function for automatic detection of all connected storage devices (SATA, SSD, NVMe).
    Added a function to automatically determine the device type: HDD, SSD, NVMe.
    Modified a function to use auto-detection with device ordering: SATA first, then NVMe.
    Implemented automatic naming: HDD1, HDD2, SSD1, SSD2, NVMe1, NVMe2.
    Added support for mixing different types of drives.
    Improved a function to display the first two detected devices with proper colors and warnings.


    The script now:


    Automatically detects hard drives (sda, sdb).
    Identifies the type of each drive (HDD1, HDD2).
    Displays the actual temperatures.

    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.4_all.ipk 
    PHP Code:
    enigma2-plugin-extensions-Disk_and_CPU_Temperature_1.4_all.deb 

  5. #4
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature by iet5 ║

    SlyDisk & CPU Temperature By iet5
    versıon: 1.6
    20.10.2025 / UPTADE

    version 1.6

    • Fixed several issues related to installation and plugin removal.
    • Added support for new types of hard drives.
    • Fully compatible with Enigma2.
    • Tested on Python 2 and Python 3.
    • Automatically detects all drive types (HDD / SSD / NVMe) and displays their temperatures.
    • Monitors CPU temperature from multiple sources.
    • Features a three-level warning system (First – Second – Final) with on-screen alerts.
    • Uses dynamic temperature colors, from blue (cool) to red (hot).
    • Logs all activities to /tmp/diskcputemp.log.
    • Displays a full temperature report when run manually from the terminal.
    • Ignores unrealistic readings to prevent system freezing.


    Thanks iet5


    PHP Code:
    enigma2-plugin-extensions-diskandcputemperaturebyiet5_1.6_all.ipk 
    PHP Code:
    enigma2-plugin-extensions-diskandcputemperaturebyiet5_1.6_all.deb 

  6. #5
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature by iet5 ║

    SlyDisk & CPU Temperature By iet5
    versıon: 1.7
    22.10.2025 / UPTADE

    We have now moved to version 1.7

    New update

    We have now moved to version 1.7


    Some bugs have been fixed




    Thanks iet5


    PHP Code:
    enigma2-plugin-extensions-diskandcputemperaturebyiet5_1.7_all.ipk 
    PHP Code:
    enigma2-plugin-extensions-diskandcputemperaturebyiet5_1.7_all.deb 

  7. #6
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature by iet5 ║

    SlyDisk & CPU Temperature By iet5
    versıon: 1.9
    04.12.2025 / UPTADE

    Version 1.9

    -Code improvements , add new new sources.

    It is compatible and has been tested on Dreambox and VuPlus.



    Thanks iet5

    PHP Code:
    enigma2-plugin-extensions-diskandcputemperature_1.9_all.deb 
    PHP Code:
    enigma2-plugin-extensions-diskandcputemperature_1.9_all.ipk 

  8. #7
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature║ By iet5 ║

    Disk & CPU Temperature By iet5
    versıon: 2.0
    UPTADE: 24.02.2026

    Disk & CPU Temperature – version 2.0

    Minor code adjustments and improvements to the plugin GUI interface.

    • Compatible with Python 2.7 and 3.12
    • Tested on Dreambox and Vu+ devices
    • Tested on Merlin image – Gemini image – OpenATV image – OpenPLi image

    Important note: Any previous versions must be completely removed before installation.


    Thanks iet5


    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-diskandcputemperature_2.0_all.ipk 
    PHP Code:
    enigma2-plugin-extensions-diskandcputemperature_2.0_all.deb 

  9. #8
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: ║E²║Plugin║ Disk & CPU Temperature║*.By iet5 ║

    Disk & CPU Temperature By iet5
    versıon: 2.2
    UPTADE: 09.04.2026

    Disk & CPU Temperature – version 2.2

    Disk & CPU Temperature – version 2.2


    Thanks iet5


    DOWNLOAD


    PHP Code:
    enigma2-plugin-extensions-diskcputemp_2.2_all.ipk 
    PHP Code:
    enigma2-plugin-extensions-diskcputemp_2.2_all.deb 

Advertise Here

Similar Threads

  1. Replies: 49
    Last Post: 20-05-2026, 22:11:57
  2. Update ║➽║E²║Plugin║➽║Bouquet Maker Xtream║*.By KiddaC║
    By Mafia_DZ in forum Enigma2 Plugins
    Replies: 85
    Last Post: 13-05-2026, 13:18:13
  3. Update ║E²║Plugin║ TVGarden║v.2.1║By Lululla​║DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 6
    Last Post: 01-04-2026, 20:22:40
  4. Update ║E²║Plugin║Movie Browser║v.4.1║By Lululla​║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 1
    Last Post: 15-12-2025, 22:17:54
  5. Update ║E²║Plugin║Vavoo Maker Bouquet║v.1.3║By Lululla​║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 3
    Last Post: 06-12-2025, 14:35:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •