[weewx-user] Re: Bresser 6in1 using Interceptor Driver?

2019-05-29 Thread Roelof Schuiling
Nobody has an idea on this 'identifiers: {}' issue? Nothing to try for me?

-- 
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/ccf7a1ee-884f-407a-aba2-db3740ffaa55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Bresser 6in1 using Interceptor Driver?

2019-05-25 Thread Roelof Schuiling
My weewx.conf (don't now if it's useful?): https://pastebin.com/BX77RjvU

-- 
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/a01e4375-1ac8-4852-89e2-eed0b7171162%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Bresser 6in1 using Interceptor Driver?

2019-05-25 Thread Roelof Schuiling
Here is my weewx.conf:

# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.


##


# This section is for general configuration information.


# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 0


# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /


# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20


# Do not modify this. It is used when installing and updating weewx.
version = 3.7.1


##


#   This section is for information about the station.


[Station]

# Description of the station location
location = ""

# Latitude and longitude in decimal degrees
latitude = 52.1316798
longitude = 5.4452258

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 3, meter

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be 
used.
station_type = Interceptor

# If you have a website, you may specify an URL
#station_url = http://www.example.com

# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 6


##


[Simulator]
# This section is for the weewx weather station simulator

# The time (in seconds) between LOOP packets.
loop_interval = 2.5

# The simulator mode can be either 'simulator' or 'generator'.
# Real-time simulator. Sleep between each LOOP packet.
mode = simulator
# Generator.  Emit LOOP packets as fast as possible (useful for 
testing).
#mode = generator

# The start time. If not specified, the default is to use the present 
time.
#start = 2011-01-01 00:00

# The driver to use:
driver = weewx.drivers.simulator


##


#   This section is for uploading data to Internet sites


[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
enable = false
username = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = False


[[MQTT]]
server_url = mqtt:
//buzzerfly:cAIrLD1E5P-uidbgRRrRdHavfUe@192.168.1.27:1883/
topic = weather
unit_system = METRIC


##


#   This section specifies what reports, using which skins, to generate.


[StdReport]