Kind of like Murphy's Law, there must be some law of the universe that
states: "You will suddenly see the cause of your problem very shortly after
pressing the Post button." Let's call it McCarthy's Law.
In my case, the ID on the sensor has changed unexpectedly. I had things
working before with a [[sensor_map]] definition like this:
outTemp = temperature.*23*.LaCrosseTXPacket
I just noticed that the id field is different. (Don't know why... I
thought number came from sensor, but maybe rtl_433 got updated with new
numbering scheme?)
MainThread: lines=['{"time" : "2018-09-03 02:07:31", "model" :
"LaCrosse TX Sensor", "id" : *73*, "temperature_C" : 20.700}\n', '{"time" :
"2018-09-03 02:07:31", "model" : "LaCrosse TX Sensor", "id" : *73*,
"temperature_C" : 20.700}\n']
Just changed my config to this, and I seem to be working again.
outTemp = temperature.*73*.LaCrosseTXPacket
Appreciate the quick response.
--
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.