Giter Site home page Giter Site logo

Test 2.0.0.0 beta about winnut-client HOT 33 CLOSED

gawindx avatar gawindx commented on August 17, 2024
Test 2.0.0.0 beta

from winnut-client.

Comments (33)

gawindx avatar gawindx commented on August 17, 2024

this is sometimes the problem in beta version ...

when you say "stop immediately", does the winnut process appear in the taskmgr or not at all?

I corrected a few points since because I noticed that randomly the program launches but that they refuse to be restored from systray.

if that's it, killing it and relaunching it was enough.

if the problem is more serious, go back to 1.8, I will be absent all next week and the project will not progress during this period.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

if it is not indiscreet, I would like to see the contents of your ini file, just to see if it can come from there.
if I have time tomorrow, I will test and if so I will try to understand and reproduce your problem.

you can also try to delete the key in the registry and restart winnut then, the default settings will be applied.

The key in question:
HKEY_CURRENT_USER\SOFTWARE\WinNUT

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

I tried on 2 different pc, with and without ini file and even deleting registry keys and reinstalling.
When I run it, I can see it in the task manager for a few seconds and then it disappears.
(Otherwise yes version 1.8.0.2 works perfectly but I still have this rounding problem in passing)
ups.zip

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

Indeed, after having tested the setup on a second pc, I encountered the same problem as you.

I added a functional version (in any case it starts correctly on this second pc) in the release, you just have to download it and replace the exe which is installed by the setup.
By default the installation directory is "C: \ Program Files (x86) \ WinNUT-client"

the direct link to get it:
functional winnut exe

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

in the problems that I noted, the log file is not created due to the rights of the installation directory.
I will correct this problem for the final version but I will run out of time to do it now.

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

Nickel, this patch will launch the application.
The graphs are much more stylish like that, well done.

On the other hand, I noticed something (not a problem when you know it) but the value of "UPS load" is not the right unit for me.
By doing the calculation of my side, I found that it is the value in VA. From memory, for a UPS, VA * 0.66 = W, and, when I apply this calculation to the value of the application, I obtain approximately the value indicated on the screen of the UPS.
On my APC Back-UPS RS 1500G, the returned value is 1444.

Small detail concerning the beta too, on "List UPS Variables", the "Reload", "clear" and "to clipboard" functions will crash the application.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

Thanks for your return,

For the graphs, I also find it a little prettier and above all much more readable.

For the unit problem, you're completely right, I converted the value I had in W to the VA, instead of keeping it as it is, it's corrected.

For the "list ups variables" gui, I found where the problem is located and again I corrected it.

I added a release in v2.0.1.0.

I'll let you test it on your side, I won't be available next week so don't hesitate to give me your comments.

If it is stable, I will replace the dev branch with 2.0 and I will modify version 1.8 to take into account the paths to come for the update part.
I think I will let a little month go by to test the V2 well before making it final, it should leave time for 1.8 users who use the auto update to recover the 1.8 version with the correct download paths.

For v2.0.1, it's here

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

2.0.1 tested, everything seems good to me now.
No more crashes and all values are correct.
Many thanks for your work!
I leave this topic open in case I find other bugs but obviously, everything is good.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

It reassures me, I'm not too bad then :)

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

You are even very good! πŸ’ͺ

from winnut-client.

asitnik avatar asitnik commented on August 17, 2024

Version 2.0.1 pointed updates available as version 1.8.0.3, and version 2.0.2 does not return any results whether positive or negative (e.g. "you're running the latest version", "no updates available" or another similar message) .

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

same remark here, no message when there is no update (in 2.0.2 version) ?
I have crashes again when I go to the "UPS variables" option. As soon as I click on it, it doesn't even open the window, it crashes directly.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

Problem corrected.
The 'UPS Variable' window no longer crashes the program and information on the availability or unavailability of a new version is correctly entered in the main window

That said, in the case of an available update, the window proposing the update is displayed, so the return to the main window is a little redundant.

The new version is available via the update (including for version 2.0.2, the verification is done correctly, it is just the feedback that was missing).

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

everything is ok on my side now πŸ‘Œ

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

I did not see any other problems either (that does not mean that there are not)

I will leave my development ideas in standby time to see if the version is stable before passing it on to the final.

I will still push the tests on the shutdown functions to be sure that there are no bugs left on this side.

thanks for your feedback.

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

Can you increase the battery voltage gauge to 30v? My UPS uses 2 12V batteries at 25V volts together, but only 18V max is shown.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

normally, you should be able to set the values from the preferences in the calibration tab.

the values allowed for the battery voltage are between 0 and 999V, which should be more than sufficient.

that said, your question is not useless because by reviewing the values in the code, I realized that it must be possible to define inconsistent values such as minimum> maximum.

I would change that in the next version.

keep me informed if the modification goes wrong (there is no reason but in case ...)

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

OK I made this.
I have another suggestion. Qnap uses a username and password to connect to NUT server, when UPS hooked up to it. Can u add this feature?

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

@jandari1
can you open a new issue for this feature?
it will be easier for me to follow

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

Maybe you can also add option to turn on balloon tooltip when ups switches to battery and back

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

it's doable, I hadn't thought about it but it seems relevant to me: function in the todo list

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

Oh and maybe you could make reconnecting arrows in the Icon yellow. Would be easier to distinct.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

I'm going to do the test to see if it would be more visible, anyway I had another icon to modify (that of the exe, as there is no outline, we cannot distinguish it on a white background )

casually, you start to create a nice todo list for me :)

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

Its a good program, why not make it widely usable and great! A lot of QNAP users are now using other Winnut, but your has great interface with a lot of options.

Thanks for your effort.

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

Another suggestion: Add battery charge percentage on hover over icon in the status bar.

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

In these very hot days, I have a few regular blackouts and I noticed that each time WinNut was shut down and I had to restart it each time.

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

@Ririx02
Can you tell me a little more?
What do you mean by "blackouts"?
Do you have any particular information in the logs (if active)?

Describe me more precisely the course of the problem because it is a little vague as it is.

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

When there is no power on the outlet, the UPS starts up and the app crashes at the same time.

ah and no I forgot to activate the logs >< sorry.

I activate them in debug mode and as soon as it starts again, I provide you with the logs.

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

Hello,
Little feedback: I think it came from my pc, because nothing on the logs. I simply rebooted the pc (it had been running for quite a while) and I no longer had the problem.

from winnut-client.

jandari1 avatar jandari1 commented on August 17, 2024

I have tested the shutdown an power loss, but the system doesn't shutdown. When it should shutdown the WinNUT icon disappeared in tray, but nothing happened. Hera are my settings and log
Image1
WinNUT-client.log

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

hello everyone and thank you for your feedback.

the differences, problems or suggestions have all been taken into account and I am currently working on them.

For now, the new version is on track and should be available soon.
this version will also be the first stable version (hoping that I do not integrate new bugs ...).

Currently, I just have to integrate the identification and correct the problem of automatic extinction (as well as another small point of operation that does not suit me).

I'll keep you posted when the version is ready but it should be done before the middle of next week.

from winnut-client.

Ririx02 avatar Ririx02 commented on August 17, 2024

πŸ‘

from winnut-client.

gawindx avatar gawindx commented on August 17, 2024

Version 2.0.4.0 has just been released.
It is officially the first stable release so I have to merge the dev branch with the master branch.

I think the majority of the problems encountered so far have been corrected or modified to get proper operation.

Therefore, I am closing this post because the beta test is now complete and any new problem will be the subject of its own topic.

Thank you for your feedback which allowed me to move forward in the right direction.

from winnut-client.

Related Issues (20)

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.