I have a RainMachine sprinkler system that currently uses NWS and WU info 
in determining when and how much to water.
They have recently added the ability to push weewx data to the system via a 
new API.

"Local Weather Push is actually an API call in RainMachine that lets you 
send weather data to RainMachine directly. This can be used with various 
integrations like WeeWX or CumulusMX"



Send POST to /api/4/parser/data with a JSON body as below. If
timestamp is missing the current device time when the POST was made will be
used.


{

  "weather": [    

    {

      "timestamp": 1563362587,

      "mintemp": null,

      "maxtemp": null,

      "temperature": null,

      "wind": null,

      "solarrad": null,

      "qpf": null,

      "rain": null,

      "minrh": null,

      "maxrh": null,

      "condition": 26,

      "pressure": null,

      "dewpoint": null

    }

  ]

}


The API is documented here: 
https://rainmachine.docs.apiary.io/#reference/weather-services/parserdata/post


Anyone up to creating a skin/report method for this?

-- 
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.

Reply via email to