Re: [weewx-user] driver fousb.py

2017-03-11 Thread Dario Verdi
:) im sorryThanks a lot !! Now weewx is started !!

Il giorno sabato 11 marzo 2017 17:26:13 UTC+1, Tom Keffer ha scritto:
>
> Simple typo. You want
>
> weewx.drivers.fousb
>
> not
>
> weexwx.drivers.fousb
>
> Incidentally, it is much easier to change drivers by using the tool 
> wee_config with the --reconfigure option. It will prevent these kinds of 
> errors.
>
>
>
> On Sat, Mar 11, 2017 at 8:19 AM, Dario Verdi <dario...@gmail.com 
> > wrote:
>
>> Hi, im installed with succes the weewx on my raspberry. Ihave a WH1080 
>> meteostation. I setting the file weewx.conf for this station but when i 
>> start ther service weewx in the syslog appear this information:
>>
>> ar 11 17:03:25 meteostation weewx[1375]: engine: Initializing weewx 
>> version 3.6.2
>> Mar 11 17:03:25 meteostation weewx[1375]: engine: Using Python 2.7.9 
>> (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
>> Mar 11 17:03:25 meteostation weewx[1375]: engine: Platform 
>> Linux-4.4.50-v7+-armv7l-with-debian-8.0
>> Mar 11 17:03:25 meteostation weewx[1375]: engine: pid file is 
>> /var/run/weewx.pid
>> Mar 11 17:03:25 meteostation weewx[1380]: engine: Using configuration 
>> file /home/weewx/weewx.conf
>> Mar 11 17:03:25 meteostation weewx[1380]: engine: Loading station type 
>> FineOffsetUSB (weexwx.drivers.fousb)
>> Mar 11 17:03:25 meteostation weewx[1380]: engine: Caught unrecoverable 
>> exception in engine:
>> Mar 11 17:03:25 meteostation weewx[1380]:   No module named 
>> weexwx.drivers.fousb
>> Mar 11 17:03:25 meteostation weewx[1380]:   Traceback (most 
>> recent call last):
>> Mar 11 17:03:25 meteostation weewx[1380]: File 
>> "/home/weewx/bin/weewx/engine.py", line 841, in main
>> Mar 11 17:03:25 meteostation weewx[1380]:   engine = 
>> engine_class(config_dict)
>> Mar 11 17:03:25 meteostation weewx[1380]: File 
>> "/home/weewx/bin/weewx/engine.py", line 70, in __init__
>> Mar 11 17:03:25 meteostation weewx[1380]:  
>>  self.setupStation(config_dict)
>> Mar 11 17:03:25 meteostation weewx[1380]: File 
>> "/home/weewx/bin/weewx/engine.py", line 94, in setupStation
>> Mar 11 17:03:25 meteostation weewx[1380]:   __import__(driver)
>> Mar 11 17:03:25 meteostation weewx[1380]:   ImportError: No 
>> module named weexwx.drivers.fousb
>> Mar 11 17:03:25 meteostation weewx[1380]:   Exiting.
>> Mar 11 17:03:25 meteostation systemd[1]: Started LSB: weewx weather 
>> system.
>>
>> with command: ./wee_config --list-drivers i obtain this:
>>
>> weewx@meteostation:~/bin $ ./wee_config --list-drivers
>> Module name  Driver nameVersion  Status
>>   weewx.drivers.acuriteAcuRite0.24
>>   weewx.drivers.cc3000 CC3000 0.12
>>   weewx.drivers.fousb  FineOffsetUSB  1.9
>>   weewx.drivers.simulator  Simulator  3.0
>>   weewx.drivers.te923  TE923  0.22
>>   weewx.drivers.ultimeter  Ultimeter  0.16
>>   weewx.drivers.vantageVantage3.0.9
>>   weewx.drivers.wmr100 WMR100 3.1
>>   weewx.drivers.wmr200 WMR200 3.1.1
>>   weewx.drivers.wmr300 WMR300 0.13
>>   weewx.drivers.wmr9x8 WMR9x8 3.0
>>   weewx.drivers.ws1WS10.25
>>   weewx.drivers.ws23xx WS23xx 0.25
>>   weewx.drivers.ws28xx WS28xx 0.35
>>
>> sorry but i dont understood
>> help me
>> thanks in advance
>>
>> Dario
>>
>> -- 
>> 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] driver fousb.py

2017-03-11 Thread Dario Verdi
Hi, im installed with succes the weewx on my raspberry. Ihave a WH1080 
meteostation. I setting the file weewx.conf for this station but when i 
start ther service weewx in the syslog appear this information:

ar 11 17:03:25 meteostation weewx[1375]: engine: Initializing weewx version 
3.6.2
Mar 11 17:03:25 meteostation weewx[1375]: engine: Using Python 2.7.9 
(default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Mar 11 17:03:25 meteostation weewx[1375]: engine: Platform 
Linux-4.4.50-v7+-armv7l-with-debian-8.0
Mar 11 17:03:25 meteostation weewx[1375]: engine: pid file is 
/var/run/weewx.pid
Mar 11 17:03:25 meteostation weewx[1380]: engine: Using configuration file 
/home/weewx/weewx.conf
Mar 11 17:03:25 meteostation weewx[1380]: engine: Loading station type 
FineOffsetUSB (weexwx.drivers.fousb)
Mar 11 17:03:25 meteostation weewx[1380]: engine: Caught unrecoverable 
exception in engine:
Mar 11 17:03:25 meteostation weewx[1380]:   No module named 
weexwx.drivers.fousb
Mar 11 17:03:25 meteostation weewx[1380]:   Traceback (most recent 
call last):
Mar 11 17:03:25 meteostation weewx[1380]: File 
"/home/weewx/bin/weewx/engine.py", line 841, in main
Mar 11 17:03:25 meteostation weewx[1380]:   engine = 
engine_class(config_dict)
Mar 11 17:03:25 meteostation weewx[1380]: File 
"/home/weewx/bin/weewx/engine.py", line 70, in __init__
Mar 11 17:03:25 meteostation weewx[1380]:  
 self.setupStation(config_dict)
Mar 11 17:03:25 meteostation weewx[1380]: File 
"/home/weewx/bin/weewx/engine.py", line 94, in setupStation
Mar 11 17:03:25 meteostation weewx[1380]:   __import__(driver)
Mar 11 17:03:25 meteostation weewx[1380]:   ImportError: No module 
named weexwx.drivers.fousb
Mar 11 17:03:25 meteostation weewx[1380]:   Exiting.
Mar 11 17:03:25 meteostation systemd[1]: Started LSB: weewx weather system.

with command: ./wee_config --list-drivers i obtain this:

weewx@meteostation:~/bin $ ./wee_config --list-drivers
Module name  Driver nameVersion  Status
  weewx.drivers.acuriteAcuRite0.24
  weewx.drivers.cc3000 CC3000 0.12
  weewx.drivers.fousb  FineOffsetUSB  1.9
  weewx.drivers.simulator  Simulator  3.0
  weewx.drivers.te923  TE923  0.22
  weewx.drivers.ultimeter  Ultimeter  0.16
  weewx.drivers.vantageVantage3.0.9
  weewx.drivers.wmr100 WMR100 3.1
  weewx.drivers.wmr200 WMR200 3.1.1
  weewx.drivers.wmr300 WMR300 0.13
  weewx.drivers.wmr9x8 WMR9x8 3.0
  weewx.drivers.ws1WS10.25
  weewx.drivers.ws23xx WS23xx 0.25
  weewx.drivers.ws28xx WS28xx 0.35

sorry but i dont understood
help me
thanks in advance

Dario

-- 
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.
For more options, visit https://groups.google.com/d/optout.