[weewx-user] Re: Belchertown and MQTT configuration error

2024-07-25 Thread
That is correct that I have the MQTT installed as an extension for weewx which is running on the pi. I checked for a mqtt.service and I'm not seeing one on there. I'm also not seeing a mosquitto_sub or pub installed so I think I must have missed anothe page to get this installed and working.

[weewx-user] Re: Belchertown and MQTT configuration error

2024-07-25 Thread vince
Pat's docs are authoritative for Belchertown and the MQTT stuff looks ok to me. Just follow that. https://github.com/weewx/weewx/wiki/mqtt has Tom's instructions for installing the MQTT extension. You can check it at least minimally by running "weectl extension list" and it should show up in

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-25 Thread Karen K
Digging further into this issue I found out, that weectl loads all the services including restful services and report services to calculate missing derived values. This makes no sense to me, because those services are not used during calculation of missing derived values. The same applies to da

Re: [weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-25 Thread Tom Keffer
See issue #95 . It's true that the reporting service probably does not need to be loaded, but it's difficult for weectl to make a decision on what's needed and what is not. Hence the decision to load everything. On Thu, Jul 25, 2024 at 11:45 AM Karen K w

Re: [weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-25 Thread Karen K
Thank you for clarification. Tom Keffer schrieb am Donnerstag, 25. Juli 2024 um 21:10:27 UTC+2: > See issue #95 . > > It's true that the reporting service probably does not need to be loaded, > but it's difficult for weectl to make a decision on what's n

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

2024-07-25 Thread bell...@gmail.com
Cool. Thanks for sharing. rich On Wednesday 24 July 2024 at 22:15:44 UTC-4 Graham Eddy wrote: > i have same situation - archive interval 5m, lorawan sensors 20m - so my 5 > min reports aggregate the lorawan sensors over last 20m to pick up the last > value each time e.g. > > [[[plots/dayriverco

[weewx-user] Re: Belchertown and MQTT configuration error

2024-07-25 Thread
I'm getting closer. Mosquito service is running but weewx gives me the follow error in journalctl: Jul 25 22:59:55 raspberrypi weewxd[25852]: INFO __main__: Terminating weewx version 5.0.2 Jul 25 22:59:55 raspberrypi systemd[1]: weewx.service: Succeeded. Jul 25 22:59:55 raspberrypi systemd[1]:

[weewx-user] Re: Belchertown and MQTT configuration error

2024-07-25 Thread
Also I tried commenting out all of the MQTT lines in weewx.conf so that I could get the service running again but it isn't running at all. Giving me the same error as I posted above. On Thursday, July 25, 2024 at 11:11:15 PM UTC-4 M&M wrote: > I'm getting closer. Mosquito service is running b