Everything's kind of working now, but 

a) Any clues why do I get temperature values of 6400 C (from outside 
sensor, temperature near 0C / 32F). Then later - it works again. Also this 
sensor seems to loose connection, it's the one with largest distance from 
base station. Is it possible that base station receives the signal 
incorrectly or does this have something to do with base station - weewx / 
ws3000 adapter connection?
After getting these values I added some MinMax values to StdQC..

[StdQC]

    [[MinMax]]
        extraTemp1 = -40,40,degree_C
        extraTemp2 = 0,40,degree_C
        extraTemp3 = 0,40,degree_C
        extraTemp4 = 0,40,degree_C
        extraTemp5 = 0,40,degree_C
        extraTemp6 = 0,40,degree_C
        extraTemp7 = 0,40,degree_C
        extraTemp8 = 0,40,degree_C
        extraHumid1 = 0,100
        extraHumid2 = 0,100
        extraHumid3 = 0,100
        extraHumid4 = 0,100
        extraHumid5 = 0,100
        extraHumid6 = 0,100
        extraHumid7 = 0,100
        extraHumid8 = 0,100



b) Why does weewx crash every now and then: 
Oct 28 07:32:36 ripapi weewx[7963]: manager: Added record 2018-10-28 
07:32:00 EET (1540704720) to database 'weewx.sdb'
Oct 28 07:32:37 ripapi weewx[7963]: manager: Added record 2018-10-28 
07:32:00 EET (1540704720) to daily summary in 'weewx.sdb'
Oct 28 07:32:40 ripapi weewx[7963]: engine: Shutting down StdReport thread
Oct 28 07:32:47 ripapi weewx[7963]: cheetahgenerator: Generated 14 files 
for report StandardReport in 7.14 seconds
Oct 28 07:32:54 ripapi weewx[7963]: imagegenerator: Generated 20 images for 
StandardReport in 7.16 seconds
Oct 28 07:32:54 ripapi weewx[7963]: copygenerator: copied 0 files to 
/var/www/html/weewx
Oct 28 07:32:54 ripapi weewx[7963]: engine: Caught unrecoverable exception 
in engine:
Oct 28 07:32:54 ripapi weewx[7963]:     ****  'int' object is not callable
Oct 28 07:32:54 ripapi weewx[7963]:     ****  Traceback (most recent call 
last):
Oct 28 07:32:54 ripapi weewx[7963]:     ****    File 
"/usr/share/weewx/weewx/engine.py", line 877, in main
Oct 28 07:32:54 ripapi weewx[7963]:     ****      engine.run()
Oct 28 07:32:54 ripapi weewx[7963]:     ****    File 
"/usr/share/weewx/weewx/engine.py", line 188, in run
Oct 28 07:32:54 ripapi weewx[7963]:     ****      for packet in 
self.console.genLoopPackets():
Oct 28 07:32:54 ripapi weewx[7963]:     ****    File 
"/usr/share/weewx/user/ws3000.py", line 292, in genLoopPackets
Oct 28 07:32:54 ripapi weewx[7963]:     ****      loop_packet = 
self.getCurrentValues()
Oct 28 07:32:54 ripapi weewx[7963]:     ****    File 
"/usr/share/weewx/user/ws3000.py", line 267, in getCurrentValues
Oct 28 07:32:54 ripapi weewx[7963]:     ****      raw_data = 
self._get_raw_data(read_sensors_command)
Oct 28 07:32:54 ripapi weewx[7963]:     ****    File 
"/usr/share/weewx/user/ws3000.py", line 359, in _get_raw_data
Oct 28 07:32:54 ripapi weewx[7963]:     ****      raise 
weewx.IO_ERROR("Error while fetching " + self._get_cmd_name(hex_command))
Oct 28 07:32:54 ripapi weewx[7963]:     ****  TypeError: 'int' object is 
not callable
Oct 28 07:32:54 ripapi weewx[7963]:     ****  Exiting.

Added now debug=1 to learn more..

-- 
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