Hi all,
I'm attempting to pull data off two sources at once via the SDR driver - an
Acurite (which works) and an el-cheapo device for the inside temperature &
humidity which puts out packets that look like this:
out:[u'{"time" : "2021-09-02 02:57:42", "model" : "Prologue-TH", "subtype"
: 5, "id" : 70, "channel" : 3, "battery_ok" : 1, "temperature_C" : 22.300,
"humidity" : 42, "button" : 0}\n', u'{"time" : "2021-09-02 02:57:42",
"model" : "TFA-TwinPlus", "id" : 10, "channel" : 1, "battery_ok" : 1,
"temperature_C" : -25.100, "humidity" : 51, "mic" : "CHECKSUM"}\n']
In my [[sensor_map]] entries, I have for this device (Acurite stuff elided)
inTemp = temperature_C.0046.PrologueTHPacket
inHumidity = humidity.0046.PrologueTHPacket
What am I doing wrong?
--
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/15999edb-f963-4bef-84e6-de6f375a1e3an%40googlegroups.com.