I know just enough programming to be dangerous. I'm a network engineer, not
a coder. ;-)
Definitely issues in sdr.py... For example, I changed this:
# IDENTIFIER = "LaCrosse TX141TH-Bv2 sensor"
IDENTIFIER = "LaCrosse-TX141THBv2"
And now the packets are getting recognized.
Jun 8 16:46:39 wx weewx[22556] DEBUG user.sdr: lines=[u'{"time" :
"2020-06-08 22:46:36", "model" : "LaCrosse-TX141THBv2", "id" : 212,
"channel" : 0, "battery_ok" : 1, "temperature_C" : 19.100, "humidity" : 30,
"test" : "No"}\n']
Jun 8 16:46:39 wx weewx[22556] DEBUG user.sdr: packet={u'extraHumid2': 30.0
, 'usUnits': 1, 'dateTime': 1591656396}
But still seeing other coding issues that I might be able to figure out, or
not. For example, I'm also looking to import that temperature value, but
the existing code refers to "temperature" instead of "temperature_C", so
guessing that's why it's not importing that field.
At least it's getting somewhere.
--
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/c6827a52-65ac-4978-94ff-851154d3a871o%40googlegroups.com.