On Thursday, September 1, 2016 at 7:12:53 PM UTC-4, Steve Sykes wrote: > > I have this in the log. I am running as3935.py v0.5rc1 > > Sep 1 14:52:30 raspberrypi weewx[25166]: as3935: strike at 6.0 km > Sep 1 14:52:30 raspberrypi weewx[25166]: as3935: callback failed: Unit > system of incoming record (0x10) differs from 'archive' table in > 'weewx.sdb' database (0x01) > > I must have something configured incorrectly but where? > > Steve >> >> >> it looks like you have mis-configured the databases. more specifically, it looks like you have configured the as3935 extension to save lightning data to the weewx.sdb database.
with minimal configuration, the extension will save lightning data to the weewx.sdb database. if you specify a data_binding, then the extension will save lightning data to a *separate* database. it looks like you specified a data_binding that is the same as your weather data, which will cause problems. read the comments in the as3935.py extension to see how it should be configured. -- 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.
