-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
🐛 [SCRUTINY_FA] Addon doesn't respect scheduling option #1324
Comments
Hi thanks I'll look at it perhaps the upstream code for durations has changed |
Thanks! indeed it seems something changed in the code along the way I'll check how to restore it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks I see actually the error is Do you have the web terminal app enabled? If yes you could try to run |
Hi. Thank you trying to investigate on this issue. In any case, configuration.sh now seems to execute properly, showing The INFO message regarding Hourly updates : Maybe there is a conflict between your 50-cron-config, and AnalogJ one ? |
Hi, actually my code uses the AnalogJ one - I just inject the appropriate env variable according to the user selected choice... From your cat command I see that the injection actually works and it is passed to cron... Or is my cron code wrong ? "0 * * * *" should mean that it runs at the 0 minute of every hour... So not sure where the issue could lie... In /data/config I see a database but that's probably for local systems opposed to yours hassio-addons/scrutiny_fa/rootfs/etc/cont-init.d/01-configuration.sh Lines 49 to 65 in 58d9d75
|
No, your code is not wrong ! Following my last atempt to cleanup all the thing, and reinstall your addon, it finally start to work as intented just after I sent my previous message. And I suspect the issue was on AnalogJ side, he has just released an new version, with a fix regarding CRON, not working as expected in the previous version. (see AnalogJ/scrutiny#602) Thank you in any case ! |
is it possible to set more frequently updates, alike avery 10 minutes or set this manually? |
If I am facing the hourly update not triggering, you think I should reinstall the addon ? |
Honestly not sure you'll really increase the quality of measurement with nearer measurements due to the inertia of disks? Perhaps this would more show the variability of the measurement more than more precise info about the disks |
I got the temperature of the disks by this addon, so when the temp increase, it starts a fan to cooling down it, if the disk not decrease the temp, the fan keeps on until the next temp update (then it will be in 1 hour using the less update available) |
I've added a Quarterly option (every 15 min) |
Thank you Alex!! I appreciate that! |
BTW you can also use this guide https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-customisation to execute your own cron with your own timings! |
sorry, I tried to add another option like "update once at a minute" but I
couldn't make it work, is there more details on how to change this
customisations?
Em sáb., 2 de nov. de 2024 às 15:13, Alexandre ***@***.***>
escreveu:
… BTW you can also use this guide
https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-customisation
to execute your own cron with your own timings!
—
Reply to this email directly, view it on GitHub
<#1324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIQOON5VYFRWKSWV72RGIDZ6UI3NAVCNFSM6AAAAABFNI7STKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGA3TCNRYGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ah - my fault now I realize that scutiny doesn't use an external config which enables the whole script injection system... Well ok I'll think of a way to make a customizable cron |
I've pushed a new feature. if you select "Custom" as "Updates" variable, you can define specific updates in natural language in the "Updates_custom_time" field. Example : select "Custom" as "Updates", then type a custom intervals like "5m", "2h", "1w", or "2mo" to have an update every 5 minutes, or every 2 hours, or evey week, or every 2 months |
Awesome, thanks for the update! I love all your addons!!!
My choice here is to make my homelab all integrated into the HAOS, and your
work make it possible by all this addons available to use, thank you again
man!!
Em qua., 13 de nov. de 2024 às 05:17, Alexandre ***@***.***>
escreveu:
… I've pushed a new feature. if you select "Custom" as "Updates" variable,
you can define specific updates in natural language in the
"Updates_custom_time" field. Example : select "Custom" as "Updates", then
type a custom intervals like "5m", "2h", "1w", or "2mo" to have an update
every 5 minutes, or every 2 hours, or evey week, or every 2 months
—
Reply to this email directly, view it on GitHub
<#1324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIQOOMWC65Z2O56IYGH5DT2AMDJXAVCNFSM6AAAAABFNI7STKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSG44DOMZRGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description
Addon doesn't seem to respect the 'Hourly' scheduling option :
Reproduction steps
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: