Hi,

I decided to give this a try, and I've noticed what appears to be an 
strange data in the pressure values that this parser is reporting:
Enter code here...

2018-10-19 06:25:27,518 - INFO  - rmHTTPResourceApi4Parser:415 - Local Weather 
API push: 1539955500.0: {'maxtemp': 19.302000000000007, 'temperature': 
2.911999999999999, 'dewpoint': -5.9699246296052841, 'maxrh': 52.0, 'rain': 0.0, 
'pressure': 10297.794188428035, 'timestamp': 1539955500.0, 'mintemp': 
2.911999999999999, 'et':


The value of:10297.794188428035

[image: Screen Shot 2018-10-19 at 6.21.44 AM.png]

seems significantly out of line with the data received from other parsers (see 
screenshot).



On Wednesday, October 3, 2018 at 7:47:35 AM UTC-7, [email protected] 
wrote:
>
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to