Hi,

On Wednesday, August 15, 2018 at 11:43:13 PM UTC+3, G Hammer wrote:
>
> 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?
>


Please see this: https://github.com/weewx/weewx/wiki/RainMachine
There should also be a RainMachine beta firmware out soon but it should 
work with current beta firmware.
We would be greatly interested in your feedback.

Thanks,
Nicu Pavel

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to