So the archive table has recent inHumidity and outHumidity data. The log extract you posted shows a couple of issues. For some reason WeeWX was being restarted shortly after it started, for this reason it was hard to get any understanding of what was going on when WeeWX was running. We really need to see WeeWX run for a few archive periods to get an understanding of what WeeWX is doing. There was one report cycle towards the end of the log extract, but the report engine was not run due to an earlier report engine instance still running.
The weectl debug error you encountered appears to be a bug in weectl debug when run under python 3.6 and earlier (I suspect you are running python 3.6.8). You can avoid the problem by sending the weectl debug report output to a file instead of the console, try something like: weectl debug --output=/var/tmp/debug.txt You should find the weectl debug output in the file /var/tmp/debug.txt. You can either copy the file contents and post here or post the file instead. Also, please post a copy of the skin config file for the sofaskin you are using. Gary > Yes radiation and UV returned but plot Inside/Outside humidity didn't work even before and still doesnt work even when I disabled all extraHumidX > Also when I add extraHumid1 , didn't change anything. > And I have in table under "archive" both inHumidity and outHumidity columns. I check at the end of tables in archive. > Now when I try to run weectl debug I get this > weectl debug > Using configuration file /etc/weewx/weewx.conf > Traceback (most recent call last): > File "/usr/share/weewx/weectl.py", line 75, in <module> > main() > File "/usr/share/weewx/weectl.py", line 67, in main > namespace.func(namespace) > File "/usr/share/weewx/weectllib/__init__.py", line 90, in dispatch > namespace.action_func(config_dict, namespace) > File "/usr/share/weewx/weectllib/debug_cmd.py", line 54, in debug > weectllib.debug_actions.debug(config_dict, output=namespace.output) > File "/usr/share/weewx/weectllib/debug_actions.py", line 52, in debug > sink = contextlib.nullcontext(sys.stdout) > AttributeError: module 'contextlib' has no attribute 'nullcontext' > > weewx.conf have > # Set to 1 for extra debug info, otherwise comment it out or set to zero > debug = 1 > and here is latest log > https://privatebin.povej.net/?7995c4a16a0a23f3#4vXSXv7LJaYQt7tgC1j8mStSZjFCcvkooK5yg1Fna24r > > Regards > Damian torek, 11. februar 2025 ob 11:20:01 UTC+1 je oseba gjr80 napisala: If I understand you correctly radiation and UV plots have returned, but now the humidity plot (consisting of inHumidity and outHumidity) is not being produced. You mention removing all extraHumidx and then later you say you added extraHumid1, did adding extraHumid1 cause some change in behaviour? Or no change? I see your 'week' humidity plot has not changed since December 2024, so I expect there has been a problem with humidity for some time but it has been masked by all the other issues. I see from earlier posts your driver/WeeWX was emitting inHumidity and outHumidity in loop packets and archive records, so probably safe (for now) to assume it's still doing so. First thing to do is have a look in your database to see you have inHumidity and outHumidity archive table data. Have a look in your database at the archive table, do you have inHumidity and outHumidity columns? Is there any recent (ie within the last 24 hours) data in those columns? If there is data in those columns let's have a look at your skin config file and weewx.conf. I know you have posted parts of them before but there have been changes since then so can you post another weectl debug report output - that will give us weewx.conf. Can you also post a full copy of your skin.conf - I believe it is the sofaskin skin.conf. As usual check the contents of both for sensitive info before posting. Gary On Tuesday, 11 February 2025 at 20:20:01 UTC+10 gjr80 wrote: If I understand you correctly radiation and UV plots have returned, but now the humidity plot (consisting of inHumidity and outHumidity) is not being produced. You mention removing all extraHumidx and then later you say you added extraHumid1, did adding extraHumid1 cause some change in behaviour? Or no change? I see your 'week' humidity plot has not changed since December 2024, so I expect there has been a problem with humidity for some time but it has been masked by all the other issues. I see from earlier posts your driver/WeeWX was emitting inHumidity and outHumidity in loop packets and archive records, so probably safe (for now) to assume it's still doing so. First thing to do is have a look in your database to see you have inHumidity and outHumidity archive table data. Have a look in your database at the archive table, do you have inHumidity and outHumidity columns? Is there any recent (ie within the last 24 hours) data in those columns? If there is data in those columns let's have a look at your skin config file and weewx.conf. I know you have posted parts of them before but there have been changes since then so can you post another weectl debug report output - that will give us weewx.conf. Can you also post a full copy of your skin.conf - I believe it is the sofaskin skin.conf. As usual check the contents of both for sensitive info before posting. Gary On Sunday, 9 February 2025 at 05:11:27 UTC+10 hajsek...@gmail.com wrote: thank you for explanation. I have disabled all extraHumid fom skin.conf. Just for testing now I have UV and radiation plot but still don't have inside/outside humidity graph which should be there by default than I added just this one [[[extraHumid1]]] [[[[extraHumid1]]]] but have no humidity graph and all of this is in database under archive. Don't know what else is wrong? regards Damian [image: 2025-02-08 20_08_32-_etc_weewx_skins_sofaskin_skin.conf – root@194.249.178.188 – Editor – WinSCP.png][image: 2025-02-08 20_08_12-Domzale Current Weather Conditions – Mozilla Firefox.png] -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/92bdb149-a085-4d39-8fb0-4f0a4ccb276an%40googlegroups.com.