1. I have installed clean Ubuntu 16.04.1
2. I have installed weewx from DEB package
3. I have run wee_config
4. I have connected FineOffset meteostation, I can see current values with 
*sudo 
wee_device --current*
5. I don't see a folder weewx inside /var/www/. It should be there, 
according to documentation. weewx.conf also points there.

wee_debug results:

meteo@meteo-AM2NF4G-SATA2:/var/www$ sudo wee_debug --info --verbosity 2
Using verbosity=2, displaying all info


wee_debug output will be sent to stdout(console)


Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 
'archive_sqlite'


System info
  cpu cores:              1
  bogomips:               3206.46
  core id:                0
  apicid:                 0
  fpu_exception:          yes
  stepping:               2
  cache_alignment:        64
  clflush size:           64
  cache size:             128 KB
  cpuid level:            1
  fpu:                    yes
  model name:             AMD Sempron(tm) Processor 2800+
  siblings:               1
  physical id:            0
  address sizes:          40 bits physical, 48 bits virtual
  cpu family:             15
  vendor_id:              AuthenticAMD
  TLB size:               1024 4K pages
  wp:                     yes
  power management:       ts ttp tm stc
  bugs:                   apic_c1e fxsave_leak sysret_ss_attrs
  flags:                  fpu vme de pse tsc msr pae mce cx8 apic sep mtrr 
pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt 
rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm extapic 
cr8_legacy 3dnowprefetch vmmcall
  cpu MHz:                1603.232
  model:                  79
  processor:              0
  initial apicid:         0


  Operating system:       Ubuntu 16.04 xenial
                          Linux meteo-AM2NF4G-SATA2 4.4.0-31-generic #50-Ubuntu 
SMP Wed Jul 13 00:07:12 UTC 2016 x86_64
  1 minute load average:  0.00
  5 minute load average:  0.02
  15 minute load average: 0.00


General weewx info
  Weewx version 3.5.0 detected.


Station info
  Station type: FineOffsetUSB
  Driver:       weewx.drivers.fousb


Driver info
[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.


    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    model = WA1091


    # How often to poll the station for data, in seconds
    polling_interval = 60


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


Currently installed extensions
No extensions installed


Traceback (most recent call last):
  File "/usr/bin/wee_debug", line 402, in <module>
    main()
  File "/usr/bin/wee_debug", line 144, in main
    options.verbosity)
  File "/usr/bin/wee_debug", line 223, in generateDebugInfo
    manager_info_dict = getManagerInfo(config_dict, db_binding_wx)
  File "/usr/bin/wee_debug", line 342, in getManagerInfo
    with weewx.manager.open_manager_with_config(config_dict, db_binding_wx) 
as dbmanager_wx:
  File "/usr/share/weewx/weewx/manager.py", line 984, in 
open_manager_with_config
    return open_manager(manager_dict, initialize)
  File "/usr/share/weewx/weewx/manager.py", line 976, in open_manager
    manager_dict['table_name'])
  File "/usr/share/weewx/weewx/manager.py", line 99, in open
    connection = weedb.connect(database_dict)
  File "/usr/share/weewx/weedb/__init__.py", line 66, in connect
    return driver_mod.connect(**db_dict)
  File "/usr/share/weewx/weedb/sqlite.py", line 44, in connect
    return Connection(database_name=database_name, SQLITE_ROOT=SQLITE_ROOT, 
**argv)
  File "/usr/share/weewx/weedb/sqlite.py", line 100, in __init__
    raise weedb.OperationalError("Attempt to open a non-existent database 
%s" % self.file_path)
weedb.OperationalError: Attempt to open a non-existent database /var/lib/
weewx/weewx.sdb



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

Reply via email to