# PYTHONPATH=bin python3 bin/weewx/drivers/ws23xx.py --readings
--port=/dev/ttyS0
Traceback (most recent call last):
File "bin/weewx/drivers/ws23xx.py", line 2120, in <module>
data = s.get_raw_data(SENSOR_IDS)
File "bin/weewx/drivers/ws23xx.py", line 790, in get_raw_data
raw_data = read_measurements(self.ws, measures)
File "bin/weewx/drivers/ws23xx.py", line 2033, in read_measurements
nybbles = ws2300.read_batch(batches)
File "bin/weewx/drivers/ws23xx.py", line 1205, in read_batch
response = self.read_data(address + start_pos, bytes_)
File "bin/weewx/drivers/ws23xx.py", line 1177, in read_data
checksum += six.byte2int(b)
TypeError: 'int' object is not subscriptable
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/4f95799a-fb13-4299-bd27-f15518c43402%40googlegroups.com.