<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SDS PLC/PAC: Měření Energie & OnlineTechnology.cz - GRAFY na webu a vše okolo nich]]></title>
	<link rel="self" href="https://forum.sds.an-d.cz/extern.php?action=feed&amp;tid=112&amp;type=atom" />
	<updated>2013-02-27T09:19:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.sds.an-d.cz/viewtopic.php?id=112</id>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=3273#p3273" />
			<content type="html"><![CDATA[<p>Ahojte,<br />skusal som to narvat do Cacti podla navodu na <a href="http://www.samuraj-cz.com/clanek/cacti-snmp-monitoring-a-grafy/">http://www.samuraj-cz.com/clanek/cacti- … g-a-grafy/</a> ale nepodarilo sa mi to <img src="https://forum.sds.an-d.cz/img/smilies/sad.png" width="15" height="15" alt="sad" /> Stale to grafuje nejake haluze. Na grafe mam hodnoty od 70.01m az po 150 a to teplota cidla je cca 21C. Robi to aj pri vypnute CDEF funkcii. Vdaka.</p>]]></content>
			<author>
				<name><![CDATA[brblos]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=2668</uri>
			</author>
			<updated>2013-02-27T09:19:37Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=3273#p3273</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=3221#p3221" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>osvald napsal:</cite><blockquote><p>Jo, kde vlozit vim, akorat v php jsem zacatecnik, takze zatim poradne nevim jak ty data z sql pomoci php vytahnout :-(</p></blockquote></div><p>No, tak to bude složitější :-) Začni se učit PHP a mySQL na internetu ....</p>]]></content>
			<author>
				<name><![CDATA[TiborTeam]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=62</uri>
			</author>
			<updated>2013-02-22T20:13:52Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=3221#p3221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=3220#p3220" />
			<content type="html"><![CDATA[<p>Jo, kde vlozit vim, akorat v php jsem zacatecnik, takze zatim poradne nevim jak ty data z sql pomoci php vytahnout :-(</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2013-02-22T20:07:31Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=3220#p3220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=3216#p3216" />
			<content type="html"><![CDATA[<p>Nejčastěji používám jednoduchý graf co mám na meteo ...<br /><a href="http://www.tiborteam.eu/meteo/gr_temp02.php">http://www.tiborteam.eu/meteo/gr_temp02.php</a><br />Před JavaScriptem načtu data z SQL kde přiřadím např. $top3[$c] data...<br />pak si najdi tuhle část :<br /></p><div class="codebox"><pre><code>series: [{
    name: &#039;Vcera&#039;,
    data: [
            &lt;?php
            for ($c=0; $c&lt;=$pocet0; $c++):                  
            echo $top3[$c].&quot;,&quot;;
            endfor;
            ?&gt;
            ]
    }, {
    name: &#039;Dnes&#039;,
       ..... atd .....</code></pre></div><p>Co je mezi PHP, to jsou data z SQL, t.j. jak kdyby [25, 26, 28, 27, 25,24]<br />Tady je příklad pro dvě čáry, teploty včera a dnes ....<br />... polopatě ... :-)</p>]]></content>
			<author>
				<name><![CDATA[TiborTeam]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=62</uri>
			</author>
			<updated>2013-02-22T17:17:49Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=3216#p3216</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=3211#p3211" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>TiborTeam napsal:</cite><blockquote><p>Já osobně používám <a href="http://www.highcharts.com/">http://www.highcharts.com/</a><br />Chce to proštudovat a testovat .....</p></blockquote></div><p>Taky jsem chtel, vcera jsem se na to chvilku dival, ale nemohl jsem dostat data z databaze do tech grafu.</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2013-02-22T12:30:48Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=3211#p3211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2858#p2858" />
			<content type="html"><![CDATA[<p>Dik za reakci</p><p>Ukladani dat do DB uz jsem poresil, jeste nake ty grafy...<br />Cacti je taky volba, ale..</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2013-01-08T14:15:56Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2858#p2858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2857#p2857" />
			<content type="html"><![CDATA[<p>Osvalde, krom toho, že na grafy používám Cacti a hodnoty získávám přes SNMP, tak paralelně zapisuji hodnoty pomocí PHP scriptu do mySQL, je to první věc co jsem PHP dělal, ale funguje dobře (překvapivě)</p><p>&lt;?php<br />date_default_timezone_set (&quot;Europe/Prague&quot;);<br />$con = mysql_connect(&quot;localhost&quot;,&quot;xxx&quot;,&quot;xxx&quot;);<br />if (!$con)<br />&nbsp; {<br />&nbsp; die(&#039;Could not connect: &#039; . mysql_error());<br />&nbsp; }<br />&nbsp; <br />mysql_select_db(&quot;vetrnik&quot;, $con);&nbsp; </p><p>//nastavit promene<br />$t_venku = &quot;NULL&quot;;<br />$t_garaz = &quot;NULL&quot;; <br />$t_puda = &quot;NULL&quot;; <br />$t_chodba = &quot;NULL&quot;; <br />$t_obyvak = &quot;NULL&quot;;<br />$t_bojler_dole = &quot;NULL&quot;;<br />$t_bojler_nahore = &quot;NULL&quot;;<br />$t_sani = &quot;NULL&quot;;<br />$t_vyfuk = &quot;NULL&quot;;<br />$t_privod = &quot;NULL&quot;;<br />$t_odtah = &quot;NULL&quot;;<br />$el_nt_hlavni = &quot;NULL&quot;;<br />$el_vt_hlavni = &quot;NULL&quot;;<br />$el_nt_topeni = &quot;NULL&quot;;<br />$el_vt_topeni = &quot;NULL&quot;;<br />$el_nt_rekuperace = &quot;NULL&quot;;<br />$el_vt_rekuperace = &quot;NULL&quot;;<br />$el_act_nt_hlavni = &quot;NULL&quot;;<br />$el_act_vt_hlavni = &quot;NULL&quot;;<br />$el_act_nt_topeni = &quot;NULL&quot;;<br />$el_act_vt_topeni = &quot;NULL&quot;;<br />$el_act_nt_rekuperace = &quot;NULL&quot;;<br />$el_act_vt_rekuperace = &quot;NULL&quot;;<br />$vod_hlavni = &quot;NULL&quot;;<br />$vod_TUV = &quot;NULL&quot;;<br />$vod_dest = &quot;NULL&quot;;<br />$vod_act_hlavni = &quot;NULL&quot;;<br />$vod_act_TUV = &quot;NULL&quot;;<br />$vod_act_dest = &quot;NULL&quot;;<br />$vlh_odtah = &quot;NULL&quot;;<br />$vlh_obyvak = &quot;NULL&quot;;<br />$ad_hladinaa = &quot;NULL&quot;;<br />$ad_ot_privod = &quot;NULL&quot;;<br />$ad_ot_odtah = &quot;NULL&quot;;</p><br /><p> $last = mysql_query(&quot;SELECT * FROM 5min_data ORDER BY ID DESC LIMIT 1&quot;) <br /> or die(mysql_error()); </p><p> $info = mysql_fetch_array( $last ); </p><p> // minule hodnoty spotreby&nbsp; <br /> $DATUMCAS_old = $info[&#039;timestamp&#039;];<br /> $el_nt_hlavni_old = $info[&#039;el_nt_hlavni&#039;];<br /> $el_vt_hlavni_old = $info[&#039;el_vt_hlavni&#039;];<br /> $el_nt_topeni_old = $info[&#039;el_nt_topeni&#039;];<br /> $el_vt_topeni_old = $info[&#039;el_vt_topeni&#039;];<br /> $el_nt_rekuperace_old = $info[&#039;el_nt_rekuperace&#039;];<br /> $el_vt_rekuperace_old = $info[&#039;el_vt_rekuperace&#039;];<br /> $vod_dest_old = $info[&#039;vod_dest&#039;];<br /> $vod_hlavni_old = $info[&#039;vod_hlavni&#039;];<br /> $vod_TUV_old = $info[&#039;vod_TUV&#039;];</p><p>//settype($el_nt_hlavni_old, &quot;float&quot;); <br />&nbsp; <br />function fileExists($path){<br />&nbsp; &nbsp; return (@fopen($path,&quot;r&quot;)==true);<br />}</p><p>$sds1 = &#039;<a href="http://192.168.1.250:8080/xml.xml">http://192.168.1.250:8080/xml.xml</a>&#039;;<br />$sds2 = &#039;<a href="http://192.168.1.251:8080/xml.xml">http://192.168.1.251:8080/xml.xml</a>&#039;;</p><p>if (fileexists($sds1)) {<br />&nbsp; &nbsp; $xml1 = simplexml_load_file($sds1);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $sd1_live = true;<br />&nbsp; &nbsp; print_r($xml1);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $t_puda = $xml1-&gt;snmp-&gt;temp_17;<br />&nbsp; &nbsp; $t_obyvak = $xml1-&gt;snmp-&gt;temp_18;</p><p>&nbsp; &nbsp; $el_nt_hlavni = $xml1-&gt;snmp-&gt;s0_1-&gt;impT1 / 800;<br />&nbsp; &nbsp; $el_vt_hlavni = $xml1-&gt;snmp-&gt;s0_1-&gt;impT0 / 800;</p><p>&nbsp; &nbsp; $el_nt_topeni = $xml1-&gt;snmp-&gt;s0_3-&gt;impT1 / 800;<br />&nbsp; &nbsp; $el_vt_topeni = $xml1-&gt;snmp-&gt;s0_3-&gt;impT0 / 800;</p><p>&nbsp; &nbsp; $el_nt_rekuperace = $xml1-&gt;snmp-&gt;s0_2-&gt;impT1 / 1000;<br />&nbsp; &nbsp; $el_vt_rekuperace = $xml1-&gt;snmp-&gt;s0_2-&gt;impT0 / 1000;</p><p>&nbsp; &nbsp; $vod_dest = $xml1-&gt;snmp-&gt;s0_4-&gt;impT1 + $xml1-&gt;snmp-&gt;s0_4-&gt;impT0;</p><p>&nbsp; &nbsp; $vlh_obyvak = round(substr($xml1-&gt;snmp-&gt;ad2_si, 0, 6), 1);<br />&nbsp; &nbsp; $ad_hladina = substr($xml1-&gt;snmp-&gt;ad1_si, 0, 5);<br />} else {<br />&nbsp; &nbsp; &nbsp;$sd1_live = false;<br />&nbsp; &nbsp; &nbsp;echo &quot;SDS1 dead \n&quot;;<br />}</p><p>if (fileexists($sds2)) {<br />&nbsp; &nbsp; $xml2 = simplexml_load_file($sds2);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $sd2_live = true;<br />&nbsp; &nbsp; print_r($xml2);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $t_venku = $xml2-&gt;snmp-&gt;temp_2;<br />&nbsp; &nbsp; $t_garaz = $xml2-&gt;snmp-&gt;temp_10;<br />&nbsp; &nbsp; $t_chodba = $xml2-&gt;snmp-&gt;temp_9;<br />&nbsp; &nbsp; $t_bojler_dole = $xml2-&gt;snmp-&gt;temp_5;<br />&nbsp; &nbsp; $t_bojler_nahore = $xml2-&gt;snmp-&gt;temp_8;<br />&nbsp; &nbsp; $t_sani = $xml2-&gt;snmp-&gt;temp_1;<br />&nbsp; &nbsp; $t_vyfuk = $xml2-&gt;snmp-&gt;temp_4;<br />&nbsp; &nbsp; $t_privod = $xml2-&gt;snmp-&gt;temp_7;<br />&nbsp; &nbsp; $t_odtah = $xml2-&gt;snmp-&gt;temp_6;</p><p>&nbsp; &nbsp; $vod_hlavni = $xml2-&gt;snmp-&gt;s0_2-&gt;impT0;<br />&nbsp; &nbsp; $vod_TUV = $xml2-&gt;snmp-&gt;s0_1-&gt;impT0;</p><p>&nbsp; &nbsp; $vlh_odtah = round(substr($xml2-&gt;snmp-&gt;ad1_si, 0, 6), 1);</p><p>&nbsp; &nbsp; $ad_ot_privod = round(substr($xml2-&gt;snmp-&gt;ad2_si, 0, 6) * 10, 1);<br />&nbsp; &nbsp; $ad_ot_odtah = round(substr($xml2-&gt;snmp-&gt;ad3_si, 0, 6) * 10, 1);<br />} else {<br />&nbsp; &nbsp; &nbsp;$sd2_live = false;<br />&nbsp; &nbsp; &nbsp; echo &quot;SDS2 dead \n&quot; ;<br />}</p><p>$DATUMCAS = date (&quot;Y-m-d H:i:s&quot;);<br />$TIMEDELTA = strtotime($DATUMCAS) - strtotime($DATUMCAS_old);</p><p>echo &quot;Datum a cas: &quot;.$DATUMCAS.&quot;\n&quot;;<br />echo &quot;Datum a cas old: &quot;.$DATUMCAS_old.&quot;\n&quot;;<br />echo &quot;Od posledniho update:&nbsp; &quot;.$TIMEDELTA.&quot;s \n&quot;;<br />echo &quot;\n&quot;;<br />echo &quot;Teplota venku: &quot;.$t_venku.&quot; C \n&quot;;<br />echo &quot;Teplota garaz: &quot;.$t_garaz.&quot; C \n&quot;;<br />echo &quot;Teplota chodba: &quot;.$t_chodba.&quot; C \n&quot;;<br />echo &quot;Teplota puda: &quot;.$t_puda.&quot; C \n&quot;;<br />echo &quot;Teplota obyvak: &quot;.$t_obyvak.&quot; C \n&quot;;<br />echo &quot;Teplota bojler dole: &quot;.$t_bojler_dole.&quot; C \n&quot;;<br />echo &quot;Teplota vojler nahore: &quot;.$t_bojler_nahore.&quot; C \n&quot;;<br />echo &quot;Teplota sani: &quot;.$t_sani.&quot; C \n&quot;;<br />echo &quot;Teplota vyfuk: &quot;.$t_vyfuk.&quot; C \n&quot;;<br />echo &quot;Teplota privod: &quot;.$t_privod.&quot; C \n&quot;;<br />echo &quot;Teplota odtah: &quot;.$t_odtah.&quot; C \n&quot;;</p><p>echo &quot;Spotreba hlavni NT: &quot;.$el_nt_hlavni.&quot; kWh \n&quot;;<br />echo &quot;Spotreba hlavni VT: &quot;.$el_vt_hlavni.&quot; kWh \n&quot;;<br />echo &quot;Spotreba topeni NT: &quot;.$el_nt_topeni.&quot; kWh \n&quot;;<br />echo &quot;Spotreba topeni VT: &quot;.$el_vt_topeni.&quot; kWh \n&quot;;<br />echo &quot;Spotreba rekuperace NT: &quot;.$el_nt_rekuperace.&quot; kWh \n&quot;;<br />echo &quot;Spotreba rekuperace VT: &quot;.$el_vt_rekuperace.&quot; kWh \n&quot;;<br />echo &quot;Spotreba pitne vody: &quot;.$vod_hlavni.&quot; l \n&quot;;<br />echo &quot;Spotreba TUV vody: &quot;.$vod_TUV.&quot; l \n&quot;;<br />echo &quot;Spotreba destove vody: &quot;.$vod_dest.&quot; l \n&quot;;<br />echo &quot;Vlhkost odtah: &quot;.$vlh_odtah.&quot; % \n&quot;;<br />echo &quot;Vlhkost obyvak: &quot;.$vlh_obyvak.&quot; % \n&quot;;<br />echo &quot;Otacky privod: &quot;.$ad_ot_privod.&quot; % \n&quot;;<br />echo &quot;Otacky odtah: &quot;.$ad_ot_odtah.&quot; % \n&quot;;<br />echo &quot;Hladina: &quot;.$ad_hladina.&quot; m \n&quot;;</p><br /><br /><br /><p>//vypocet aktualu<br />$el_act_nt_hlavni = ($el_nt_hlavni - $el_nt_hlavni_old)/$TIMEDELTA * 3600000;<br />$el_act_vt_hlavni = ($el_vt_hlavni - $el_vt_hlavni_old)/$TIMEDELTA * 3600000;<br />$el_act_nt_topeni = ($el_nt_topeni - $el_nt_topeni_old)/$TIMEDELTA * 3600000;<br />$el_act_vt_topeni = ($el_vt_topeni - $el_vt_topeni_old)/$TIMEDELTA * 3600000;<br />$el_act_nt_rekuperace = ($el_nt_rekuperace - $el_nt_rekuperace_old)/$TIMEDELTA * 3600000;<br />$el_act_vt_rekuperace = ($el_vt_rekuperace - $el_vt_rekuperace_old)/$TIMEDELTA * 3600000;</p><p>$vod_act_hlavni = $vod_hlavni - $vod_hlavni_old;<br />$vod_act_TUV = $vod_TUV - $vod_TUV_old;<br />$vod_act_dest = $vod_dest - $vod_dest_old;</p><p>echo &quot;Spotreba hlavni NT new: &quot;.$el_nt_hlavni.&quot; W \n&quot;;<br />echo &quot;Spotreba hlavni NT old: &quot;.$el_nt_hlavni_old.&quot; W \n&quot;;<br />echo &quot;Spotreba hlavni NT ted: &quot;.$el_act_nt_hlavni.&quot; W \n&quot;;<br />echo &quot;Spotreba hlavni VT ted: &quot;.$el_act_vt_hlavni.&quot; W \n&quot;;<br />echo &quot;Spotreba topeni NT: &quot;.$el_act_nt_topeni.&quot; W \n&quot;;<br />echo &quot;Spotreba topeni VT: &quot;.$el_act_vt_topeni.&quot; W \n&quot;;<br />echo &quot;Spotreba rekuperace NT: &quot;.$el_act_nt_rekuperace.&quot; W \n&quot;;<br />echo &quot;Spotreba rekuperace VT: &quot;.$el_act_vt_rekuperace.&quot; W \n&quot;;<br />echo &quot;Spotreba pitne vody: &quot;.$vod_act_hlavni.&quot; l \n&quot;;<br />echo &quot;Spotreba TUV vody: &quot;.$vod_act_TUV.&quot; l \n&quot;;<br />echo &quot;Spotreba destove vody: &quot;.$vod_act_dest.&quot; l \n&quot;;</p><br /><p>//zapis hodnot do DB</p><br /><p>mysql_query(&quot;INSERT INTO 5min_data (<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;timestamp,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_venku, <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_garaz, <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_puda, <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_chodba, <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_obyvak,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_bojler_dole,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_bojler_nahore,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_sani,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_vyfuk,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_privod,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;temp_odtah,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_nt_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_vt_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_nt_topeni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_vt_topeni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_nt_rekuperace,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_vt_rekuperace,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_nt_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_vt_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_nt_topeni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_vt_topeni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_nt_rekuperace,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;el_act_vt_rekuperace,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_TUV,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_dest,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_act_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_act_TUV,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vod_act_dest,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vlh_odtah,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;vlh_obyvak,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;ad_hladina,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;ad_otacky_privod,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;ad_otacky_odtah&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;)<br />VALUES (<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;$DATUMCAS&#039;,<br />&nbsp; &nbsp; $t_venku,<br />&nbsp; &nbsp; $t_garaz, <br />&nbsp; &nbsp; $t_puda, <br />&nbsp; &nbsp; $t_chodba, <br />&nbsp; &nbsp; $t_obyvak,<br />&nbsp; &nbsp; $t_bojler_dole,<br />&nbsp; &nbsp; $t_bojler_nahore,<br />&nbsp; &nbsp; $t_sani,<br />&nbsp; &nbsp; $t_vyfuk,<br />&nbsp; &nbsp; $t_privod,<br />&nbsp; &nbsp; $t_odtah,<br />&nbsp; &nbsp; $el_nt_hlavni,<br />&nbsp; &nbsp; $el_vt_hlavni,<br />&nbsp; &nbsp; $el_nt_topeni,<br />&nbsp; &nbsp; $el_vt_topeni,<br />&nbsp; &nbsp; $el_nt_rekuperace,<br />&nbsp; &nbsp; $el_vt_rekuperace,<br />&nbsp; &nbsp; $el_act_nt_hlavni,<br />&nbsp; &nbsp; &nbsp; &nbsp; $el_act_vt_hlavni,<br />&nbsp; &nbsp; $el_act_nt_topeni,<br />&nbsp; &nbsp; $el_act_vt_topeni,<br />&nbsp; &nbsp; $el_act_nt_rekuperace,<br />&nbsp; &nbsp; $el_act_vt_rekuperace,<br />&nbsp; &nbsp; $vod_hlavni,<br />&nbsp; &nbsp; $vod_TUV,<br />&nbsp; &nbsp; $vod_dest,<br />&nbsp; &nbsp; $vod_act_hlavni,<br />&nbsp; &nbsp; $vod_act_TUV,<br />&nbsp; &nbsp; $vod_act_dest,<br />&nbsp; &nbsp; $vlh_odtah,<br />&nbsp; &nbsp; $vlh_obyvak,<br />&nbsp; &nbsp; $ad_hladina,<br />&nbsp; &nbsp; $ad_ot_privod,<br />&nbsp; &nbsp; $ad_ot_odtah&nbsp; &nbsp; <br />&nbsp; &nbsp; )&quot;);</p><p>echo&nbsp; mysql_error();</p><p>mysql_close($con);<br />?&gt;</p>]]></content>
			<author>
				<name><![CDATA[Stimpoff]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=9</uri>
			</author>
			<updated>2013-01-08T14:02:41Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2857#p2857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2755#p2755" />
			<content type="html"><![CDATA[<p>Jo, sorry....<br />jedna se me hlavne o zaznam vsech 16 pozic teplomeru a grafy k tomu</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2012-12-14T12:23:04Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2755#p2755</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2753#p2753" />
			<content type="html"><![CDATA[<p>No ono taky podle tvého zadání asi těžko někdo poskyne nějaké jiné řešení, než obecné rady typu <a href="http://www.highcharts.com/">http://www.highcharts.com/</a></p>]]></content>
			<author>
				<name><![CDATA[cestaz]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=43</uri>
			</author>
			<updated>2012-12-13T17:34:46Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2753#p2753</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2752#p2752" />
			<content type="html"><![CDATA[<p>JJ, taky jsem zkousel. <br />Akorat vycita pouze jeden temp. Kdyby mel nekdo upravene pro vic temp....</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2012-12-13T15:21:18Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2752#p2752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2751#p2751" />
			<content type="html"><![CDATA[<p>Já používám <a href="http://multi.tricker.cz/">http://multi.tricker.cz/</a> verzi 4.2 a díky dotazu jsem zjistil, že je verze 6 :-) . V pochlubte se je pěkná meteostanice <a href="http://www.depe.sk/tme/">http://www.depe.sk/tme/</a>. Já měřím jen teplotu <a href="http://www.nasbox.cz/temp/">http://www.nasbox.cz/temp/</a></p>]]></content>
			<author>
				<name><![CDATA[cestaz]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=43</uri>
			</author>
			<updated>2012-12-13T14:35:37Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2751#p2751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2750#p2750" />
			<content type="html"><![CDATA[<p>Já osobně používám <a href="http://www.highcharts.com/">http://www.highcharts.com/</a><br />Chce to proštudovat a testovat .....</p>]]></content>
			<author>
				<name><![CDATA[TiborTeam]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=62</uri>
			</author>
			<updated>2012-12-13T12:06:38Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2750#p2750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2749#p2749" />
			<content type="html"><![CDATA[<p>To me je jasne.<br />Ja jen jestli je nekdo ochotny poskytnout sve reseni, ktere se da pripadne upravit.</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2012-12-13T12:00:24Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2749#p2749</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2748#p2748" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>osvald napsal:</cite><blockquote><p>Zdravim,</p><p>je nekdo ochotny poskytnout hotove reseni pro zaznam do db a vykreslovani grafu?</p><p>Diky za reakce</p></blockquote></div><p>Hotové řešení je pouze <a href="http://eportal.merenienergie.cz/">http://eportal.merenienergie.cz/</a></p><p>Ve spojení s vlastním webem na grafy s SDS neexistuje hotové řešení které by šlo jenom tak přesunout na jiný web, jiné SDS, ....<br />Tady se musí sladit výstupní data, ukládání do DB, načítání do grafu ....</p>]]></content>
			<author>
				<name><![CDATA[TiborTeam]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=62</uri>
			</author>
			<updated>2012-12-13T09:21:42Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2748#p2748</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GRAFY na webu a vše okolo nich]]></title>
			<link rel="alternate" href="https://forum.sds.an-d.cz/viewtopic.php?pid=2744#p2744" />
			<content type="html"><![CDATA[<p>Zdravim,</p><p>je nekdo ochotny poskytnout hotove reseni pro zaznam do db a vykreslovani grafu?</p><p>Diky za reakce</p>]]></content>
			<author>
				<name><![CDATA[osvald]]></name>
				<uri>https://forum.sds.an-d.cz/profile.php?id=786</uri>
			</author>
			<updated>2012-12-12T19:41:06Z</updated>
			<id>https://forum.sds.an-d.cz/viewtopic.php?pid=2744#p2744</id>
		</entry>
</feed>
