-
Notifications
You must be signed in to change notification settings - Fork 37
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
fanctrl.py for windows [FEATURE] #60
Comments
Hi, yes, this is the last part to work on. |
cpu fan start it high speed and then turn off after few seconds |
Sorry, I misunderstood your comment. |
Hi @darkworks , I have replaced the socket controller in my WIP dev-windows branch (#57). Would you be interested in trying it out and giving us feedback? I do not daily drive windows, so I think having as many reviews as possible is necessary to make sure things work as intended. |
ok cool i will check it out and will update you . thanks |
@leopoldhub i tested its working great , :) thanks for amazing job . also highlighted your project on FW forums : https://community.frame.work/t/fw16-heat-and-fan-control/54483/43 once again great job. |
@leopoldhub can u tell why my strategy is invalid , am not able to use my strategy
|
Hi, thanks a lot! I will fix little things here and there, then check with @TamtamHero for validation and merge. For your strategy, did you reload with |
ya i reload it but when i try to activate it give me error that its invalid |
Can you give me the exact error, as well as the contents of the log file in |
…ilable to non-administrator users (fix bug in TamtamHero#60)
Hi @darkworks , I think I found what you were talking about :) The issue was that the windows socket had security restrictions by default. Could you try again with this last commit? Have a great day! |
ya i tried latest commit however no success am also running cmd with admin privileges
C:\Users\meowww\Desktop\fan\fw-fanctrl>C:\Users\meowww\AppData\Local\Programs\Python\Python312\python "C:\Program Files\fw-fanctrl\fanctrl.py" --socket-controller win32 --strategy zelda here is log
|
hmmm, just to be sure, you edited the config in this location: Also, it might not be that, but you were using tabs instead of spaces to indent new parts of your json. I will try to look more into this issue but I cannot seem to reproduce it on my setup, so it will be a bit difficult... |
hmmm no i have not changed this one :
C:\Users\meowww\AppData\Roaming\fw-fanctrl\config.json
i changed it installation folder and then reload and then list it in
terminal it showed strategy i added . any i will try to to change :
C:\Users\meowww\AppData\Roaming\fw-fanctrl\config.json
thanks
…On Mon, Aug 12, 2024 at 3:47 AM Léopold Hubert ***@***.***> wrote:
hmmm, just to be sure, you edited the config in this location:
C:\Users\meowww\AppData\Roaming\fw-fanctrl\config.json, not in the
install folder right?
Also, it might not be that, but you were using tabs instead of spaces to
indent new parts of your json.
I will try to look more into this issue but I cannot seem to reproduce it
on my setup, so it will be a bit difficult...
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADB7GPC43P7WV2YIJTY6HLLZQ7SZJAVCNFSM6AAAAABLNBE4MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSHEYTGOBZGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That should fix it 😉 Have a nice day |
@leopoldhub i think i found one another major bug in the app. when u put they system to sleep then the fan also keep running even system is in sleep . also system got stuck sometime in waking up from sleep , maybe its from framework side. however it should turn off fan etc activities when system goes to sleep . thanks |
Hi @darkworks, Thanks for bringing this to our attention. I have not experienced any delay on wake up though, so I am not sure of what could be causing this. Have a nice day. |
hmmm tried to update my installation . downloaded repo zip : https://github.com/leopoldhub/fw-fanctrl/tree/dev-windows and then run install.bat again to update. everything went smooth now getting error when run fw-fanctrl
|
just recycled old version from recycle bin did install and its working ok , seems like something wrong with latest version , pls check , its good that its not merged yet |
Hi, thanks for your feedback. I made some changes, and did not have time to test them before my one-month absence. Sorry for the delay, have a nice day |
i run install bat on windows 11 and did installation successfully
however when i run
fw-fanctrl --reload
command in cmdi get error
i updated fanctrl.py end to something like this
so what should be
COMMANDS_SOCKET_FILE_PATH
for windows ??The text was updated successfully, but these errors were encountered: