Hello, Richard Binding to the LOOP packets is really quite easy. There are several uploaders that do this. Perhaps you can crib from one of them?
- InfluxDB uploader <https://github.com/matthewwall/weewx-influx> - MQTT uploader <https://github.com/weewx/weewx/wiki/mqtt>. - WeeRT uploader <https://github.com/tkeffer/weert-js/blob/master/weewx_extensions/weert.py> . and others. The last, the WeeRT uploader, is probably closest to what you're looking for. Remove the stuff for a database InfluxDB 'measurement'. It also includes an authentication header, which you may or may not need. -tk On Sat, Oct 27, 2018 at 6:06 AM Richard <[email protected]> wrote: > I'm looking for a way to hit an url with weatherdata on the receive of > each loop packet. > > If I look at the user guide, i can see the [StdRESTful] section and was > thinking I need to configure something here. > But I can't see a 'default' extension. Am i missing something? > > The rapidfire/wunderground extension sounds what I need, but only need to > sent it to my URL instead of wunderground' :) > > -- > 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. > -- 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.
