Search found 5 matches

by petoz
Tue Sep 26, 2017 2:56 pm
Forum: Installation
Topic: Installation of Version 16
Replies: 27
Views: 51765

Re: Installation of Version 16

Very fast and easy update process. Good work Jachym.
Thanks.
by petoz
Mon Sep 18, 2017 1:38 pm
Forum: Problems
Topic: Indoor Data graph problem
Replies: 4
Views: 6128

Re: Indoor Data graph problem

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 ...
by petoz
Sun Sep 17, 2017 8:14 pm
Forum: Problems
Topic: Indoor Data graph problem
Replies: 4
Views: 6128

Indoor Data graph problem

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 &qu...
by petoz
Thu Sep 14, 2017 11:04 am
Forum: Programming
Topic: Question on using API
Replies: 8
Views: 13952

Re: Question on using API

Thank you for your help, when I looked to file "meteotemplateLive.txt" Capture1.PNG I supposed that when for each value is "valueTime:timestamp" I can use it in updates the same way. Now I adjusted the URL to this: Capture.PNG So now when some sensor will fail, there will be upda...
by petoz
Thu Sep 14, 2017 9:10 am
Forum: Programming
Topic: Question on using API
Replies: 8
Views: 13952

Question on using API

Hi, I have my own program (python) to send data to API. When I want to use more sensors, how can I give each value from diffrent sensors different time (time in which value was measured)? I send this URL to my template: http://coffee.onmypc.net/meteotemplate/api.php?U=1505378730&TTime=1505378724...