>From those logs and the removed messages (I read them before they were removed) I am not sure what is the actual state of your installation. Does it generally work or not?
In the moment I write a tool to add the necessary columns to the database schema. By now the only way is to add the columns using wee_database one by one. If you do not set a prefix, some data is already saved to the database like pm1_0, pm2_5, and pm10_0. [email protected] schrieb am Samstag, 17. Juli 2021 um 16:16:21 UTC+2: > Hallo, > by > root@hesba:/home/weewx/bin# ./wee_extension --install weewx-airQ.zip > Request to install 'weewx-airQ.zip' > Extracting from zip archive weewx-airQ.zip > Traceback (most recent call last): > File "./wee_extension", line 88, in <module> > main() > File "./wee_extension", line 80, in main > ext.install_extension(options.install) > File "/home/weewx/bin/weecfg/extension.py", line 130, in > install_extension > self.install_from_dir(extension_dir) > File "/home/weewx/bin/weecfg/extension.py", line 150, in install_from_dir > installer_path, installer = > weecfg.get_extension_installer(extension_dir) > File "/home/weewx/bin/weecfg/__init__.py", line 1851, in > get_extension_installer > __import__('install') > File "/var/tmp/weewx-airQ-master/install.py", line 26 > '#altitude': 'set_if_not_station_altitude' > ^ > SyntaxError: invalid syntax > > and > > root@hesba:/home/weewx/bin# ./wee_extension --install weewx-airQ.zip > Request to install 'weewx-airQ.zip' > Extracting from zip archive weewx-airQ.zip > Traceback (most recent call last): > File "./wee_extension", line 88, in <module> > main() > File "./wee_extension", line 80, in main > ext.install_extension(options.install) > File "/home/weewx/bin/weecfg/extension.py", line 130, in > install_extension > self.install_from_dir(extension_dir) > File "/home/weewx/bin/weecfg/extension.py", line 150, in install_from_dir > installer_path, installer = > weecfg.get_extension_installer(extension_dir) > File "/home/weewx/bin/weecfg/__init__.py", line 1858, in > get_extension_installer > installer = loader() > File "/var/tmp/weewx-airQ-master/install.py", line 8, in loader > File "/var/tmp/weewx-airQ-master/install.py", line 12, in __init__ > NameError: name 'GTSInstaller' is not defined > > root@hesba:/home/weewx/bin# ./wee_extension --install weewx-airQ.zip > Request to install 'weewx-airQ.zip' > Extracting from zip archive weewx-airQ.zip > Saving installer file to /home/weewx/bin/user/installer/airQ > Saved configuration dictionary. Backup copy at > /home/weewx/weewx.conf.20210717161220 > Finished installing extension 'weewx-airQ.zip' > > how do i get the data into a database > > Hartmut > [email protected] schrieb am Mittwoch, 14. Juli 2021 um 21:29:41 UTC+2: > >> Thanks for review Karen. I also found this device uRADMonitor » Products >> <https://www.uradmonitor.com/products/> for similar price. Now the worst >> part, choose one :) >> >> st 14. 7. 2021 v 17:10 odesílatel Karen K <[email protected]> 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 >>>> <https://github.com/roe-dl/weewx-airQ> (at Github) >>>> Web site of the Air-Q device <https://www.air-q.com> (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 >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/8049deb7-a33b-4428-bc8c-f22a7a769958n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/8049deb7-a33b-4428-bc8c-f22a7a769958n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/84d83d61-baa3-4504-9c0f-4bc082806d9cn%40googlegroups.com.
