m_gustafsson
Member
I have a number of sensors that have been operating for almost two years now I think, but now I suddenly get the following log from owwnogui:
owwnogui will just continue in trying to read the sensors until i stop it with ^C.
I have the following devices that I try to read:
That is, I have 1 T/H/S sensor that I try to read temperature and humidity from and then 4 other T/H/S sensors that I try to read solar values from.
The 5 devices are placed in a number of different chains (containing other sensors as well) through a 6 channel hub.
Anyone who could give me a hint on what the problem might be?
Thanks!
/Mats
Code:
$ owwnogui
setup_oww_un_name: /tmp/oww_trx_un
Setup read from: .oww_setup
Devices read from: .oww_devices
applctn_startup_finished. Debug to ""
Interactive? No
bound Unix socket
bound Unix socket
owAcquireEx: com = /dev/ttyS0
devices_portnum_var = 0x500
owAcquireEx OK
FindWeatherStation returned 1
1-wire Error: Search ROM Error: Couldn't locate next device on 1-Wire
1-wire Error: Search ROM Error: Couldn't locate next device on 1-Wire
DS2438 reset itself, reading Humidity 1
Error reading Humidity 3. Vad = 5.130000, Vdd = 4.930000
Error reading Humidity 3. Vad = 5.140000, Vdd = 4.930000
Error reading from weather station: weather_read_ws failed
Problem with link or weather station
RETRY:Will restart in 5 seconds
owAcquireEx: com = /dev/ttyS0
devices_portnum_var = 0x500
owAcquireEx OK
state_zombie -> state_ready
DS2438 reset itself, reading Humidity 1
Error reading Humidity 3. Vad = 5.140000, Vdd = 4.930000
Error reading Humidity 3. Vad = 5.140000, Vdd = 4.930000
Error reading from weather station: weather_read_ws failed
Problem with link or weather station
RETRY:Will restart in 5 seconds
^C
I have the following devices that I try to read:
Code:
$ cat .oww_devices
offset 0
reverse 0
T1 15000801EDDF5B10 1.000000 0.000000
H1 E8000000E7473E26 1.000000 0.000000 1.000000 0.000000
SOL4 D7000000A8FBCD26 1.000000 0.000000
SOL1 88000000A9283B26 1.000000 0.000000
SOL2 3C000000A9315026 1.000000 -1.000000
SOL3 1A000000E749F426 1.000000 0.000000
BRA E100000004BBB21F
BRB 7B00000004C0A61F
BRC 7700000004BBBB1F
driver /dev/ttyS0
#driver USB
port 0
# Data sample offset: 3-10us
ds2480samp 10
# Write 1 low time: 5-15us
ds2480write 12
# Test setup
recharge 1
autoalloc 1
The 5 devices are placed in a number of different chains (containing other sensors as well) through a 6 channel hub.
Anyone who could give me a hint on what the problem might be?
Thanks!
/Mats