[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread carter.hu...@gmail.com

Yeah no issues with it picking up data from the sensors

On Wednesday, July 14, 2021 at 3:21:10 PM UTC-7 vince wrote:

> Does the console recognize your Vue sensors ok ?
>
> On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com 
> wrote:
>
>> So I switched out my console for my Davis Vantage Vue because the old one 
>> had the signal fail. Now with the new one WeeWx doesn’t seem to recognize 
>> the hardware.
>>
>> ./EW5321/bin/wee_device --info
>> Using configuration file /home/pi/EW5321/weewx.conf
>> Using Vantage driver version 3.2.1 (weewx.drivers.vantage)Traceback (most 
>> recent call last):
>>   File "./EW5321/bin/wee_device", line 78, in 
>> main()
>>   File "./EW5321/bin/wee_device", line 74, in main
>> device.configure(config_dict)
>>   File "/home/pi/EW5321/bin/weewx/drivers/__init__.py", line 67, in 
>> configure
>> self.do_options(options, parser, config_dict, not options.noprompt)
>>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 2056, in 
>> do_options
>> station = Vantage(**config_dict[DRIVER_NAME])
>>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 515, in 
>> __init__
>> self._setup()
>>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1321, in 
>> _setup
>> self.hardware_type = self._determine_hardware()
>>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1312, in 
>> _determine_hardware
>> raise weewx.WeeWxIOError("Unable to read hardware type")
>> weewx.WeeWxIOError: Unable to read hardware type
>>
>

-- 
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/7d4e9fd4-c365-4583-9f3c-863e57be67c4n%40googlegroups.com.


[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread vince
Does the console recognize your Vue sensors ok ?

On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com 
wrote:

> So I switched out my console for my Davis Vantage Vue because the old one 
> had the signal fail. Now with the new one WeeWx doesn’t seem to recognize 
> the hardware.
>
> ./EW5321/bin/wee_device --info
> Using configuration file /home/pi/EW5321/weewx.conf
> Using Vantage driver version 3.2.1 (weewx.drivers.vantage)Traceback (most 
> recent call last):
>   File "./EW5321/bin/wee_device", line 78, in 
> main()
>   File "./EW5321/bin/wee_device", line 74, in main
> device.configure(config_dict)
>   File "/home/pi/EW5321/bin/weewx/drivers/__init__.py", line 67, in 
> configure
> self.do_options(options, parser, config_dict, not options.noprompt)
>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 2056, in 
> do_options
> station = Vantage(**config_dict[DRIVER_NAME])
>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 515, in 
> __init__
> self._setup()
>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1321, in _setup
> self.hardware_type = self._determine_hardware()
>   File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1312, in 
> _determine_hardware
> raise weewx.WeeWxIOError("Unable to read hardware type")
> weewx.WeeWxIOError: Unable to read hardware type
>

-- 
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/affd07c6-8dcb-42a5-81a9-60b9605c7dc8n%40googlegroups.com.


[weewx-user] Re: wee_database transfer - out of memory

2021-07-14 Thread vince
On Wednesday, July 14, 2021 at 1:08:02 PM UTC-7 StefMel wrote:

> I am trying to convert my MYSQL DB to SQLite on my RaspberryPi with the 
> wee_database 
> --transfer command.
> The dry run was just fine, but when running in real the process fails 
> after some time with a Out of Memory exception.
> From 572643 records only 10034 were transferred.
> I guess the memory of my Raspi is a bit weak.
> Do I have another possibility? 
>
>
If you have another computer that you can use, or a virtual machine with a 
lot of RAM allocated to it, that would work too. 

-- 
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/5a05d1e8-d2f6-49ce-a97a-1547827a413bn%40googlegroups.com.


[weewx-user] WeeWX-MQTTSubscribe and Message

2021-07-14 Thread storm...@gmail.com
Would like to subscribe to individual messages and was wondering if that is 
possible. I have no issues subscribing to topics.

-- 
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/b294b4d5-c6d2-4f93-b238-c14364a556a9n%40googlegroups.com.


[weewx-user] wee_database transfer - out of memory

2021-07-14 Thread StefMel
I am trying to convert my MYSQL DB to SQLite on my RaspberryPi with the 
wee_database 
--transfer command.
The dry run was just fine, but when running in real the process fails after 
some time with a Out of Memory exception.
>From 572643 records only 10034 were transferred.
I guess the memory of my Raspi is a bit weak.
Do I have another possibility? 

pi@weatherpi:~ $  wee_database --transfer --dest-binding=dest_binding 
--dry-run
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 
'archive_mysql'
Transfer 572643 records from source database 'weewx' to destination 
database 'weewx.sdb'.
Dry run, nothing done.
pi@weatherpi:~ $ wee_database --transfer --dest-binding=dest_binding
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 
'archive_mysql'
Transfer 572644 records from source database 'weewx' to destination 
database 'weewx.sdb' (y/n)? y
transferring, this may take a while Out of memory (Needed 881712 bytes)
complete
10034 records transferred from source database 'weewx' to destination 
database 'weewx.sdb'.


-- 
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/7803ed66-0c71-4d36-87a1-552833595851n%40googlegroups.com.


Re: [weewx-user] Best air quality sensor for weewx Air-Q

2021-07-14 Thread František Slimařík
Thanks for review Karen. I also found this  device uRADMonitor » Products
 for similar price. Now the worst
part, choose one :)

st 14. 7. 2021 v 17:10 odesílatel Karen K  napsal:

> [image: dayPM.png]
> https://github.com/roe-dl/weewx-airQ
>
> The device is specified down to -20°C. So, outside usage is possible, if
> it is protected against rain.
> Karen K schrieb am Sonntag, 11. Juli 2021 um 18:11:39 UTC+2:
>
>> Some time has passed, and finally I can present the first version of a
>> driver (or better: service) to retrieve the data out of the Air-Q device of
>> the Corant GmbH. You will find it there:
>>
>> Service to retrieve data from Air-Q device
>>  (at Github)
>> Web site of the Air-Q device  (including
>> possibility to purchase one)
>>
>> The configuration is simple. The IP address of the device and the
>> password are the only needed parameters. Observations are stored to the
>> appropriate WeeWX observation types automatically.
>>
>> If more than one Air-Q device is used, a name prefix can be prepended to
>> the observation types to distinguish between the devices. That way it is
>> possible to store the observations of more than one device in the same
>> database.
>>
>>
>> --
> 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/ljyMS0EQR4k/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/8049deb7-a33b-4428-bc8c-f22a7a769958n%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/CAPXATBWTQe1v8wXWc4ObWxrj9x5LM23zp01Vm_GjAUfHkPWkeQ%40mail.gmail.com.


[weewx-user] weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread carter.hu...@gmail.com
So I switched out my console for my Davis Vantage Vue because the old one 
had the signal fail. Now with the new one WeeWx doesn’t seem to recognize 
the hardware.

./EW5321/bin/wee_device --info
Using configuration file /home/pi/EW5321/weewx.conf
Using Vantage driver version 3.2.1 (weewx.drivers.vantage)Traceback (most 
recent call last):
  File "./EW5321/bin/wee_device", line 78, in 
main()
  File "./EW5321/bin/wee_device", line 74, in main
device.configure(config_dict)
  File "/home/pi/EW5321/bin/weewx/drivers/__init__.py", line 67, in 
configure
self.do_options(options, parser, config_dict, not options.noprompt)
  File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 2056, in 
do_options
station = Vantage(**config_dict[DRIVER_NAME])
  File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 515, in __init__
self._setup()
  File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1321, in _setup
self.hardware_type = self._determine_hardware()
  File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1312, in 
_determine_hardware
raise weewx.WeeWxIOError("Unable to read hardware type")
weewx.WeeWxIOError: Unable to read hardware type

-- 
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/32497340-5ae6-477b-8645-4403b54afab5n%40googlegroups.com.


Re: [weewx-user] Best air quality sensor for weewx Air-Q

2021-07-14 Thread Karen K
[image: dayPM.png]
https://github.com/roe-dl/weewx-airQ

The device is specified down to -20°C. So, outside usage is possible, if it 
is protected against rain.
Karen K schrieb am Sonntag, 11. Juli 2021 um 18:11:39 UTC+2:

> Some time has passed, and finally I can present the first version of a 
> driver (or better: service) to retrieve the data out of the Air-Q device of 
> the Corant GmbH. You will find it there:
>
> Service to retrieve data from Air-Q device 
>  (at Github)
> Web site of the Air-Q device  (including 
> possibility to purchase one)
>
> The configuration is simple. The IP address of the device and the password 
> are the only needed parameters. Observations are stored to the appropriate 
> WeeWX observation types automatically.
>
> If more than one Air-Q device is used, a name prefix can be prepended to 
> the observation types to distinguish between the devices. That way it is 
> possible to store the observations of more than one device in the same 
> database.
>
>
>

-- 
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/8049deb7-a33b-4428-bc8c-f22a7a769958n%40googlegroups.com.