What's new

scMerlin Feedback wanted on potential feature for v2

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

@Jack,

# scmerlin develop
# scmerlin
uf

Using Edge browser + reset all cache
gives empty Temperature line
F12/console indicates "curr_coreTmp_52_raw is not defined"

Can you force variable wl_info.band5g_2_support to false if merlin version is less than 384.16 ?

Hoping that, in the future, merlin adds RC-AC3200 to the list of supported routers for 384.16
or maybe, merlin can share the code for second 5GHz band so you can add it to tour scmerlin version :)

Thanks for your support and your patience.

You and Dave are great
I'll just enumerate the variable.
 
@Jack,

# scmerlin develop
# scmerlin
uf

Using Edge browser + reset all cache
gives empty Temperature line
F12/console indicates "curr_coreTmp_52_raw is not defined"

Can you force variable wl_info.band5g_2_support to false if merlin version is less than 384.16 ?

Hoping that, in the future, merlin adds RC-AC3200 to the list of supported routers for 384.16
or maybe, merlin can share the code for second 5GHz band so you can add it to tour scmerlin version :)

Thanks for your support and your patience.

You and Dave are great
with uf it should hopefully just say n/a now for 5ghz-2
 
uf has been done.

exactly same wrong results on Edge+delete all caches

Do I need to use the command scmerlin develop before the 'uf' command ?
Once I type 'scmerlin develop', does all consecutive commands 'like uf ...' are applied to that version ?
How do I return to the standard un-develop version ?

But it works almost correctly with this modification
success: function(response){
wl_info.band5g_2_support = undefined; /* test line added */
code = "<b>2.4 GHz:</b><span> " + curr_coreTmp_2_raw + "</span>";
if(typeof wl_info.band5g_2_support == 'undefined' || wl_info.band5g_2_support == null){
code += "&nbsp;&nbsp;-&nbsp;&nbsp;<b>5 GHz:</b> <span>" + curr_coreTmp_5_raw + "</span>";
}
else{

Result is as following:
1605471612749.png

Without this modification, I am getting the F12/console error:

Problem seems to be caused by missing variable wl_info.band5g_2_support
not
being recognized by typeof as 'undefined'
 
uf has been done.

exactly same wrong results on Edge+delete all caches

Do I need to use the command scmerlin develop before the 'uf' command ?
Once I type 'scmerlin develop', does all consecutive commands 'like uf ...' are applied to that version ?
How do I return to the standard un-develop version ?

But it works almost correctly with this modification


Result is as following:


Without this modification, I am getting the F12/console error:


Problem seems to be caused by missing variable wl_info.band5g_2_support
not
being recognized by typeof as 'undefined'
you'll need to run develop one final time, since I had thought this was a quick fix I hadn't updated the version or branch status. latest update sets the temperature variable to N/A
 
I just see on GUI that there is for DNS restart mentioned only dnsmasq. Is it possible to detect unbound too ?
As I am using unbound only ...
 
I just see on GUI that there is for DNS restart mentioned only dnsmasq. Is it possible to detect unbound too ?
As I am using unbound only ...
Is there a config setting to check if you are running in unbound only mode?
 
Would it be possible to get a list of which scripts have added a WebUI, basically a mapping of each user#.asp to each script by checking the content of the user#.asp, for example <title>connmon</title>.

I can't be certain, but during some work I was doing with syslog-ng and monitoring of the AImesh nodes, I needed to reinstall some scripts and as a result may have overwritten a WebUI of another script during the reinstall. Having a way to see which script is using which user#.asp would've been helpful.
 
Hi!

I hope that this is the correct thread for suggesting addition to your scmerlin's TODO-LIST !

I am using scmerlin 2.4.0, it gives great informations about the router (temperature, memory, internal storage...). Thanks :)

What do you think about adding another tab for UPS informations
(obtained from apcupsd:apcaccess or Nut:upsc command)

UPSNAME / STATUS / BCHARGE / TIMELEFT
MyAPC ONLINE 100.0 Percent 34.5 Minutes


Thanks
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top