Does anyone have a SMA webbox and uses the XML data feeds from it?
I have two issues,
The first is probably not an issue with the webbox but I can't figure it out. If I configure a local ftp server to be the recipient for push data, the zip file (contains the last three xml files) is corrupt. The content record is wrong and only the first xml file can be extracted. It only appears to be an issue with the pureftpd on linux, switching to vsftpd made the issue go away but I would really like to know why.
The second is the data itself. The zip files have a filename which is the date of the last xml file in the zip file in format YYYY-MM-DD_HHmmss.zip and the same is true for the xml files. The times here are in 24 hour format. However inside the zip file the timestamp is in 12 hour format with no indicator of the AM / PM.
E.g.
File 2011-06-12_051500.xml
<WebBox>
<Info>
<Created>2011-06-12T05:15:00</Created>
<Culture>en</Culture>
<UtcOffset>0</UtcOffset>
</Info>
<CurrentPublic>
<Key>SN: 2100437728 (SN: 2100437728):2100437728:Total yield</Key>
<Mean>39.271</Mean>
<Base>1</Base>
<Period>300</Period>
<Timestamp>2011-06-12T05:15:00</Timestamp>
</CurrentPublic>
</Webbox>
File 2011-06-12_213000.xml
<WebBox>
<Info>
<Created>2011-06-12T09:30:00</Created>
<Culture>en</Culture>
<UtcOffset>0</UtcOffset>
</Info>
<CurrentPublic>
<Key>Sunny WebBox:155002330:Total yield</Key>
<Mean>47.211</Mean>
<Base>1</Base>
<Period>300</Period>
<Timestamp>2011-06-12T09:30:00</Timestamp>
</CurrentPublic>
</Webbox>
Has any one seen this before? I have looked at all the settings but can't find anything relevant.
I have a ticket open with SMA since monday but they have not responded yet.
Thanks
Alastair