Re: [weewx-user] Re: ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread vince
On Thursday, October 13, 2022 at 12:57:27 PM UTC-7 lang@googlemail.com wrote: > @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 WS2

Re: [weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread gjr80
And you might want to replace your Twitter credentials, you should always check WeeWX config files for sensitive information (and obfuscate such information) before posting config files. Gary On Friday, 14 October 2022 at 06:45:41 UTC+10 tke...@gmail.com wrote: > In your [DatabaseTypes] sectio

Re: [weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread Tom Keffer
In your [DatabaseTypes] section you have the driver listed as "ecowitt.sqlite", when what you want is "weedb.sqlite". Same with the mysql driver. [DatabaseTypes] # Defaults for SQLite databases [[SQLite]] driver = ecowitt.sqlite # Directory in which the database files are

Fwd: [weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread 'Rainer Lang' via weewx-user
Hi Axelle 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

Re: [weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread Invisible Man
Ok, I fixed the station_type to *Interceptor* (of course, it makes sense !). But I still have the *same error.* File "/usr/share/weewx/weedb/__init__.py", line 86, in connect __import__(db_dict['driver']) ModuleNotFoundError: No module named 'ecowitt' - FYI, in my case, it will be `ifac

[weewx-user] Re: ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread Invisible Man
I have an Ecowitt HP2551 weather station, I don't have any Ecowitt GW1000 gateway with it, so to my understanding, I cannot use the Ecowitt driver. Or can I? ... -- Axelle On Thursday, October 13, 2022 at 9:40:37 PM UTC+2 vince wrote: > On Thursday, October 13, 2022 at 12:30:12 PM UTC-7 axelle.

[weewx-user] Re: ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread 'Rainer Lang' via weewx-user
@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) co

Re: [weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread 'Rainer Lang' via weewx-user
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]

[weewx-user] Re: ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread vince
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 th

[weewx-user] Re: Pi0W vs Pi3B+

2022-10-13 Thread Invisible Man
The RPi0W is considerably slower than the RPI3B+, I am not even totally sure it will work on a ZeroW, but your error is weird / I'd expect something more explicit. Have you tried to tune timeout for your Vantage driver ? I don't have this driver personally, but if there's any timeout: increate i

[weewx-user] ModuleNotFoundError: No module named 'ecowitt'

2022-10-13 Thread Invisible Man
Hi, When I start Weewx, I encounter this error: ``` File "/usr/share/weewx/weewx/wxservices.py", line 105, in __init__ initialize=True) File "/usr/share/weewx/weewx/manager.py", line 597, in get_manager self.manager_cache[data_binding] = open_manager(manager_dict, initialize) File "/