Feed API Help

Hi

I've been trying to use the feeds api but with limited sucess.

I've noticed that the date must be in unix format.... but what about the rest? Like the interval? what values does it have ? 'Daily'? '1 hour' ???

Is there a more complete help file?

Thanks

chaveiro's picture

Re: Feed API Help

Interval is in seconds.

borpin123's picture

Re: Feed API Help

I have found that this json format seems to work;

{
'time' : '1449312918',
'json' : '{temperature:11.3,humidity:84}',
}

The text 'temperature' and 'humidity' appears in the 'key' in the Input screen.

HTH.

Brian

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.