[weewx-user] Re: Database vs MQTT published data

2021-01-27 Thread Michael
Hi, Are you really sure that the data in the Influxdb is complete? Maybe you have the following in your Grafana query in the grouping: GROUP BY time($__interval) fill(none) This simply fills possible gaps. Michael -- You received this message because you are subscribed to the Google Groups

[weewx-user] missing data: MQTT -> weewx

2021-02-01 Thread Michael
I am trying to receive data via MQTT on a separate Weewx installation. Works so far quite neatly, only with the weather data I always missing entries in the database, although they were received via MQTT. E.g. 1612159200 there is an entry in the database in the "Produktiv weewx". In the test v

[weewx-user] Re: missing data: MQTT -> weewx

2021-02-01 Thread Michael
Hi Rich, Your answer is once again a reason for me to deal with the topic of time synchronisation on different computers. But first I will add archive_delay = 25 to the config file. Many thanks for your advice. Michael > -- You received this message because you are subscribed to the Goo

Re: [weewx-user] Re: missing data: MQTT -> weewx

2021-02-02 Thread Michael
ng is configured correctly and works. Many thanks to you for the tips Michael -- 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...@googl

[weewx-user] Re: update identifier for HIDEKI-wind and hideki rain to the new style SDR.

2021-02-07 Thread Michael
Hi Giuseppe, which cmd are you using in your weewx.config? In my case cmd = /usr/local/bin/rtl_433 -f 433.92M -M utc -F json -G -M oldmodel works fine. Michael Giuseppe Saia schrieb am Sonntag, 7. Februar 2021 um 04:56:54 UTC+1: > greetings to all > it would be possible to please ins

Re: [weewx-user] Re: missing data: MQTT -> weewx

2021-02-09 Thread Michael
estx: MQTT: Published Could it be that the Raspi 3b is overloaded? There are 2 instances of weewx running that write to a mysql database. Michael Feb 7 14:05:03 raspi01 weewx-tfa[422] DEBUG weewx.drivers.te923: read: address 0x020001 Feb 7 14:05:03 raspi01 weewx-tfa[422] DEBUG weewx.drivers.te923

Re: [weewx-user] Re: missing data: MQTT -> weewx

2021-02-09 Thread Michael
rain (1.4mm instead of 0.7mm) in the test database and I understood you to say that this entry only makes sense for archive records, I removed it again. I will now take a closer look at Matthew's weewx-mqtt and observe the overall behaviour of my configuration. Michael -- You received th

Re: [weewx-user] Bootstrap skin update preview

2021-02-23 Thread Michael
The installation of fuzzy-archer-liveCharts.zip works without error message. But when generating the reports, the following appears: Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Found configuration file /home/weewx/skins/Images/skin.conf for report 'SmallImages' Feb 24 08:22:

Re: [weewx-user] Bootstrap skin update preview

2021-02-24 Thread Michael
l.k...@gmx.at schrieb am Mittwoch, 24. Februar 2021 um 11:39:57 UTC+1: > Please try again, you need to download the latest package again. > > michael.k...@gmx.at schrieb am Mittwoch, 24. Februar 2021 um 11:32:10 > UTC+1: > >> No, this is an installer issue. I'll check and f

Re: [weewx-user] Bootstrap skin update preview

2021-02-24 Thread Michael
and here is the next one ;) Traceback (most recent call last): File "/home/weewx/bin/wee_extension", line 88, in main() File "/home/weewx/bin/wee_extension", line 80, in main ext.install_extension(options.install) File "/home/weewx/bin/weecfg/extension.py", line 125, in install_extension self.ins

Re: [weewx-user] Bootstrap skin update preview

2021-02-24 Thread Michael
Great, now it works :) Thanks for your fast help and the very nice skin. Now I can take a closer look at everything. michael.k...@gmx.at schrieb am Mittwoch, 24. Februar 2021 um 13:05:14 UTC+1: > Fixed - next one :D > > Michael schrieb am Mittwoch, 24. Februar 2021 um 12:59

Re: [weewx-user] Bootstrap skin update preview

2021-02-24 Thread Michael
A working MQTT environment already exists. The MQTT configuration was a bit bumpy because I wanted to use the following connection: broker_connection = mqtt://192.168.178.15:1883 Only the following setting brought success: broker_connection = ws://192.168.178.15:9001 Afterwards I adjusted the to

Re: [weewx-user] Bootstrap skin update preview

2021-02-24 Thread Michael
Hi Michael, thank you for the MQTT explanation. I saw when editing the skin.conf that ws and wss are preconfigured. But I didn't think anything of it and was under the misapprehension that mqtt would also work... Since the weather page will only run locally for me, I'll stick with

Re: [weewx-user] Bootstrap skin update preview

2021-02-25 Thread Michael
Thanks, now it works nice :) -- 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 htt

Re: [weewx-user] Bootstrap skin update preview

2021-03-03 Thread Michael
I have installed the version from 24.02.21 on my "regular" weewx system. After starting weewx there are the following errors: After copying the file livegauges.html.tmpl to /home/weewx/skins/Bootstrap everything works fine. The line 'skins/Bootstrap/livegauges.html.tmpl' is probably still missing

Re: [weewx-user] Bootstrap skin update preview

2021-03-04 Thread Michael
Is there a (hopefully simple) way to display the values of the gauge in tabular form (e.g. as they are displayed in the Seasons skin)? For this display I have added the lines to the file livegauges.html.tmpl $Labels.Generic.outTemp 23 °C

Re: [weewx-user] Weather station on Raspberry Pi with LTE/4G connect

2021-03-05 Thread Michael
Christian, Two things I noticed: It seems that you have not defined a topic for [MQTTSubscribeDriver]. Something like: [[topics]] [[[weather/loop]]] If you have not enabled autentification for subscribing to MQTT on your server, you should remove the user and password part or commen

Re: [weewx-user] Weather station on Raspberry Pi with LTE/4G connect

2021-03-05 Thread Michael
you need something like this: [[[your Topic]]] # The incoming field name from MQTT. inTemp_C ]]] # The WeeWX name. # Default is the name from MQTT. name = inTemp ... -- You received this message because you are subscri

[weewx-user] Re: Tiny letters despite font being installed

2021-03-08 Thread Michael
This is what your page looks like after you open it. Everything OK [image: Screenshot 2021-03-09 085408.png] But I still have one question: How did you integrate the tabular weather data: "Current Weather", "Last 24 hours" etc.? Are the live data also included there? -- You received this

[weewx-user] Re: update identifier for HIDEKI-wind and hideki rain to the new style SDR.

2021-03-12 Thread Michael
Hi Giuseppe, try this modified sdr.py Michael -- 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: 2D array possible in template?

2021-03-13 Thread Michael
I have solved it in the following way: #set $archive_data = [($day, $day(data_binding='sdr_binding'), $day(data_binding='sdr2_binding')), ($week, $week(data_binding='sdr_binding'), $week(data_binding='sdr2_binding')), ($month, $month(data_binding='sdr_binding'), $month(data_binding='sdr2_bindi

[weewx-user] Wind dir, rain fields in new station

2021-04-13 Thread michael
increment when rain happens, but the number is huge eg "rain_mm": 47.400, when it should be ~ 1mm. Any thoughts on what might be happening here? And how I might know what time period this total is for? Then how to set that up in the config.. Many thanks, Michael -- You receive

[weewx-user] Using weewx-vitalstats & graphing data from data-services

2021-04-27 Thread michael
Hi all, I've seen a wealth of information about customizing weewx, but something still hasn't clicked. Using this service as an example: https://github.com/g-eddy/weewx-vitalstats. How can I get the data from that into something graphable by the Belchertown skin? Is it necessary to add a dat

Re: [weewx-user] Using weewx-vitalstats & graphing data from data-services

2021-04-27 Thread michael
An answer right from the source! Thanks for sharing your work. Ok so my understanding wasn't too far off, albeit a little murky. I can read the from $current no problem, and then following the guide to add "electricity" in the customization guide, I added the database column "cpu_temp" and "cpu

[weewx-user] Belchertown hays chart

2021-05-03 Thread michael
Hi all, Wondering if anyone has seen this issue before. My hays chart shows the hours til now with time_length = today, so for the full 24 hours the graph is a complete circle of data, and the axis values increase as more time passes, but I want a constant axis with 24 hours and only fill infor

[weewx-user] Re: Historic data upload to InfluxDB

2020-10-30 Thread Michael
Hi Gert, you can use a mysql database in weewx instead of a sqlite database. The existing sqlite database can also be converted to a mysql database. Grafana can use a mysql database as data source. Michael -- You received this message because you are subscribed to the Google Groups "weewx

[weewx-user] Trying to fix interceptor; Line 338 return ' '.join(['%02x' % ord(x) for x in data])

2023-11-30 Thread Michael
first I am not a developer, so pardon me in advance: I am getting the following error with interceptor: TypeError: ord() expected string of length 1, but int found. This appears to be in line 338: def _fmt_bytes(data): if not data: return '' *return ' '.join(['%02x' % ord(x)

[weewx-user] Raddy L7 Weather Station: XML of Current Conditions-How to Feed WeeWx?

2024-03-06 Thread Michael
Hello, First I am not a developer, so pardon my ignorance. I have a Raddy L7 LoRa WX station. I found that on the local configuration screen of the device, you can enter /client?command=record and get an XML output of current conditions. Just wondering what getting this data to feed into We

[weewx-user] Re: Raddy L7 Weather Station: XML of Current Conditions-How to Feed WeeWx?

2024-03-06 Thread Michael
I have officially given up on getting interceptor to work in sniffing mode on Phython3. On Wednesday, March 6, 2024 at 11:17:39 AM UTC-7 matthew wall wrote: > it looks like the raddy L7 can upload to wundgerground, so if you are > using the raddy's wifi, you should be able to use the intercep

[weewx-user] Paid Development Request: Driver for Raddy L7 JSON

2024-03-13 Thread Michael
Hello, I currently have a Raddy L7 LoRA station. It appears that that the weather station provides a JSON output of observations. I am soliciting a paid opportunity to develop a driver for this weather station and create a Github page for driver to spread the word. I am just a personal user,

[weewx-user] Re: weewx and MQTTSubsribe - sometimes N/A in Seasons

2021-12-12 Thread Michael
t. > > [[topics]] > # Even if the payload has a datetime, ignore it and use the server > datetime. > use_server_datetime = True > unit_system = METRIC > > rich > > On Saturday, 11 December 2021 at 08:43:12 UTC-5 Michael wrote: > >> Hi

[weewx-user] Re: Sending the archive database to 2 servers

2021-12-25 Thread Michael
Hi Phil, you don't write anything about your exact application... Maybe the "MySQL Replication" is something for you: https://www.digitalocean.com/community/tutorials/how-to-set-up-replication-in-mysql Michael jszit...@gmail.com schrieb am Freitag, 24. Dezember 2021 um 17:58:59

[weewx-user] Error MQTTSubscribe - on_message_json failed with

2022-01-08 Thread Michael
ault is the name from MQTT. name = extraTemp12 conversion_type = None units = degree_C [[[weather-hp1000/UV]]] and this is how the part looks in the other weewx installation: [[MQTT]] server_url = mqtt:// topic =

[weewx-user] Re: Error MQTTSubscribe - on_message_json failed with

2022-01-09 Thread Michael
*payload: b'19.496'* > > Looks like the MQTT payload is of type 'individual'. Try setting > [[message_callback]] > type = individual > instead of 'type = json' > rich > > On Saturday, 8 January 2022 at 12:38:59 UTC-5 Michael wrote:

[weewx-user] Re: ExtraTemp1 as Outside Temperature

2022-01-29 Thread Michael
x27;, 'extraHumidity1': 'h_2', by: 'outTemp': 't_2', 'outHumidity': 'h_2', # 'extraTemp1': 't_2', # 'extraHumid1': 'h_2', replace. Please make a copy of te923.py before editing. Michael soren

[weewx-user] Re: MQTT Belchertown server_url Syntax?

2022-03-12 Thread Michael
Hi, try it with this syntax: server_url = mqtt://name:password@192.168.1.75:1883/ Michael Geni schrieb am Samstag, 12. März 2022 um 12:23:16 UTC+1: > I have a local MQTT broker Mosquitto on a Synology (Docker image). > With Tasmotta flashed switches this works fine > > I use th

[weewx-user] Re: MQTT Belchertown server_url Syntax?

2022-03-12 Thread Michael
a good description about MQTT and weewx: https://www.woellsdorf-wetter.de/software/mosquitto.html Michael Geni schrieb am Samstag, 12. März 2022 um 16:17:43 UTC+1: > Not much better, I had already tried > Mar 12 16:12:13 Wetter-Raspi weewx[16406] DEBUG user.mqtt: Failed upload >

[weewx-user] Is Interceptor dead?

2023-04-12 Thread Michael
Hi. I have a Raddy L7 Wx station, which sends to WUnderground. I have been trying to setup WeeWx with Interceptor on my RasPi and hitting a roadblock. After looking at this group, it seems that this boils down to Interceptor not supporting Python3. I just wanted to confirm that this is a

Re: [weewx-user] Is Interceptor dead?

2023-04-12 Thread Michael
I cannot find an install for PCAP On Wednesday, April 12, 2023 at 9:01:02 AM UTC-7 Francesco Venti wrote: > Well, the Interceptor supports python3 as I'm using it. What error are you > getting? > > Il mer 12 apr 2023, 17:49 Michael ha scritto: > >> Hi. >>

Re: [weewx-user] Is Interceptor dead?

2023-04-12 Thread Michael
I mean with pypcap in sniff mode On Wednesday, April 12, 2023 at 9:01:02 AM UTC-7 Francesco Venti wrote: > Well, the Interceptor supports python3 as I'm using it. What error are you > getting? > > Il mer 12 apr 2023, 17:49 Michael ha scritto: > >> Hi. >>

[weewx-user] Installing Pypcap on Raspi Error

2023-04-21 Thread Michael
I have been trying to get pypcap on my raspi so I can intercept wu-client for my station. I looked through this group and recommendation was to use pip3 to try and install it with no luck. Running out of ideas to try. sudo pip3 install pypcap Looking in indexes: https://pypi.org/simple, htt

[weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
/usr/share/weewx/user $ On Monday, April 24, 2023 at 10:36:39 AM UTC-7 vince wrote: > On Monday, April 24, 2023 at 9:34:36 AM UTC-7 Michael wrote: > > I am trying to install WeeWx on my Raspi with Interceptor with a WU-Client > coming from 192.168.50.9. So far I am ending

[weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
x/user/interceptor.py", line 466, in __init__ import pcap ModuleNotFoundError: No module named 'pcap' On Monday, April 24, 2023 at 10:36:39 AM UTC-7 vince wrote: > On Monday, April 24, 2023 at 9:34:36 AM UTC-7 Michael wrote: > > I am trying to install WeeWx on my Raspi wit

[weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
7;python --version' to verify it reports the same thing as 'python3 > --version'. > > > On Monday, April 24, 2023 at 10:45:31 AM UTC-7 Michael wrote: > >> sudo PYTHONPATH=/usr/share/weewx python interceptor.py --device=wu-client >> --mode=sniff --iface=

[weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
; > pi@pi4jr:~ $ echo $? > 0 > > pi@pi4jr:~ $ sudo python3 -c 'import pcap' > pi@pi4jr:~ $ echo $? > 0 > > On Monday, April 24, 2023 at 12:51:47 PM UTC-7 Michael wrote: > >> weewx@raspberrypi:/usr/share/weewx/user $ python --version >> Python 3.9.2 >&g

[weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
e specifically > ? > > Other than some odd 32-bit vs. 64-bit thing happening, I can only conclude > that you have multiple python3 instances installed and root's $PATH is > picking up the wrong one unless the commands above return something really > odd... > > On Mon

Re: [weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
gt; /home/weewx/.cache/pip/wheels/dd/3f/d4/51ab4f449c379dc65a12d7451f302cc9b388ff44bbc4a61530 > Successfully built pypcap > Installing collected packages: pypcap > Successfully installed pypcap-1.3.0 > > So Michael - you might try "sudo pip3 install pypcap" so it works for

Re: [weewx-user] Re: Interceptor: Activateing packet capture failed. Error returned by packet capture library was b'socket: Operation not permitted'

2023-04-24 Thread Michael
ptf=24.5&windchillf=75.4&absbaromin=26.65&baromin=29.73&windspeedmph=3.4&windgustmph=4.5&winddir=158&windspdmph_avg2m=3.4&winddir_avg2m=248&windgustmph_10m=2.5&windgustdir_10m=270&rainin=0.0&dailyrainin=0.0&weeklyrainin=0.0&monthlyrainin=1.37&am

[weewx-user] Interceptor: TypeError: ord() expected string of length 1, but int found

2023-04-25 Thread Michael
(Starting as a new thread and this is a new issue) I am getting the following error from interceptor when running it in driver mode. My station reports to both WU and WeatherCloud. Below is the error and the TCPDUMP weewx@raspberrypi:~ $ sudo PYTHONPATH=/usr/share/weewx python /usr/share/wee

Re: [weewx-user] Interceptor: TypeError: ord() expected string of length 1, but int found

2023-04-25 Thread Michael
ptures packets (I couldn't test it myself since I > don't have that type of station) > > Il mar 25 apr 2023, 21:29 Michael ha scritto: > >> (Starting as a new thread and this is a new issue) >> >> I am getting the following error from interceptor when

[weewx-user] Bootstrap - MQTT Filtering

2023-07-25 Thread Michael
/humi]] # type = plain # payload_key = outHumidity # matches gauge outHumidity and outHumidity dataset in outHumidity chart Is filtering of the data possible? Michael -- You received this message because you are subscribed to the Google G

[weewx-user] Re: weewx-GTS: print outHumAbs in right format....?

2023-10-15 Thread Michael
when I can ventilate. regards Michael Christian Peters schrieb am Sonntag, 15. Oktober 2023 um 11:59:39 UTC+2: > Hi Karen, > > great extension, thank you very much. > I tried to add outHumAbs. It works as .png, but I get the value printed > in microgram instead of g/m3 (here 73006

[weewx-user] RasPI IMG file of WeeWx and Interceptor with WUnderground?

2023-10-26 Thread Michael
I've been trying to get a WeeWx and Interceptor to work with packet interception for WUnderground. I have been unable to get it working. Anyone have a working IMG file they mind to share? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To un

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
aw_read(addr) May 1 16:00:38 raspi01 weewx-tfa[4438] CRITICAL weewx.engine: File "/home/weewx/bin/weewx/drivers/te923.py", line 1622, in _raw_read May 1 16:00:38 raspi01 weewx-tfa[4438] CRITICAL weewx.engine: reqbuf[5] = (reqbuf[1] ^ reqbuf[2] ^ reqbuf[3] ^ reqbuf[4]

[weewx-user] Re: distutils not in default installation

2020-05-01 Thread Michael
Hi Tarmo, I had the same Problem solved with: sudo apt install python3-pip Michael m Freitag, 1. Mai 2020 16:05:49 UTC+2 schrieb Tarmo: > please include distutil to prerequisites. > > weewx-4.0.0 $ python3 ./setup.py build > Traceback (most recent call last): > File "

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
_ May 1 16:18:29 raspi01 weewx-tfa[6406] CRITICAL weewx.engine: ts = self.station.get_date() May 1 16:18:29 raspi01 weewx-tfa[6406] CRITICAL weewx.engine: File "/home/weewx/bin/weewx/drivers/te923.py", line 2063, in get_date May 1 16:18:29 raspi01 weewx-tfa[640

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
;) this version looks good. No more Errors. Thank you very much for the fast support. Michael -- 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] Re: Rasbian 10 - Update failed

2020-05-01 Thread Michael
it does not appear to be a ZIP. I would reload the file, e.g. with wget https://github.com/matthewwall/weewx-mqtt/archive/master.zip -- 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,

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Michael
try it with sudo pip3 install paho-mqtt -- 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

[weewx-user] niculskin - Problems with Backgroundcolor in chronicle

2020-05-13 Thread Michael
oes anyone have a good tip for me where I could look up. Thanks a lot Michael -- 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...@

[weewx-user] Re: niculskin - Problems with Backgroundcolor in chronicle

2020-05-14 Thread Michael
thats it, now it works. thank you very much:) -- 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 t

[weewx-user] Re: Installing multiple weewx instances with weewx 4

2020-05-14 Thread Michael
i use weewx V4.0.0. multi as described here (https://github.com/weewx/weewx/wiki/weewx-multi) without any problems. installation type: setup.py What exactly does not work? Michael Am Freitag, 15. Mai 2020 05:25:14 UTC+2 schrieb Gert Andersen: > > Hi > > I would like to know if th

[weewx-user] Re: Installing multiple weewx instances with weewx 4

2020-05-15 Thread Michael
Hi Gert, I don't think it has anything to do with the installation method. My installation of weewx is in /home/weewx And in this directory are also both .conf files. Michael Am Freitag, 15. Mai 2020 08:40:44 UTC+2 schrieb Gert Andersen: > > Hi Michael > > Sounds good it&#x

[weewx-user] Re: Upgrade 3.9.2>4.0 Problem with TE923 Nexus driver (unable to load driver)

2020-05-23 Thread Michael
Hi Felix, try this https://raw.githubusercontent.com/weewx/weewx/development/bin/weewx/drivers/te923.py see: https://groups.google.com/forum/#!searchin/weewx-user/te923%7Csort:date/weewx-user/Bx4tSRnz7aw/sZ8QPU4hBAAJ Michael Am Samstag, 23. Mai 2020 19:38:02 UTC+2 schrieb Felix Maltzahn

[weewx-user] Re: Upgrade 3.9.2>4.0 Problem with TE923 Nexus driver (unable to load driver)

2020-05-23 Thread Michael
Mai 2020 19:59:04 UTC+2 schrieb Michael: >> >> Hi Felix, >> >> try this >> https://raw.githubusercontent.com/weewx/weewx/development/bin/weewx/drivers/te923.py >> see: >> https://groups.google.com/forum/#!searchin/weewx-user/te923%7Csort:date/weewx-user/Bx

[weewx-user] Re: TE923 owners: do your rain reports match your hardware console?

2020-06-17 Thread Michael
unit Thank you very much for the hint. A correction of the driver would be desirable in the long run. Michael -- 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

[weewx-user] One chart with two different time periods

2020-06-17 Thread Michael
? Michael -- 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 vi

[weewx-user] Re: [Belchertown] How to add new observation types

2020-06-17 Thread Michael
information is located at the bottom of the "Layout" section Michael -- 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...@

[weewx-user] Re: [Belchertown] How to add new observation types

2020-06-17 Thread Michael
Am Mittwoch, 17. Juni 2020 18:27:15 UTC+2 schrieb Andre: > > Sorry, I can't find any extensions.py on my raspiberry pi with find / > > > Michael schrieb am Mittwoch, 17. Juni 2020 um 18:06:30 UTC+2: > >> Hi, Andre, >> >> this depends on the type of ins

[weewx-user] Re: [Belchertown] How to add new observation types

2020-06-17 Thread Michael
Hi Andre, sudo find / -iname "extensions.py" and one moment later: /home/weewx/bin/user/extensions.py /home/michael/weewx-4.0.0/build/lib/user/extensions.py /home/michael/weewx-4.0.0/bin/user/extensions.py /home/michael/weewx-4.0.0b18/build/lib/user/extensions.py /home/michael/weewx-4.

Re: [weewx-user] Translation into german

2020-07-28 Thread Michael
take a look into index.html.tmpl, near Line 36 Michael -- 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

Re: [weewx-user] Translation into german

2020-07-31 Thread Michael
right from label = Michael -- 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

[weewx-user] BYOWS_RPi

2019-12-05 Thread Michael
ut success. I hope someone can help me. Thank you. best regards Michael -- 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...@googlegrou

Re: [weewx-user] Re: BYOWS_RPi

2019-12-06 Thread Michael
. Michael Am Freitag, 6. Dezember 2019 10:05:40 UTC+1 schrieb salinois: > > hi Michael; > > I am Patrick from FRANCE, Jardi helped me this year for my station BYOWS, > follow his github: > > https://github.com/jardiamj/BYOWS_RPi/blob/master/byows_rpi.py > > I hope help

[weewx-user] 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Michael
ot;, "id" : 12, "channel" : 3, "battery_ok" : 1, "temperature_C" : 5.700, "humidity" : 56, "mic" : "CRC"}\n', '{"time" : "2020-03-22 13:46:24", "model" : "Hideki-TS04", "id&

[weewx-user] Re: 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-22 Thread Michael
python3-pil was already installed pi@raspi02:~ $ sudo apt install python3-pil Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen Fertig python3-pil ist schon die neueste Version (5.4.1-2+deb10u1). 0 aktualisiert, 0 neu installiert, 0 zu

Re: [weewx-user] Re: 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-23 Thread Michael
here it is...: pi@raspi02:~ $ python3 -c "import Image" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'Image' pi@raspi02:~ $ python3 -c "from PIL import Image" Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.7/dist

Re: [weewx-user] Re: 4.0.0b16 - No diagrams - No module named 'Image'

2020-03-23 Thread Michael
*apt list python3-pil* pi@raspi02:~ $ apt list python3-pil Auflistung... Fertig python3-pil/stable,now 5.4.1-2+deb10u1 armhf [installiert] *apt show python3-pil* pi@raspi02:~ $ apt show python3-pil Package: python3-pil Version: 5.4.1-2+deb10u1 Priority: optional Section: python Source: pillow

[weewx-user] SDR Driver

2020-04-06 Thread Michael
r the help. Best regards Michael -- 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

[weewx-user] Re: SDR Driver

2020-04-06 Thread Michael
station and use a bme 280 to record the inside temperature and humidity. It works with the rtl_433 program, but when I try to access the program with the driver and weewx and he can't find the program. but I don't know how to correct the mistake. Best regards Michael Am Montag, 6. Apr

[weewx-user] Problems with customizing seasons skin (graphiks)

2019-02-24 Thread Michael
Hi to all, I am currently trying to adapt the Skin Seasons to my needs. But I fail to add more graphics. The description "Garden" is displayed, but not the graphic. Enclosed is a screenshot showing the problem. Why does the graphic not appear? Greetings Michael [image: Bildschirmfo

Re: [weewx-user] Problems with customizing seasons skin (graphiks)

2019-02-25 Thread Michael
Hi Thomas, I found my mistake. In skin.conf i have as the entry dayTemp4 but in in index.html.tmpl i have the entry daytemp4 t vs. T Typical beginner error from a windows user ;) Greetings Michael Am Sonntag, 24. Februar 2019 22:15:31 UTC+1 schrieb Thomas Keffer: > > It probably

[weewx-user] TFA Nexus and UV-Index?

2019-02-25 Thread Michael
whether the UV index is transmitted. If not, is there another alternative for the TFA Nexus in connection with a Raspi? Many thanks in advance Michael -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this grou

[weewx-user] NOAA Reports from imported Data

2019-03-02 Thread Michael
om 06/2018 on values are displayed. What prerequisites must be met for the imported data to be displayed in this way? I am using WeeWX 3.9.1 on a Raspi 3B+ with mysql. Thank you very much for your hints Michael -- You received this message because you are subscribed to the Google G

[weewx-user] Re: NOAA Reports from imported Data

2019-03-02 Thread Michael
Hi Andrew, done as described. The NOAA reports were also rebuilt, but still the imported periods are without data. Michael Am Samstag, 2. März 2019 14:31:31 UTC+1 schrieb Andrew Milner: > > If you are certain the imported data is in the database and it is just the > NOAA reports

Re: [weewx-user] Re: NOAA Reports from imported Data

2019-03-02 Thread Michael
1499 | +-+ 1 row in set (0.00 sec) Thanks, Michael Am Samstag, 2. März 2019 16:57:09 UTC+1 schrieb Thomas Keffer: > > Do you recall how you did wee_import? Are you sure the missing data was > actually imported? > > We can check what is actually in your database, but,

[weewx-user] Re: NOAA Reports from imported Data

2019-03-03 Thread Michael
r your question. The NOAA report is available, contains only the data from the template but no values, see Hardcopy Regards, Michael -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emai

[weewx-user] require additional external sensors. Max. Number of stations reached

2019-06-29 Thread Michael
new sensors should only be displayed in weewx. Many thanks for your tips and hints. Translated with www.DeepL.com/Translator Michael -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emai

Re: [weewx-user] require additional external sensors. Max. Number of stations reached

2019-07-07 Thread Michael
9 > > https://hackaday.com/2019/05/03/low-power-weather-station-blows-the-competition-away/ > > > I added my own extra temperature sensor. Project here: > https://hackaday.io/project/101680-solar-powered-wifi-temperature-sensor-for-weewx > > > On Sat, Jun 29, 2019 at

[weewx-user] Re: require additional external sensors. Max. Number of stations reached

2019-07-07 Thread Michael
Hi m, thank you very much for your answer. that's exactly what i was looking for. now just read, understand and put into action Am Donnerstag, 4. Juli 2019 05:55:29 UTC+2 schrieb mwall: > > > > On Saturday, June 29, 2019 at 1:27:23 PM UTC-4, Michael wrote: >> >>

[weewx-user] weewx and decimal places

2019-09-01 Thread Michael
extraTemp8 $current.extraTemp8 / $current.extraHumid8 And here the presentation on the website: I am grateful for any advice on customization: Michael -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop r

Re: [weewx-user] weewx and decimal places

2019-09-01 Thread Michael
Hi Thomas, thanks, this works well. Michael Am Sonntag, 1. September 2019 16:51:24 UTC+2 schrieb Thomas Keffer: > > The problem is that extraTemp[8,9,10] and extraHumid[8,9,10] are not > defined as part of any group, so they revert to the default, which uses > standard Pytho

[weewx-user] multiple bindings with Seasons hilo.inc?

2019-09-05 Thread Michael
6844]: File "_home_weewx_skins_Seasons_TFA_hilo_inc.py", line 162 Sep 1 14:15:29 raspberrypi weewx-tfa[6844]: SyntaxError: keyword can't be an expression Michael -- You received this message because you are subscribed to the Google Groups "

Re: [weewx-user] multiple bindings with Seasons hilo.inc?

2019-09-05 Thread Michael
Hi Thomas, it's really great. Your suggestion does exactly what I want it to do. Many thanks for weewx and also the support here in the forum Michael Am Donnerstag, 5. September 2019 17:55:31 UTC+2 schrieb Thomas Keffer: > > This is a tough problem. I think we're hitting t

[weewx-user] Re: Can anybody add to sdr.py

2019-09-25 Thread Michael
e'] = Packet.get_float(obj, 'temperature_C') pkt['humidity'] = Packet.get_float(obj, 'humidity') pkt['battery'] = 0 if obj.get('battery') == 'OK' else 1 return Hideki.insert_ids(pkt, TFATwinPlus303049Packet.__name_

[weewx-user] Re: Paid Development Request: Driver for Raddy L7 JSON

2024-06-22 Thread Michael
to get data to aprs.fi > and CWOP. If anyone has any suggestions it would help. > > > On Wednesday, March 13, 2024 at 11:42:52 AM UTC-4 Michael wrote: > >> Hello, >> >> I currently have a Raddy L7 LoRA station. It appears that that the >> weather station

Re: [weewx-user] Re: Paid Development Request: Driver for Raddy L7 JSON

2024-06-22 Thread Michael
go to http://192.168.1.5/client?command=record Do you get a result? On Saturday, June 22, 2024 at 6:35:17 PM UTC-7 Eddie Bryant wrote: > Michael, > > Thank you for your response. I am not familiar with JSON. The WiFi setup > for the WF-100SE says to connect to the L7- network

Re: [weewx-user] Re: Paid Development Request: Driver for Raddy L7 JSON

2024-06-22 Thread Michael
I would head over the CumulusMX forum like. I posted a Python script you can modify to reformat the data for CMX. On Sat, Jun 22, 2024 at 7:37 PM Eddie Bryant wrote: > Michael, > > I get a page that shows the data. > > Eddie > > On Sat, Jun 22, 2024, 10:17 PM Michael w

Re: [weewx-user] Re: Paid Development Request: Driver for Raddy L7 JSON

2024-06-23 Thread Michael
/x-www-form-urlencoded'} post_response = requests.post(post_url, data=formatted_response, headers=headers) print(formatted_response) # Print the response from the POST request print(post_response.status_code) print(post_response.text) exc

Re: [weewx-user] Re: Paid Development Request: Driver for Raddy L7 JSON

2024-06-23 Thread Michael
application/x-www-form-urlencoded'} post_response = requests.post(post_url, data=formatted_response, headers=headers) print(formatted_response) # Print the response from the POST request print(post_response.status_code) print(post_response.text) except Excep

  1   2   3   4   5   >