In Muenchen war Frost...

git-svn-id: https://svn.fhem.de/fhem/trunk@494 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-12-04 12:38:18 +00:00
parent 1357ce4a45
commit db8c80920b
3 changed files with 293 additions and 263 deletions

View File

@@ -4260,8 +4260,8 @@ isday</pre>
<a name="PachLog"></a>
<h3>PachLog</h3>
<ul>
The PachLog module logs sensor data like temperature and humidity to <a
href=http://www.pachube.com>www.pachube.com</a>.<br>
The PachLog-Module Logs SensorData like (temperature and humidity) to <a href=http://www.pachube.com>www.pachube.com</a>.
<br>
<br>
<a name="PachLogdefine"></a>
<b>Define</b>
@@ -4269,9 +4269,10 @@ isday</pre>
<br><code>define &lt;name&gt; PachLog &lt;Pachube-API-Key&gt;</code> <br>
<br>
&lt;Pachube-API-Key&gt;:<br>
You need the Pachube-API-Key to authenticate your application to the
Pachube service.<br>
Don't share this with anyone: it's just like a password.<br>
The Pachube-API-Key however is what you need in your code to authenticate your application's access the Pachube service.<br>
Don't share this with anyone: it's just like any other password.<br>
<a href=http://www.pachube.com>www.pachube.com</a><br>
</ul>
<br>
@@ -4279,13 +4280,12 @@ isday</pre>
<b>Set</b>
<ul>
<br>
Add a new device for logging to www.pachube.com<br><br>
Add a new Device for Logging to www.pachube.com<br><br>
<code>set &lt;NAME&gt; ADD &lt;FHEM-DEVICENAME&gt; FEED-NR:ID:READING:ID:READING</code><br><br>
Example: KS300 weather data<br><br>
READING: temperature humidity wind rain<br><br>
1. Generate input feed on www.pachube.com => You get your
FEED-NR: 1234<br>
2. Add datastreams to the feed:<br>
Example: KS300-Weather-Data<br><br>
READINGS: temperature humidity wind rain<br><br>
1. Generate Input-Feed on www.pachube.com => Yout get your FEED-NR: 1234<br>
2. Add Datastreams to the Feed:<br>
<ul>
<table>
<tr><td>ID</td><td>0</td><td>temperature</td></tr>
@@ -4293,18 +4293,27 @@ isday</pre>
<tr><td>ID</td><td>2</td><td>wind</td></tr>
<tr><td>ID</td><td>3</td><td>rain</td></tr></table><br>
</ul>
3. Add the KS300 to your PachLog device<br><br>
3. Add the KS300 to your PachLog-Device<br><br>
<code>set &lt;NAME&gt; ADD &lt;My-KS300&gt; 1234:0temperature:1:humidity:2:wind:3:rain</code><br><br>
Delete a device form logging to www.pachube.com<br><br>
Delete a Device form Logging to www.pachube.com<br><br>
<code>set &lt;NAME&gt; DEL &lt;FHEM-DEVICENAME&gt;</code><br><br>
</ul>
<br>
<b>Get</b> <ul>N/A</ul><br>
<b>Attributes</b> <ul>N/A</ul><br>
</ul>
<b>Attributes</b>
<ul>
<li><a href="#do_not_notify">do_not_notify</a></li><br>
<li><a href="#loglevel">loglevel</a></li><br>
<a name="disable"></a>
<li>disable<br>
Disables PachLog.
Nor more Logging to www.pachube.com
</ul><br>
</ul>
<a name="dumpdef"></a>
<h3>dumpdef</h3>
<ul>