[weewx-user] Re: Need solid line in graph plot

2024-07-23 Thread bell...@gmail.com
Bob, Thanks for letting us know that you are up and running. I greatly appreciate knowing when a suggestion has worked (as I bet future google searchers do too). A couple of comments. The key option you add is `expires_after = None`. This enables MQTTSubscribeService’s cache. The `contains_total

[weewx-user] Re: Need solid line in graph plot

2024-07-20 Thread bgra...@umw.edu
Rich, As you suggested, I added the additional MQTTSubscribe code to my weewx.conf file and it seems to be filling in the gaps. Thanks for clearing this up for me. [[[lht65b]]]#105a inside temp ignore = false# opt in for this field name = extraTemp2 expires_after = None

[weewx-user] Re: Need solid line in graph plot

2024-07-20 Thread bell...@gmail.com
Gary, Thanks for the very clear explanation. I guess I was a bit lazy. After reading your post I found the documentation for it here, http://www.weewx.com/docs/5.1/reference/skin-options/imagegenerator/#line_gap_fraction Also, digging into the code seems to confirm that null/None values will a

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread gjr80
On Saturday 20 July 2024 at 07:42:39 UTC+10 bell...@gmail.com wrote: I don’t fully understand the `line_gap_fraction` option. But I seem to remember that `None` values will always cause a break in the plot… line_gap_fraction does seem a little mystical in operation but once you understand how

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread bgra...@umw.edu
Rich, You are correct, of course, since I changed the source of the data to another MQTT broker I didn’t carry over all of the original code you setup for me on 4.10.2. Let me play with that and see what I can do. Thanks. On Friday, July 19, 2024 at 5:42:39 PM UTC-4 bell...@gmail.com wrote: > I

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread bell...@gmail.com
I don’t fully understand the `line_gap_fraction` option. But I seem to remember that `None` values will always cause a break in the plot… Bob, I think we had worked out how to use MQTTSubscribe caching for this observation. I think with the updates you made to get MQTTSubscribe V3 to work, your

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread bgra...@umw.edu
Jeff, Thanks for the reply. I was showing line_gap_fraction=0.05 so I commented it out. I then tried 0.02 but neither worked. I removed the .png file and restarted weewx + ran the Standard report each time. No luck with either setting. In 4.10.2 my setting was line_gap_fraction=0.01 and it was

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread Jeff A. D.
https://weewx.com/docs/5.1/custom/image-generator/?h=gap#line-gaps So you should have a line that says line_gap_fraction=0.01 you can try removing or commenting out. I think changing the fraction to 0.02 or more would work also. On Friday, July 19, 2024 at 1:39:13 PM UTC-6 bgra...@umw.edu wrot