Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-14 Thread Greg from Oz
Here is a snippet of the database: select dateTime ,inTemp, inHumidity, pressure from archive where dateTime >= 1710459900 ; ++++---+ | dateTime | inTemp | inHumidity | pressure |

Re: [weewx-user] MQTTSubscribe and paho mqtt heads up

2024-03-14 Thread bell...@gmail.com
Just a quick update. I’m happy with this approach, but eventually V1 API support will be removed. Ideally this will be long after V1 clients are gone. But, I’ve been burnt once…. So, I’m implementing the approach below. I’m going to use the factory pattern. I already had a class ‘wrapping’ paho

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-14 Thread Tom Keffer
You may just have the option line_gap_fraction set too low. On Thu, Mar 14, 2024 at 2:18 PM Greg from Oz wrote: > Hi, > I have removed my fineoffset usb and replaced it with SDR but the outside > fine

[weewx-user] How to handle sensor data that doesn't come at set times

2024-03-14 Thread Greg from Oz
Hi, I have removed my fineoffset usb and replaced it with SDR but the outside fine offset station doesn't sent inside temperature, inside humidity or barometer. I have added a BME280 sensor and can get the barometer readings every 30 seconds and that is working and graphing OK. I have a

Re: [weewx-user] Ecowitt lightning sensor WH57

2024-03-14 Thread Joachim Puttkammer
I tried the flash of a camera. Merci Rainer that works Rainer Lang schrieb am Donnerstag, 14. März 2024 um 19:04:58 UTC+1: > a lighter, the flash of a camera in front of the sensor > On 14.03.2024 18:50, Joachim Puttkammer wrote: > > How can I simulate lightning for the WH57 sensor? > >

[weewx-user] Re: "outHumAbs" in microgramms per cube meter on Station info on Belchertown Skin.

2024-03-14 Thread mh081...@gmail.com
Ok thanks for your Help. Your Hints get me in the right direction. Thanks Karen K schrieb am Donnerstag, 14. März 2024 um 18:46:53 UTC+1: > mh081...@gmail.com schrieb am Donnerstag, 14. März 2024 um 09:53:53 UTC+1: > > Can anybody, who already changed this, share his config? > > > In

Re: [weewx-user] Ecowitt lightning sensor WH57

2024-03-14 Thread 'Rainer Lang' via weewx-user
a lighter, the flash of a camera in front of the sensor On 14.03.2024 18:50, Joachim Puttkammer wrote: How can I simulate lightning for the WH57 sensor? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Ecowitt lightning sensor WH57

2024-03-14 Thread Colin Larsen
Sometimes a piezo device will do the trick. A BBQ lighter or such like. On Fri, 15 Mar 2024, 06:50 Joachim Puttkammer, wrote: > How can I simulate lightning for the WH57 sensor? > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To

[weewx-user] Ecowitt lightning sensor WH57

2024-03-14 Thread Joachim Puttkammer
How can I simulate lightning for the WH57 sensor? -- 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

[weewx-user] Re: "outHumAbs" in microgramms per cube meter on Station info on Belchertown Skin.

2024-03-14 Thread Karen K
mh081...@gmail.com schrieb am Donnerstag, 14. März 2024 um 09:53:53 UTC+1: Can anybody, who already changed this, share his config? In graphs.conf I use it like this: [[humidity]] title = "Luftfeuchtigkeit" [[[outHumidity]]] name = "relativ"

[weewx-user] Re: "outHumAbs" in microgramms per cube meter on Station info on Belchertown Skin.

2024-03-14 Thread Miller Beau
In my station it looks like this: [image: Screenshot 2024-03-14 184423.png] Miller Beau schrieb am Donnerstag, 14. März 2024 um 18:38:45 UTC+1: > Hi, > use it in this way: > > $current.outHumAbs.gram_per_meter_cubed > > Here is the complete example out of the seasons skin (sorry - no >

[weewx-user] Re: "outHumAbs" in microgramms per cube meter on Station info on Belchertown Skin.

2024-03-14 Thread Miller Beau
Hi, use it in this way: $current.outHumAbs.gram_per_meter_cubed Here is the complete example out of the seasons skin (sorry - no Belchertown available, but should be the same imho): $obs.label.outHumAbs $current.outHumAbs.gram_per_meter_cubed Regards

[weewx-user] "outHumAbs" in microgramms per cube meter on Station info on Belchertown Skin.

2024-03-14 Thread mh081...@gmail.com
Hi, after i changed my Davis Vantage Pro2 Weather Station with actual Model with Solar/UV Sensor i Changed My Weewx Belchertown Homepage a bit. Installed GTS Extension. My Question is . How can I change "outHumAbs" to gram per cube/meter? I dont find any detailed Document about. Can anybody,