On Sunday, February 4, 2018 at 5:05:03 PM UTC-5, JustJane wrote:
>
> Thanks. I edited the weewx.conf file and restarted weewx. It seems to loop 
> through old records then falls over once it gets to live data. The log file 
> when it falls over has the following entries
>

jane,

at line 1797 in the file weewx/drivers/wmr200.py, change this:

                mapped = self._sensors_to_fields(pkt.packet_record(),

                                                 self._sensor_map)

                yield mapped

to this:

                mapped = self._sensors_to_fields(pkt.packet_record(),

                                                 self._sensor_map)

                if mapped:

                    yield mapped

then start weewx.

m
 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to