--
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/97dea70f-9a2e-422d-a25b-924011308c35n%40googlegroups.com.
Any experiences with updating the station locations automatically in weewx.conf? Anything else seems to be straight forward ...
--
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/Fwd1BvCfCoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d033aa60-76a0-44e0-9009-3398ac0d65c4n%40googlegroups.com.
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/Fwd1BvCfCoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA1SM22tJ81-cEEcFrpK6yD%2BOoqjnLB7CsJbvr8HRnZ%2BPMdo6w%40mail.gmail.com.
You can get a GW1100 which comes already
with an inbuilt indoor T/H sensor, a WH32 outdoor for the
outdoor T/H and maybe, if you need more, another WH31 extra T/H
sensor.
An external 3-in-1 sensor doesn't exist in the Ecowitt universe.
Indoor, yes, but a GW1100 cannot receive it.
And then run weewx on a RPi with the Ecowitt Gateway driver (aka
GW1000 driver).
As you seem to be German (or from a German speaking country), I
recommend you read the very elaborated Ecowitt Weather station
WiKi at
https://www.wetterstationsforum.info/wiki/doku.php?id=wiki:wetterstationen:ecowitt-stationen
There you find all available Ecowitt sensors, their combination
possibilities and all available consoles/gateways
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/CACXWM9ROvh-bmCSMYctgS8J5%3Db5_yes-_0%2BV7ANgSyJp7YzNrA%40mail.gmail.com.
your location data you can get out of weewx 😉
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CACXWM9Q7vSQ%3DvyPm0Uvpw9t7u0Uz3ajzuvSTNYKC3OimW-0-6w%40mail.gmail.com.
That would work. But I would miss out on the location and elevation data … I would like to include location in a 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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c0a89ba0-e981-4e58-8a3b-9412bbd0b1c4n%40googlegroups.com.
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/Fwd1BvCfCoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECNoy6YbZTHN7DvwhN0n0SEJF5AR4GYEWEjf0hdkomcAA%40mail.gmail.com.
import weewx.units
for group in weewx.units.std_groups:
weewx.units.std_groups[group].setdefault('group_coordinate','degree_compass')
weewx.units.obs_group_dict.setdefault('gpsLat','group_coordinate')
weewx.units.obs_group_dict.setdefault('gpsLong','group_coordinate')
A very old thread here with somebody who previously had that error pointed to the MQTT topic being subscribed to as the error. They were subscribing to sometopic/# when they should have subscribed to sometopic/someitemWhat topic are you subscribing to for your data ?
--
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/Fwd1BvCfCoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b77d60fa-3f6b-42b5-808d-eb115ea40c2fn%40googlegroups.com.
Is your reported cloud base a calculated value, or do you have a fancy LIDAR or something to get that info?
And same for percentage of cloud cover, 19% seems very precise.
Is that just picked off the range of cloud cover or is there some
way you can measure that value?
Dale
--
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/df8aac81-545b-4439-b507-0c52c9142628n%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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/75fe0f45-0523-452c-b5cc-325007ca5929n%40googlegroups.com.
import weewx.units
for group in weewx.units.std_groups:
weewx.units.std_groups[group].setdefault('group_coordinate','degree_compass')
weewx.units.obs_group_dict.setdefault('latitude','group_coordinate')
weewx.units.obs_group_dict.setdefault('longitude','group_coordinate')
Oct 25 15:42:09 rvwx weewx[460] INFO user.MQTTSubscribe: (Service) Archive topic is None
This is just saying you are not using an experimental option, archive_topic (https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Configuring-experimental-options#archive_topic).
Oct 25 15:18:08 rvwx weewx[32590] DEBUG user.MQTTSubscribe: (Service) data-> final packet is 2023-10-25 15:18:08 CEST (1698239888): 'dateTime': '1698239888.0', 'inHumidity': '74', 'inTemp': '13.2', 'latitude': '52.152477', 'longitude': '9.929382', 'outHumidity': '86', 'outTemp': '12.9', 'pressure': '987.0', 'relbarometer': '987.0', 'usUnits': '17', 'wh31_ch1_batt': '0', 'wh31_ch1_sig': '4', 'wh31_ch8_batt': 'None', 'wh31_ch8_sig': '0'
This is saying that MQTTSubscribe has updated the loop packet. So WeeWX should be using this to update the archive record and database.
Next steps. Run WeeWX from the command line for a couple of archive periods. This will print the loop packets and archive records to the console. Post the console and complete log, from startup through the archive periods. Double check that the log does not have any sensitive information.
- rich
"These settings need to be enabled in order for the skin to work. Within weewx.conf, under [Station] make sure you have:
How can I change the use of latitude & longitude from the stanze [Station] to current values from the weewx.sdb $latitude and $longitude for weather forecasting? I want to use the most current poisition for forecasting either thru Belchertown AerisWeather or weewx-DWD dwd-mosix WeatherService with openmeteo.