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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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,
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
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
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 =
*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:
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
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
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
>
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
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.
>>
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.
>>
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
/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
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
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=
;
> 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
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
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
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
(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
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
/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
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
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
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]
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 "
_
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
;)
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
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,
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
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...@
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
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
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
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
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
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
?
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
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...@
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
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.
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
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
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
.
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
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&
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
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
*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
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
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
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
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
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
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
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
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,
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
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
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
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:
>>
>>
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
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
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
"
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
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_
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
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
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
/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
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 - 100 of 453 matches
Mail list logo