-
Notifications
You must be signed in to change notification settings - Fork 15
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
Announcement: smartmontools-win 7.0 branch #26
Comments
Long time no see... Project didn't get the love it deserved, but I improved a lot on Python in the last couple of months for some other projets. Back to smartmontools-win: Looking forward to release soon. |
Latest code for the GUI can be found at https://github.com/deajan/smartd_pyngui |
Maybe it would be possible to re-include the option to send an email after the installation of the package? I'm currently missing this in 6.6-1 using smartmontools-win-6.6-1.exe /COMPONENTS="core\service,core\service\gui,core\service\mailsupport,updatedb,regext,authorlinks,statistics" /SUPPRESSMSGBOXES /VERYSILENT. Using 6.4-4 with: there was an email that smartmontools has been installed. Would love to have that come back! |
Okay, got this ;) |
So far so good, developpment of smartd_pyngui is going on quite fast now. I first aimed for a March release, but since I decided to make a fusion of both smartd & alert config windows, have the code run on both Windows & Linux (the smartd_pyngui part at least), I now aim for June. Sorry for the long waiting. @irstmon I've implemented an install time sent message that can be triggered directly from the installer as it was possible before. I'll ping you once I'll have beta / RC packages ready. |
Just revamped automatic tests to include nuitka compilation. |
Hi, I've been using smartmontools-win for a while on different computers, however with new nvme devices smartmontools-win errors are triggered quite often. I'm using smartmontool 7.0 (switched binaries inside the smartmontools-win installation) and noticed 2 things:
As stated above - these are smartmon "problems" and i know that. However maybe there should be a way to configure NVME warnings different? |
Thinking of this, I could come up with the following solution:
This would indeed make the configuration a bit more bulky (one tab for spinning disks, another tab for ssd and another tab for NVME disks). Of course I'd need to caliber proper default values for each kind of disk. |
This may also possibly fix #15 |
Different settings for different disks seems like a good Idea. I'm stating some thresholds that i got for different drives: Spinning: ATA Error reporting yes, Temperature ?/45/55 |
I've commited some early work to support multiple disks settings depending on disk types. |
Seems like a good solution - if people want just one setting the checkbox is a good way! |
Announcement: I've added the smartd config utility (smartd_pyngui) to codacy tests month. I still have some work todo, and also am adding multiple disk profiles, which takes time (see comments above). I prefer making one solid release that takes time to build, but will be a base to follow upstream releases as closely as possible. Anyway, things are going on well and I hope to release a beta soon. |
@irstmon I've more or less finished the GUI parts that deal with multiple tabs. Do you have any good realworld presets for the temperatures ? I'd love to compare with my presets here deajan/smartd_pyngui@330d82f |
Currently I'm using "DEVICESCAN -H -C 197+ -U 198+ -l selftest -t -f -I 194 -r 5! -R 5! -n sleep,7,q" because of the NVME errors. Did some quick looks and found the following for the one Samsung NVME that's in the one Desktop bugging me: The most SSD are nearly the same temperature range as far as I could see. However Temperatures on NVME seems to run quite a bit higher - throtteling Samsung 970 Pro seems to occur at 79°C, 970 Evo at 83°C. I think the temperature preset for spinning seems good, and even SATA SSDs seems fine. Edit: |
Yes, there will be multiple lines in the config file. My point is to make a "static" link between detected disk types and configuration profiles. |
"2019-12-30: We released version 7.1 of Smartmontools": |
@Neustradamus I honestly lost track of this project for a while now. |
Released an interim build, verrryyyy lately, but, well... works. |
As said in the main announcement, I am currently developping a new GUI that works with the incredible PySimpleGUI framework.
My plan is to release a wx version which can be packaged lighter than a Tcl/Tk version.
Also, next version won't rely on gzip.exe, mailsend.exe or erroraction.cmd.
So far, the GUI is designed and works well with smartd.conf files.
Mail sending works too and is now integrated in the GUI app.
I have done some work on the Nuitka compiler in order to achieve smaller distribution files recently.
so far, the new GUI:
Open to suggestions.
The text was updated successfully, but these errors were encountered: