On Wednesday, 12 July 2017 02:29:33 UTC+10, Jonis Maurin Ceará wrote: > > > About services upload, adding a field to database automatically send to > services? >
I may have confused you a little on this. The services I am talking about are the RESTful services that may be listed under [StdRESTful] in weewx.conf. Generally speaking, the RESTful services have a suite of observations they accept/post, if the observation exists and has a value it is posted, if it does not have a value or does not exist it may or may not be posted (depends on the requirements/expectations of the remote service). Having had a quick look at the code for the RESTful services included in the standard weeWX package each operates on the current archive record or loop packet so it is likely that you do not need to save an observation to the database to use the RESTful services. That being said there are number of special cases that require the field to be saved, eg 24 hour rain as expected by WU. I have also only had a cursory look at the code so it is quite possible there may be something I have have missed. I am also probably getting a little off track here, you were originally asked about illuminance, I am not aware of any of the RESTful services that post illuminance data. Gary -- 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.
