indoorData Plugin - Import, Help or Suggestions

Post Reply
User avatar
LOBWX
Forecaster
Forecaster
Posts: 104
Joined: Sun Mar 11, 2018 6:43 pm
Location: Los Osos, CA
Station model: Ambient WS 1401-IP
Software: MeteoBridge
Contact:

indoorData Plugin - Import, Help or Suggestions

Post by LOBWX » Mon Mar 19, 2018 4:09 pm

Hello All,

Today I am working on importing data I have for (Date Time, TIN, HIN) into the "indoor" db table for the indoorData plugin.
All the data is in the 5-minute intervals as mentioned in the instructions.

Using the Indoor Data-Setup in the middle section of this page is where you can import the data (CSV/textfile setup). Upon pushing the Test File button I am returned with:

Code: Select all

Loading CSV/text file from https://lobwx.com/template/install/extraData.csv

Cannot find the file specified. Check it has the right permissions and double check the path. If you are using URL try using relative path or vice versa.
I know for sure, that the path is good and the permissions are correct.

This plugin "indoorData" is working. I just need to add the extra two months of data to the indoor table. 20,000+ entries :(

~Bob~
Just BE NICE! That's all it takes to be a decent human...

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: indoorData Plugin - Import, Help or Suggestions

Post by Jachym » Wed Mar 21, 2018 7:29 pm

Hi,
some servers dont like absolute paths, try using a relative one.

I.e.

for directory up use

../

if the data file is in the same folder as the import script just use extraData.csv

User avatar
LOBWX
Forecaster
Forecaster
Posts: 104
Joined: Sun Mar 11, 2018 6:43 pm
Location: Los Osos, CA
Station model: Ambient WS 1401-IP
Software: MeteoBridge
Contact:

Re: indoorData Plugin - Import, Help or Suggestions

Post by LOBWX » Thu Mar 22, 2018 1:14 am

Thank you Sir.

Importing CSV/text file...
Loading CSV/text file from ../../install/extraData.csv
Import finished, successfully imported 21656 records.

Had to put " " around "Y-m-d H:i:s" :D
Just BE NICE! That's all it takes to be a decent human...

Post Reply