The new one is an Ecowitt station, and I want to use the Weewx Interceptor for that.
No, this is not correct.
The Simulator is only for Simulation as the name suggests - to show that weewx is - in principle - properly configured
You have to put station_type =
Interceptor in the [Station] stanza in weewx.conf
and install the interceptor driver, which creates an
[Interceptor] stanza in weewx.conf
the Interceptor stanza should look like:
[Interceptor]
driver = user.interceptor
device_type = ecowitt-client
port = 8090
iface = eth0 #or wlan0 depending on the network interface you/your server use/s
You will need to program the customized section of your weather
service section of your control either inside the console or via
the WS View (Plus) app
which has to match the Interceptor settings in weewx.conf
e.g.
protocol Ecowitt enabled
server - IP address of your weewx server
path - "/" without ""
port 8090
interval 16 seconds
Depending on your Ecowitt station, not all sensors might be shown
as the Interceptor driver on GitHub only deals with the basic
sensors rain, wind, solar, rain, temperature/humidity and air
pressure.
You might need an extended version if you have more and different
sensors, or - if you have a console/gateway with the
GW1000/Ecowitt Gateway interface/API - use the weewx Ecowitt
Gateway driver aka GW1000 API driver
--
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/065f4932-4280-4cd2-ba8f-6b29240fffacn%40googlegroups.com.
The others need to use the Interceptor
driver for e.g. the WS2320E, WH2910, HP2551, HP2560, HP350x
consoles.
So it depends on which Ecowitt (clone) console the user has.
On Thursday, October 13, 2022 at 12:30:12 PM UTC-7 axelle....@gmail.com wrote:
The new one is an Ecowitt station, and I want to use the Weewx Interceptor for that.
It's always puzzling to me why users seem to frequently want to run the relatively complicated Interceptor driver when the much simpler and more stable Ecowitt driver is available....
--
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/83dfc086-ccf7-4929-96ce-c2a2bd7d3c28n%40googlegroups.com.
I think I found your error - in weewx conf
while it is correct to change the database name to distinguish
it from your second instance database, you shouldn't change
the database driver
(unless you have an extra one - which you most likely don't
have).
[DatabaseTypes]
# Defaults for SQLite databases
[[SQLite]]
driver = ecowitt.sqlite
# Directory in which the database files are located
SQLITE_ROOT = /home/weewx/archive
should be replaced by
[DatabaseTypes]
# Defaults for SQLite databases
[[SQLite]]
driver = weedb.sqlite
# Directory in which the database files are located
SQLITE_ROOT = /home/weewx/archive
tant pis ! Ca devrait marcher maintenant 😉
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/14d44cc0-9dc7-4d4e-a612-429c46f08846n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/14d44cc0-9dc7-4d4e-a612-429c46f08846n%40googlegroups.com.
@vince - only consoles/gateways with the Ecowitt Gateway API can use the weewx Ecowitt Gateway driver. (GW1000, GW1100, GW2000, WH2650, WN19x0)
The others need to use the Interceptor driver for e.g. the WS2320E, WH2910, HP2551, HP2560, HP350x consoles.
So it depends on which Ecowitt (clone) console the user has.