[weewx-development] Re: Using 4.0.0b18 with steel series but weewx isnt generating public_html/index.php

2020-05-03 Thread gjr80
No they are not related/dependent, more likely the issue is the too many 'ss' in your [StdReport] stanza. This also is not good: DEBUG weewx.reportengine: Cannot read skin configuration file /usr/local/bin /weewx/ss/ss/skin.conf for report 'SteelSeries': Config file not found: "/usr/local/bin/we

[weewx-development] Re: Using 4.0.0b18 with steel series but weewx isnt generating public_html/index.php

2020-05-03 Thread Cat22
I fixed it. It seems that if[[StandardReport]] is not set to enabled=True and skin=ss then SteelSeries wont generate the index.php It must depend on that somehow? [[StandardReport]] # This is the old "Standard" skin. By default, it is not enabled. skin = ss enable =

[weewx-development] Re: Using 4.0.0b18 with steel series but weewx isnt generating public_html/index.php

2020-05-03 Thread Cat22
I found ne problem in the debug log: DEBUG weewx.reportengine: Cannot read skin configuration file /usr/local/bin/weewx/ss/ss/skin.conf for report 'SteelSeries': Config file not found: "/usr/local/bin/weewx/ss/ss/skin.conf". And i see I had SKIN_ROOT set to ss instead of skins - so that is fixe

[weewx-development] Re: Using 4.0.0b18 with steel series but weewx isnt generating public_html/index.php

2020-05-03 Thread Cat22
Ok, I just set debug to 1 and restarted weewx. When it gets a few cycles i wil post the results, but It looks like its not executing the steel series stuff Here is my StdReport stanza: [StdReport] # Where the skins reside, relative to WEEWX_ROOT SKIN_ROOT = ss # Where the generate

[weewx-development] Re: Using 4.0.0b18 with steel series but weewx isnt generating public_html/index.php

2020-05-03 Thread gjr80
I presume you mean index.html, the skin generates index.html not index.php. Going to need to see a debug=1 log extract covering at least a couple of archive intervals. Would also help to see your [StdReport] stanza from weewx.conf or a wee_debug report. In either case do check before you post f