On Tuesday, February 9, 2021 at 7:29:55 AM UTC+1 [email protected] wrote:
> In brief my observations with your driver: > > - udp-packets are being picked up (and published with mqtt in my case, > because I've installed the extension) > - missing database values are NOT being backfilled > - current archive records from loop data are NOT being generate > > Getting back to this post... Please update the driver to the current one and try again. If I understand correctly the first point wasn't a problem (not familiar with the mqtt stuff, don't even know what it is, but I suppose it's some kind of interfacing to other applications listening to published data in some way?). Your third point is probably fixed with the latest version. The second point has probably not changed, as I haven't done anything with this. But having said that, it does seem to be working fine here. What did you do with the weewx.conf file? At a minimum you need to add a API-token, as described in the documentation. Otherwise it won't have access to the API and will skip using the REST interface. The log should in this case contain a line like this: "Skipped fetching from REST API" Do you have a sensor map in the config file? If you do and if you didn't change it you probably want to read what I wrote for the sensor map. The simplest solution is to simply delete it. For most configurations the driver will figure it out itself. But if you decide to keep it and if it is more or less the same as the one used by the original driver, then you really should read the section on the sensor map closely because you either need to make changes or accept that some fields aren't getting imported when using the REST packages. Cheers, Jan-Jaap -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/5dfe0d49-2bda-46fc-b651-0f513563702dn%40googlegroups.com.
