Re: [weewx-user] WDC Skin

2022-08-10 Thread Montefiori Luca
My fault. 30 minutes is the actual value.

I think it would be better to impose a lower and upper threshold (for
example max 10 minutes and min 60 minutes)
Without these thresholds the web page can become too heavy

[image: width=]

Privo
di virus.www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Il giorno gio 11 ago 2022 alle ore 01:46 David Bätge 
ha scritto:

> And that's another reasonable improvement! That's the so-called
> aggregate_interval.
> I added another issue (https://github.com/Daveiano/weewx-wdc/issues/55),
> which will be available in a future release.
>
> But where do you observe a 15 minutes interval? On the index page, it
> should be set to 30 minutes.
> luca.mo...@gmail.com schrieb am Mittwoch, 10. August 2022 um 15:52:00
> UTC+2:
>
>> I would like to propose a further improvement.
>> Currently the graphs have a resolution of 15 minutes.
>> It would be interesting to be able to customize this resolution for each
>> individual chart.
>>
>> Best Regards
>>
>> Il giorno lunedì 8 agosto 2022 alle 04:57:55 UTC+2 david@gmail.com
>> ha scritto:
>>
>>> Hi there, I am the creator of this skin.
>>>
>>> The graphs are getting generated via Javascript, not via the weewx image
>>> generator, so setting these options will not have any effect.
>>>
>>> You are right, currently, the yScale delta is tied to the observation,
>>> in that case, temperature, which has a defined delta of 3 in the skin.
>>> Another user also requested to change this, so I think it would be good to
>>> add this option to the skin. I added a quick issue for that to track the
>>> progress: https://github.com/Daveiano/weewx-wdc/issues/49
>>> Will be available in an upcoming release!
>>> luca.mo...@gmail.com schrieb am Sonntag, 7. August 2022 um 22:11:43
>>> UTC+2:
>>>
 I've tried to add

[[[inTemp]]]
 yscale = None, None, 0.02

 to skin.conf

 But it doesn't works.

 In wdc skin seems that the "data-obs" variable (that define the type of
 graph) with value "temp" drive all the parameters of the graph.

 Thanks
 Il giorno domenica 7 agosto 2022 alle 20:40:52 UTC+2
 peterq...@gmail.com ha scritto:

> I don't know that skin - and I took a quick look at it and it looks
> like you'd find this defined in the skin.conf file. One thing you should
> look at is the customization doc with regards to y axis scaling here:
> https://www.weewx.com/docs/customizing.htm#Image_files
>
>
> On Sun, Aug 7, 2022 at 11:18 AM Montefiori Luca 
> wrote:
>
>> I hope this is the right place for this question.
>>
>> I'm using WDC Skin versione 2.0.1
>>
>> [image: Inside_Temperature.jpg]
>> In each "temp" graph there is a 3° "delta" in top and low scale.
>> I would like to know if there is the possibility to adjust this delta
>> to other values (i.e 1 or 0)
>>
>> Thanks in advance for your answer.
>>
>> --
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/54ad85d7-674a-4c89-8e78-f66263e8f106n%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Peter Quinn
> (415)794-2264 <(415)%20794-2264>
>
 --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/L0IlIQmpa-8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/11c63821-f200-49e5-9136-cf0d4374cc4an%40googlegroups.com
> 
> .
>


-- 
---
Luca Montefiori
Via Campalmonte,11
48032 Casola Valsenio (RA)
---
e-mail: luca.montefi...@gmail.com
PEC: luca.montefi...@pec.it
Tel. 0546 73890
Cell. 347 9151191
---

-- 
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 d

Re: [weewx-user] WDC Skin

2022-08-10 Thread David Bätge
And that's another reasonable improvement! That's the so-called 
aggregate_interval. 
I added another issue (https://github.com/Daveiano/weewx-wdc/issues/55), 
which will be available in a future release.

But where do you observe a 15 minutes interval? On the index page, it 
should be set to 30 minutes. 
luca.mo...@gmail.com schrieb am Mittwoch, 10. August 2022 um 15:52:00 UTC+2:

> I would like to propose a further improvement.
> Currently the graphs have a resolution of 15 minutes.
> It would be interesting to be able to customize this resolution for each 
> individual chart.
>
> Best Regards
>
> Il giorno lunedì 8 agosto 2022 alle 04:57:55 UTC+2 david@gmail.com ha 
> scritto:
>
>> Hi there, I am the creator of this skin. 
>>
>> The graphs are getting generated via Javascript, not via the weewx image 
>> generator, so setting these options will not have any effect. 
>>
>> You are right, currently, the yScale delta is tied to the observation, in 
>> that case, temperature, which has a defined delta of 3 in the skin. Another 
>> user also requested to change this, so I think it would be good to add this 
>> option to the skin. I added a quick issue for that to track the progress: 
>> https://github.com/Daveiano/weewx-wdc/issues/49
>> Will be available in an upcoming release!
>> luca.mo...@gmail.com schrieb am Sonntag, 7. August 2022 um 22:11:43 
>> UTC+2:
>>
>>> I've tried to add
>>>  
>>>[[[inTemp]]]
>>> yscale = None, None, 0.02
>>>  
>>> to skin.conf
>>>
>>> But it doesn't works.
>>>
>>> In wdc skin seems that the "data-obs" variable (that define the type of 
>>> graph) with value "temp" drive all the parameters of the graph.
>>>
>>> Thanks
>>> Il giorno domenica 7 agosto 2022 alle 20:40:52 UTC+2 peterq...@gmail.com 
>>> ha scritto:
>>>
 I don't know that skin - and I took a quick look at it and it looks 
 like you'd find this defined in the skin.conf file. One thing you should 
 look at is the customization doc with regards to y axis scaling here: 
 https://www.weewx.com/docs/customizing.htm#Image_files


 On Sun, Aug 7, 2022 at 11:18 AM Montefiori Luca  
 wrote:

> I hope this is the right place for this question.
>
> I'm using WDC Skin versione 2.0.1
>  
> [image: Inside_Temperature.jpg]
> In each "temp" graph there is a 3° "delta" in top and low scale.
> I would like to know if there is the possibility to adjust this delta 
> to other values (i.e 1 or 0)
>
> Thanks in advance for your answer.
>
> -- 
> 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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/54ad85d7-674a-4c89-8e78-f66263e8f106n%40googlegroups.com
>  
> 
> .
>


 -- 
 Peter Quinn
 (415)794-2264 <(415)%20794-2264>

>>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/11c63821-f200-49e5-9136-cf0d4374cc4an%40googlegroups.com.


[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread 'Rainer Lang' via weewx-user
You want to learn more about the FineOffset / Ecowitt weather station 
and sensor "ecosystem", look up 
https://www.wxforum.net/index.php?topic=40730.0


For prices of stations/combinations check www.ecowitt.com - depending on 
your location there may also be resellers of the same hardware with a 
different branding

(this is also explained in the above link)

Am 10.08.2022 um 19:17 schrieb Bill Arthur:
If you aren't concerned about a console you can get set up for half of 
your $300 budget. In fact you can buy two systems. (Keep one as a spare)
I use the Ambient Weather WS-2902 array ($132) and the Ecowitt 
GW-1100  ($30)
The array is accurate, has spare parts readily available and is well 
supported. The weewx driver for the GW-1100 is excellent.


On Wednesday, August 10, 2022 at 11:36:57 AM UTC-5 Bob Atchley wrote:

If you can get one of these Weather stations in your location:

Bresser PC 5 in 1 - 7002571
Logia 5-in-1 PC - LOWSB510PB

They are well below your budget, buffer 50 days worth of data, are
reasonably accurate and have usb connection for PC (and hence
weewx support).
Make sure the console supports the PC connection (lots of very
similar models are wifi only)

On Wednesday, 10 August 2022 at 16:56:34 UTC+1 vince wrote:

And https://www.scientificsales.com - both places have good
prices and provide nice customer service...

On Wednesday, August 10, 2022 at 8:25:30 AM UTC-7
storm...@gmail.com wrote:

Check out Scaled Instruments:


https://www.scaledinstruments.com/product-category/davis-instruments/complete-weather-stations/vantage-vue-series/

--
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/db7b5860-e166-440e-8a54-db55c8ac70fdn%40googlegroups.com 
.


--
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/be45e321-d209-e01a-189f-cde0cb815848%40gmail.com.


[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread Bill Arthur
If you aren't concerned about a console you can get set up for half of your 
$300 budget. In fact you can buy two systems. (Keep one as a spare)
I use the Ambient Weather WS-2902 array ($132) and the Ecowitt GW-1100  
($30)
The array is accurate, has spare parts readily available and is well 
supported. The weewx driver for the GW-1100 is excellent.

On Wednesday, August 10, 2022 at 11:36:57 AM UTC-5 Bob Atchley wrote:

> If you can get one of these Weather stations in your location:
>
> Bresser PC 5 in 1 - 7002571
> Logia 5-in-1 PC - LOWSB510PB
>
> They are well below your budget, buffer 50 days worth of data, are 
> reasonably accurate and have usb connection for PC (and hence weewx 
> support).
> Make sure the console supports the PC connection (lots of very similar 
> models are wifi only)
>
> On Wednesday, 10 August 2022 at 16:56:34 UTC+1 vince wrote:
>
>> And https://www.scientificsales.com - both places have good prices and 
>> provide nice customer service... 
>>
>> On Wednesday, August 10, 2022 at 8:25:30 AM UTC-7 storm...@gmail.com 
>> wrote:
>>
>>> Check out Scaled Instruments: 
>>>
>>>
>>> https://www.scaledinstruments.com/product-category/davis-instruments/complete-weather-stations/vantage-vue-series/
>>>
>>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/db7b5860-e166-440e-8a54-db55c8ac70fdn%40googlegroups.com.


[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread Bob Atchley
If you can get one of these Weather stations in your location:

Bresser PC 5 in 1 - 7002571
Logia 5-in-1 PC - LOWSB510PB

They are well below your budget, buffer 50 days worth of data, are 
reasonably accurate and have usb connection for PC (and hence weewx 
support).
Make sure the console supports the PC connection (lots of very similar 
models are wifi only)

On Wednesday, 10 August 2022 at 16:56:34 UTC+1 vince wrote:

> And https://www.scientificsales.com - both places have good prices and 
> provide nice customer service... 
>
> On Wednesday, August 10, 2022 at 8:25:30 AM UTC-7 storm...@gmail.com 
> wrote:
>
>> Check out Scaled Instruments: 
>>
>>
>> https://www.scaledinstruments.com/product-category/davis-instruments/complete-weather-stations/vantage-vue-series/
>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/cedfea3b-c8d1-478f-b2d9-2b659bb40705n%40googlegroups.com.


Re: [weewx-user] Re: Weewx and Smart Meters

2022-08-10 Thread p q
I have to jump on this bandwagon - I have the influx/grafana and weewx
infrastructure in place. You guys have inspired my next project...

On Wed, Aug 10, 2022 at 9:17 AM matthew wall  wrote:

> i have been combining data from weewx with data from brultech devices
> (gem, ecm1240) since 2011 or so, and i've been using tom's weewx driver for
> gem for a year or two now.  i tend to do the aggregation in influx+grafana,
> although on small sites i might have weewx do all of the reporting.
>
> the attached images show a portion of the data from a 3-family building
> looks like in grafana.  in this one i am using weewx-interceptor (for t/h
> sensors), weewx-sdr (for other t/h sensors in refrigerators/freezers), and
> weewx-brultech.
>
>
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/4b9b323f-cde0-4fd0-95c3-d9a8904574d9n%40googlegroups.com
> 
> .
>


-- 
Peter Quinn
(415)794-2264

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA1SM23QPcBkUeCkxbHKA_PQN%2BYTTtMcznTSRKd_wJywUHzSGw%40mail.gmail.com.


Re: [weewx-user] WS23xxDriver error

2022-08-10 Thread prra...@gmail.com
my bad, I supposed to use wh23xx driver, not ws23xx driver

I'm using USB port but not serial port
/dev/usb/hiddev0

It works well now! thanks

On Wednesday, August 10, 2022 at 8:20:15 PM UTC+5:30 tke...@gmail.com wrote:

> The port should be a serial port, not a USB port. Something /dev/ttyUSB0. 
>
> Unplug your station, then plug it back in, then use the command 'dmesg'. 
> It may (or may not) tell you what the serial port is that it connected to.
>
> On Tue, Aug 9, 2022 at 9:03 PM prra...@gmail.com  
> wrote:
>
>> Many thanks, here is the config. *Note*: during my earlier installation 
>> of weewx (a few years ago), it doesn't ask for the port, but now in 2022, 
>> the installation asked for port and I did set one based on
>>
>> *$ ls /dev/usb/*
>> hiddev0
>>
>> *$ cat /etc/weewx/weewx.conf*
>> [WS23xx]
>> # This section is for the La Crosse WS-2300 series of weather 
>> stations.
>> 
>> # Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
>> port = /dev/usb/hiddev0
>> 
>> # The station model, e.g., 'LaCrosse WS2317' or 'TFA Primus'
>> model = LaCrosse WS23xx
>> 
>> # The driver to use:
>> driver = weewx.drivers.ws23xx
>>
>> The complete config is here https://pastebin.com/yTy3ShdT
>>
>>
>> On Wednesday, August 10, 2022 at 8:28:58 AM UTC+5:30 tke...@gmail.com 
>> wrote:
>>
>>> Probably an issue with the [WS23xx] section in your weewx.conf file. In 
>>> particular, check the "port" option and make sure it is correct.
>>>
>>> If you wish, you can post the section here and we can take a look at it. 
>>> Just post the [WS23xx] section --- nothing else. We don't need to see 
>>> passwords.
>>>
>>> -tk
>>>
>>> On Tue, Aug 9, 2022 at 7:13 PM prra...@gmail.com  
>>> wrote:
>>>
 weewx status throws a bunch of error which I can't figure out. Could 
 you please help me to fix them? (earlier, weewx was working fine, but I 
 don't know if the current issue is related to new linux OS or weewx.) Any 
 help is much appreciated, thank you.

 *$ /usr/bin/weewxd --version*
 4.8.0

 *$ cat /etc/os-release*
 PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
 NAME="Raspbian GNU/Linux"

 *$ sudo tail -f /var/log/syslog*
 Aug 10 07:40:17 raspberrypi systemd[1]: Starting LSB: weewx weather 
 system...

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Initializing 
 weewx version 4.8.0

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using Python 
 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Platform 
 Linux-5.10.92-v7+-armv7l-with-glibc2.31

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Locale is 
 'en_GB.UTF-8'

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using 
 configuration file /etc/weewx/weewx.conf

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Debug is 0

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: PID file is 
 /var/run/weewx.pid

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.engine: Loading 
 station type WS23xx (weewx.drivers.ws23xx)

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 driver version is 0.41

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 serial port is /dev/usb/hiddev0

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 polling interval is None

 Aug 10 07:40:18 raspberrypi weewx[7405]: Starting weewx weather system: 
 weewx.

 Aug 10 07:40:18 raspberrypi systemd[1]: Started LSB: weewx weather 
 system.

 Aug 10 07:40:18 raspberrypi weewx[7418] ERROR weewx.engine: Import of 
 driver failed: (22, 'Invalid argument') ()

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   Traceback (most recent call last):

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/engine.py", line 119, in setupStation

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   self.console = loader_function(config_dict, self)

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 272, in 
 loader

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   return WS23xxDriver(config_dict=config_dict, 
 **config_dict[DRIVER_NAME])

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 439, in 
 __init__

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   self.station = WS23xx(self.port)

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 

Re: [weewx-user] WS23xxDriver error

2022-08-10 Thread prra...@gmail.com
my bad, I supposed to use wh23xx driver, not ws23xx driver

I'm using USB port but not serial port
/dev/usb/hiddev0

On Wednesday, August 10, 2022 at 8:20:15 PM UTC+5:30 tke...@gmail.com wrote:

> The port should be a serial port, not a USB port. Something /dev/ttyUSB0. 
>
> Unplug your station, then plug it back in, then use the command 'dmesg'. 
> It may (or may not) tell you what the serial port is that it connected to.
>
> On Tue, Aug 9, 2022 at 9:03 PM prra...@gmail.com  
> wrote:
>
>> Many thanks, here is the config. *Note*: during my earlier installation 
>> of weewx (a few years ago), it doesn't ask for the port, but now in 2022, 
>> the installation asked for port and I did set one based on
>>
>> *$ ls /dev/usb/*
>> hiddev0
>>
>> *$ cat /etc/weewx/weewx.conf*
>> [WS23xx]
>> # This section is for the La Crosse WS-2300 series of weather 
>> stations.
>> 
>> # Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
>> port = /dev/usb/hiddev0
>> 
>> # The station model, e.g., 'LaCrosse WS2317' or 'TFA Primus'
>> model = LaCrosse WS23xx
>> 
>> # The driver to use:
>> driver = weewx.drivers.ws23xx
>>
>> The complete config is here https://pastebin.com/yTy3ShdT
>>
>>
>> On Wednesday, August 10, 2022 at 8:28:58 AM UTC+5:30 tke...@gmail.com 
>> wrote:
>>
>>> Probably an issue with the [WS23xx] section in your weewx.conf file. In 
>>> particular, check the "port" option and make sure it is correct.
>>>
>>> If you wish, you can post the section here and we can take a look at it. 
>>> Just post the [WS23xx] section --- nothing else. We don't need to see 
>>> passwords.
>>>
>>> -tk
>>>
>>> On Tue, Aug 9, 2022 at 7:13 PM prra...@gmail.com  
>>> wrote:
>>>
 weewx status throws a bunch of error which I can't figure out. Could 
 you please help me to fix them? (earlier, weewx was working fine, but I 
 don't know if the current issue is related to new linux OS or weewx.) Any 
 help is much appreciated, thank you.

 *$ /usr/bin/weewxd --version*
 4.8.0

 *$ cat /etc/os-release*
 PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
 NAME="Raspbian GNU/Linux"

 *$ sudo tail -f /var/log/syslog*
 Aug 10 07:40:17 raspberrypi systemd[1]: Starting LSB: weewx weather 
 system...

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Initializing 
 weewx version 4.8.0

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using Python 
 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Platform 
 Linux-5.10.92-v7+-armv7l-with-glibc2.31

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Locale is 
 'en_GB.UTF-8'

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using 
 configuration file /etc/weewx/weewx.conf

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Debug is 0

 Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: PID file is 
 /var/run/weewx.pid

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.engine: Loading 
 station type WS23xx (weewx.drivers.ws23xx)

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 driver version is 0.41

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 serial port is /dev/usb/hiddev0

 Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx: 
 polling interval is None

 Aug 10 07:40:18 raspberrypi weewx[7405]: Starting weewx weather system: 
 weewx.

 Aug 10 07:40:18 raspberrypi systemd[1]: Started LSB: weewx weather 
 system.

 Aug 10 07:40:18 raspberrypi weewx[7418] ERROR weewx.engine: Import of 
 driver failed: (22, 'Invalid argument') ()

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   Traceback (most recent call last):

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/engine.py", line 119, in setupStation

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   self.console = loader_function(config_dict, self)

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 272, in 
 loader

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   return WS23xxDriver(config_dict=config_dict, 
 **config_dict[DRIVER_NAME])

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 439, in 
 __init__

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
   self.station = WS23xx(self.port)

 Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
 File "/usr/share/we

[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread vince
And https://www.scientificsales.com - both places have good prices and 
provide nice customer service... 

On Wednesday, August 10, 2022 at 8:25:30 AM UTC-7 storm...@gmail.com wrote:

> Check out Scaled Instruments: 
>
>
> https://www.scaledinstruments.com/product-category/davis-instruments/complete-weather-stations/vantage-vue-series/
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/46ef919a-22b5-4022-addf-63f8a5f83baan%40googlegroups.com.


[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread storm...@gmail.com
Check out Scaled Instruments: 

https://www.scaledinstruments.com/product-category/davis-instruments/complete-weather-stations/vantage-vue-series/

On Wednesday, August 10, 2022 at 9:50:13 AM UTC-4 kavanag...@gmail.com 
wrote:

> I have been running an Acurite 5n1 since 2018, using sdr, as well as 
> multiple esp-8266 with been or bmp280's using matter. The 5n1 has given up 
> the ghost. 
>
> I would like to replace it with something similar, as I already understand 
> sdr use within weewx. However, I am also interested in using more accurate 
> technology. 
>
> My budget is somewhat limited, so I hope to bring the cost in at under 
> $300 (US).
>
> I am open to all recommendations, and would also, if possible, like to 
> know WHY you might recommend a particular unit or group of products. If it 
> would require a change in driver's, etc., please indicate that (if you just 
> say it would, I'm glad to do the research on how to implement them).
>
> Finally, the main product I have researched at this point is the Acurite 
> Atlas.
>
> Thank you in advance, 
>
> Nick
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/1129d648-80d3-43d2-ac04-c0fb896e8555n%40googlegroups.com.


Re: [weewx-user] Weewx and Smart Meters

2022-08-10 Thread ian...@kinnon.org
Well that has certainly given me something to chew on, thanks!


On Wednesday, 10 August 2022 at 15:15:02 UTC+1 tke...@gmail.com wrote:

> I've been recording data from a Brultech GEM 
>  using WeeWX for about 5 years now. 
> The driver  is rather 
> specialized, but it may give you some ideas.
>
> On Wed, Aug 10, 2022 at 5:55 AM ian...@kinnon.org  
> wrote:
>
>> Has anybody tried adding data from their smart meter to Weewx?
>>
>> I can grab the data with 
>> https://pypi.org/project/pyglowmarkt/
>>
>> would be nice to be able to graph it as well.
>>
>> This is in the UK and I created an account with Glowmarkt who can access 
>> the raw data directly
>> Thanks
>> Ian
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/ab4657ad-4450-4689-948e-349de4fcfcf5n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/41261f06-215f-49d3-91c9-96591fcee670n%40googlegroups.com.


Re: [weewx-user] Recommends for new station under 300

2022-08-10 Thread Tom Keffer
If you can stretch the budget a bit, the Vantage Vue is one of the best.
About $350.

If you can't, it's hard to beat the Ecowitt GW series. As little as $180
for the GW1101 .

On Wed, Aug 10, 2022 at 6:50 AM Nick Kavanagh 
wrote:

> I have been running an Acurite 5n1 since 2018, using sdr, as well as
> multiple esp-8266 with been or bmp280's using matter. The 5n1 has given up
> the ghost.
>
> I would like to replace it with something similar, as I already understand
> sdr use within weewx. However, I am also interested in using more accurate
> technology.
>
> My budget is somewhat limited, so I hope to bring the cost in at under
> $300 (US).
>
> I am open to all recommendations, and would also, if possible, like to
> know WHY you might recommend a particular unit or group of products. If it
> would require a change in driver's, etc., please indicate that (if you just
> say it would, I'm glad to do the research on how to implement them).
>
> Finally, the main product I have researched at this point is the Acurite
> Atlas.
>
> Thank you in advance,
>
> Nick
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/CABp3gvtMoSK0XSs55zrheoLHmyi1NBM8dAuFYWjuMGKF_Yiyyg%40mail.gmail.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB26iNuVSz1QCUxBgx1NL2aMotBx1N9p_50O2JKJuncqQ%40mail.gmail.com.


Re: [weewx-user] WS23xxDriver error

2022-08-10 Thread Tom Keffer
The port should be a serial port, not a USB port. Something /dev/ttyUSB0.

Unplug your station, then plug it back in, then use the command 'dmesg'. It
may (or may not) tell you what the serial port is that it connected to.

On Tue, Aug 9, 2022 at 9:03 PM prra...@gmail.com  wrote:

> Many thanks, here is the config. *Note*: during my earlier installation
> of weewx (a few years ago), it doesn't ask for the port, but now in 2022,
> the installation asked for port and I did set one based on
>
> *$ ls /dev/usb/*
> hiddev0
>
> *$ cat /etc/weewx/weewx.conf*
> [WS23xx]
> # This section is for the La Crosse WS-2300 series of weather stations.
>
> # Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
> port = /dev/usb/hiddev0
>
> # The station model, e.g., 'LaCrosse WS2317' or 'TFA Primus'
> model = LaCrosse WS23xx
>
> # The driver to use:
> driver = weewx.drivers.ws23xx
>
> The complete config is here https://pastebin.com/yTy3ShdT
>
>
> On Wednesday, August 10, 2022 at 8:28:58 AM UTC+5:30 tke...@gmail.com
> wrote:
>
>> Probably an issue with the [WS23xx] section in your weewx.conf file. In
>> particular, check the "port" option and make sure it is correct.
>>
>> If you wish, you can post the section here and we can take a look at it.
>> Just post the [WS23xx] section --- nothing else. We don't need to see
>> passwords.
>>
>> -tk
>>
>> On Tue, Aug 9, 2022 at 7:13 PM prra...@gmail.com 
>> wrote:
>>
>>> weewx status throws a bunch of error which I can't figure out. Could you
>>> please help me to fix them? (earlier, weewx was working fine, but I don't
>>> know if the current issue is related to new linux OS or weewx.) Any help is
>>> much appreciated, thank you.
>>>
>>> *$ /usr/bin/weewxd --version*
>>> 4.8.0
>>>
>>> *$ cat /etc/os-release*
>>> PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
>>> NAME="Raspbian GNU/Linux"
>>>
>>> *$ sudo tail -f /var/log/syslog*
>>> Aug 10 07:40:17 raspberrypi systemd[1]: Starting LSB: weewx weather
>>> system...
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Initializing
>>> weewx version 4.8.0
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using Python
>>> 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Platform
>>> Linux-5.10.92-v7+-armv7l-with-glibc2.31
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Locale is
>>> 'en_GB.UTF-8'
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Using
>>> configuration file /etc/weewx/weewx.conf
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: Debug is 0
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7415] INFO __main__: PID file is
>>> /var/run/weewx.pid
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.engine: Loading
>>> station type WS23xx (weewx.drivers.ws23xx)
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx:
>>> driver version is 0.41
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx:
>>> serial port is /dev/usb/hiddev0
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] INFO weewx.drivers.ws23xx:
>>> polling interval is None
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7405]: Starting weewx weather system:
>>> weewx.
>>>
>>> Aug 10 07:40:18 raspberrypi systemd[1]: Started LSB: weewx weather
>>> system.
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] ERROR weewx.engine: Import of
>>> driver failed: (22, 'Invalid argument') ()
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>> Traceback (most recent call last):
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>>   File "/usr/share/weewx/weewx/engine.py", line 119, in setupStation
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>> self.console = loader_function(config_dict, self)
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>>   File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 272, in loader
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>> return WS23xxDriver(config_dict=config_dict, **config_dict[DRIVER_NAME])
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>>   File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 439, in __init__
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>> self.station = WS23xx(self.port)
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>>   File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 641, in __init__
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>> self.serial_port = LinuxSerialPort(port)
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engine: 
>>>   File "/usr/share/weewx/weewx/drivers/ws23xx.py", line 901, in __init__
>>>
>>> Aug 10 07:40:18 raspberrypi weewx[7418] CRITICAL weewx.engin

[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread Tom Hogland
I've used a Davis Vantage Pro2 for years and would highly recommend it. 
Anemometer has 100' of wire to attach itself to the base sensor suite, so 
it can go up on a roof-mounted pole (for example) while the main sensor 
suite is mounted somewhat lower - it does require occasional cleaning and 
replacing the CR-123 backup battery. Also includes a wireless console so 
you can see current weather easily. Mine has been in continuous use since 
4/2003 - an excellent value :-) Needs a Weatherlink Live or Weather Envoy 
to connect to weewx (or anything else but it's console). Uses the Vantage 
or Weatherlink driver, I believe. Mine uses a Envoy hard-wired to the 
server so no issues seeing data.  
https://www.wunderground.com/weather/us/ak/wasilla/KAKWASIL2

The Vantage Vue is popular - all-in-one sensor suite and same console. 
Needs to be mounted up high to get good wind readings so tougher to clean. 
I haven't used one so can't speak to their setup.

Barring that, I'd recommend a Weatherflow Tempest - a single unit, so 
mounting requires more thought to ensure accurate readings, and cleaning 
can be more difficult if it's up on a roof etc. Sensor is completely solar 
w/battery backup - I don't know where you live, but here in Alaska it won't 
make it through our long dark winter without running itself flat. However, 
they do have an external power adapter that can supplement the solar with 
either AC or battery power. Sonic anemometer, UV/solar included, and haptic 
rain sensor rather than a tipping bucket so no moving parts to clean. No 
console (you use their app to see current weather - , but comes with the 
receiver to upload to Tempest and WU - weewx uses the WeatherflowUDP driver 
to sniff out the packets. I have one running up on the roof with the AC 
adapter - looks like it's pretty much as accurate as the VP2, and under 
$400 retail (they have sales - mine was just a hair over $300).  
https://www.wunderground.com/weather/us/ak/wasilla/KAKWASIL365 
and https://tempestwx.com/station/64100/ (click the little station in the 
upper right to see the raw data)

I've seen the VP2 and Vue show up used on eBay for $300 or less - right now 
there's a few available. The VP2 needs a console or Envoy plus the 
Weatherlink datalogger, or a Weatherlink Live in order to pull data into 
weewx - some eBay items will only be the sensor suite. Tempest is 
self-contained - everything you need is in the box. None on eBay - I'd get 
it from the mfg. If you want accurate I'd go VP2 - Davis offers 
NIST-certified sensors for it, and I know at least one private airport 
using one as their official weather service. If you want close, then go for 
the Tempest.

Feel free to ping me if you have specific questions - Davis model #'s can 
be confusing :-)

On Wednesday, August 10, 2022 at 5:50:13 AM UTC-8 kavanag...@gmail.com 
wrote:

> I have been running an Acurite 5n1 since 2018, using sdr, as well as 
> multiple esp-8266 with been or bmp280's using matter. The 5n1 has given up 
> the ghost. 
>
> I would like to replace it with something similar, as I already understand 
> sdr use within weewx. However, I am also interested in using more accurate 
> technology. 
>
> My budget is somewhat limited, so I hope to bring the cost in at under 
> $300 (US).
>
> I am open to all recommendations, and would also, if possible, like to 
> know WHY you might recommend a particular unit or group of products. If it 
> would require a change in driver's, etc., please indicate that (if you just 
> say it would, I'm glad to do the research on how to implement them).
>
> Finally, the main product I have researched at this point is the Acurite 
> Atlas.
>
> Thank you in advance, 
>
> Nick
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/797690ff-965b-4cfc-aa38-d9edc72ed41cn%40googlegroups.com.


Re: [weewx-user] Weewx and Smart Meters

2022-08-10 Thread Tom Keffer
I've been recording data from a Brultech GEM
 using WeeWX for about 5 years now. The
driver  is rather specialized,
but it may give you some ideas.

On Wed, Aug 10, 2022 at 5:55 AM ian...@kinnon.org 
wrote:

> Has anybody tried adding data from their smart meter to Weewx?
>
> I can grab the data with
> https://pypi.org/project/pyglowmarkt/
>
> would be nice to be able to graph it as well.
>
> This is in the UK and I created an account with Glowmarkt who can access
> the raw data directly
> Thanks
> Ian
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/ab4657ad-4450-4689-948e-349de4fcfcf5n%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAZVHDbWikzeFY43i2PTdUrNSQyz-gvDAqESnJ_koejZA%40mail.gmail.com.


[weewx-user] Re: Weewx-csv issue, rain and rainRate

2022-08-10 Thread Mark P
Thanks Vince, you have already helped by asking the right question.  It 
look's like an interpretation issue on my part.  I started to prepare 
various extract files to send you and in the process did some check totals 
and the data is there, it's just not what I was expecting.  The CSV files 
are collected from data packets received every 20 seconds or so and it 
appears that rain info is sent only infrequently (maybe when the bucket 
empties??).  I am comparing it with data that has passed through 
WUnderground which is a running total for the day.  Knowing this I can get 
the totals on the raw data to be comparable with the WUnderground data 
within acceptable margins.  The difference being caused by rounding errors 
in the conversion from US units to metric and the like.

Thanks for your time.

On Tuesday, 9 August 2022 at 01:29:47 UTC+1 vince wrote:

> we'd have to see your csv output and pointers to where you think it's 
> wrong
>
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/5ce46324-ec04-443d-a046-45587b2d5df2n%40googlegroups.com.


Re: [weewx-user] WDC Skin

2022-08-10 Thread Montefiori Luca
I would like to propose a further improvement.
Currently the graphs have a resolution of 15 minutes.
It would be interesting to be able to customize this resolution for each 
individual chart.

Best Regards

Il giorno lunedì 8 agosto 2022 alle 04:57:55 UTC+2 david@gmail.com ha 
scritto:

> Hi there, I am the creator of this skin. 
>
> The graphs are getting generated via Javascript, not via the weewx image 
> generator, so setting these options will not have any effect. 
>
> You are right, currently, the yScale delta is tied to the observation, in 
> that case, temperature, which has a defined delta of 3 in the skin. Another 
> user also requested to change this, so I think it would be good to add this 
> option to the skin. I added a quick issue for that to track the progress: 
> https://github.com/Daveiano/weewx-wdc/issues/49
> Will be available in an upcoming release!
> luca.mo...@gmail.com schrieb am Sonntag, 7. August 2022 um 22:11:43 UTC+2:
>
>> I've tried to add
>>  
>>[[[inTemp]]]
>> yscale = None, None, 0.02
>>  
>> to skin.conf
>>
>> But it doesn't works.
>>
>> In wdc skin seems that the "data-obs" variable (that define the type of 
>> graph) with value "temp" drive all the parameters of the graph.
>>
>> Thanks
>> Il giorno domenica 7 agosto 2022 alle 20:40:52 UTC+2 peterq...@gmail.com 
>> ha scritto:
>>
>>> I don't know that skin - and I took a quick look at it and it looks like 
>>> you'd find this defined in the skin.conf file. One thing you should look at 
>>> is the customization doc with regards to y axis scaling here: 
>>> https://www.weewx.com/docs/customizing.htm#Image_files
>>>
>>>
>>> On Sun, Aug 7, 2022 at 11:18 AM Montefiori Luca  
>>> wrote:
>>>
 I hope this is the right place for this question.

 I'm using WDC Skin versione 2.0.1
  
 [image: Inside_Temperature.jpg]
 In each "temp" graph there is a 3° "delta" in top and low scale.
 I would like to know if there is the possibility to adjust this delta 
 to other values (i.e 1 or 0)

 Thanks in advance for your answer.

 -- 
 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+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/54ad85d7-674a-4c89-8e78-f66263e8f106n%40googlegroups.com
  
 
 .

>>>
>>>
>>> -- 
>>> Peter Quinn
>>> (415)794-2264 <(415)%20794-2264>
>>>
>>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/a9f912b8-cfaa-4073-8fb5-5fb1397446b6n%40googlegroups.com.


[weewx-user] Recommends for new station under 300

2022-08-10 Thread Nick Kavanagh
I have been running an Acurite 5n1 since 2018, using sdr, as well as
multiple esp-8266 with been or bmp280's using matter. The 5n1 has given up
the ghost.

I would like to replace it with something similar, as I already understand
sdr use within weewx. However, I am also interested in using more accurate
technology.

My budget is somewhat limited, so I hope to bring the cost in at under $300
(US).

I am open to all recommendations, and would also, if possible, like to know
WHY you might recommend a particular unit or group of products. If it would
require a change in driver's, etc., please indicate that (if you just say
it would, I'm glad to do the research on how to implement them).

Finally, the main product I have researched at this point is the Acurite
Atlas.

Thank you in advance,

Nick

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABp3gvtMoSK0XSs55zrheoLHmyi1NBM8dAuFYWjuMGKF_Yiyyg%40mail.gmail.com.


[weewx-user] Weewx and Smart Meters

2022-08-10 Thread ian...@kinnon.org
Has anybody tried adding data from their smart meter to Weewx?

I can grab the data with 
https://pypi.org/project/pyglowmarkt/

would be nice to be able to graph it as well.

This is in the UK and I created an account with Glowmarkt who can access 
the raw data directly
Thanks
Ian

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/ab4657ad-4450-4689-948e-349de4fcfcf5n%40googlegroups.com.