Indoor Data graph problem

Post Reply
petoz
Newbie
Newbie
Posts: 5
Joined: Thu Aug 31, 2017 12:55 pm
Location: Zilina, Slovakia
Station model: Own arduino + raspberry
Software: Own (Python;C++)
Contact:

Indoor Data graph problem

Post by petoz » Sun Sep 17, 2017 8:14 pm

Hi,
I have problem with plugin "Indoor Data" part "Interactive Graph". It seems that it is on Jachym demo page too.
I think it's from update when DB table "indoor" was changed to "alldataExtra". That time I moved "indoor" table historical data to "alldataExtra" and updates are going to "alldateExtra" too. In which table "indoor" data belongs "indoor" or "alldataExtra"? "Tables, history" and other parts of this plugin are working and seems that they are reading data from table "indoor".
Snímka obrazovky 2017-09-17 o 22.01.14.png
Snímka obrazovky 2017-09-17 o 22.01.14.png (96.04 KiB) Viewed 6128 times
Snímka obrazovky 2017-09-17 o 22.01.02.png
Snímka obrazovky 2017-09-17 o 22.01.02.png (66.25 KiB) Viewed 6128 times
Image

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: Indoor Data graph problem

Post by Jachym » Sun Sep 17, 2017 9:35 pm

Yes, this plugin needs to be completely rewritten, but I dont think I will have time before v16, remind me then :D

BlueBear
Forecaster
Forecaster
Posts: 101
Joined: Sun Aug 20, 2017 1:04 pm
Location: Sanford, Manitoba, Canada
Station model: Davis VP2
Software: WeeWx
Contact:

Re: Indoor Data graph problem

Post by BlueBear » Sun Sep 17, 2017 11:32 pm


petoz
Newbie
Newbie
Posts: 5
Joined: Thu Aug 31, 2017 12:55 pm
Location: Zilina, Slovakia
Station model: Own arduino + raspberry
Software: Own (Python;C++)
Contact:

Re: Indoor Data graph problem

Post by petoz » Mon Sep 18, 2017 1:38 pm

Problem solved. I had no data from 2017-07-25 in "indoor" table. From that time, all indoor data (Tin,Hin) are going only to alldataExtra table. I correct this by SQL command. I had indoor data from this date only in "alldataExtra" table. I have to remember how have I changed it in template php? It was when I used new API.
Image

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: Indoor Data graph problem

Post by Jachym » Mon Sep 18, 2017 1:44 pm

If people left the original separate indoor CRON working then indoor data is being saved twice and it works, I need to switch the plugin to the new table.

Post Reply