On Monday, January 9, 2017 at 9:52:15 PM UTC-5, blown46pwr wrote:
>
> Thanks for helping.
>
> Which file am I supposed to edit? I do not see "logdbg" in the config file
> and it only goes to line 506?
>>
>>
>>
modify the driver file user/observerip.py. and i mistyped. it should be
this:
loginf("packet missing %s" % obs)
packet = dict()
to this:
logdbg("packet missing %s" % obs)
changing from 'loginf' to 'logdbg' will eliminate all the whining about no
UV sensor data. removing the 'packet = dict()' line will make it so
failure to get data from a single sensor will not cause you to lose all
data.
m