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
Re: Feed API Help
Interval is in seconds.
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