mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
76_SolarForecast: contrib 1.32.0
git-svn-id: https://svn.fhem.de/fhem/trunk@29131 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
63edb19fef
commit
265d5f33c3
@ -20670,6 +20670,36 @@ to ensure that the system configuration is correct.
|
||||
</li>
|
||||
<br>
|
||||
|
||||
<a id="SolarForecast-attr-setupOtherProducer" data-pattern="setupOtherProducer.*"></a>
|
||||
<li><b>setupOtherProducerXX <Device Name> pcurr=<Readingname>:<Unit> etotal=<Readingname>:<Unit> </b> <br><br>
|
||||
|
||||
Defines any device and its readings for the delivery of other generation values
|
||||
(e.g. CHP, wind generation, emergency generator).
|
||||
It can also be a dummy device with corresponding readings.
|
||||
<br><br>
|
||||
|
||||
<ul>
|
||||
<table>
|
||||
<colgroup> <col width="15%"> <col width="85%"> </colgroup>
|
||||
<tr><td> <b>pcurr</b> </td><td>Reading which returns the current generation as a positive value </td></tr>
|
||||
<tr><td> <b>etotal</b> </td><td>Reading which supplies the total energy generated (a continuously ascending counter) </td></tr>
|
||||
<tr><td> </td><td>If the reading violates the specification of a continuously rising counter, </td></tr>
|
||||
<tr><td> </td><td>SolarForecast handles this error and reports the situation that has occurred with a log entry. </td></tr>
|
||||
<tr><td> <b>Einheit</b> </td><td>the respective unit (W,kW,Wh,kWh) </td></tr>
|
||||
</table>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<ul>
|
||||
<b>Example: </b> <br>
|
||||
attr <name> setupOtherProducer01 windwheel pcurr=total_pac:kW etotal=etotal:kWh
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<b>Note:</b> Deleting the attribute also removes the internally corresponding data.
|
||||
</li>
|
||||
<br>
|
||||
|
||||
<a id="SolarForecast-attr-setupRadiationAPI"></a>
|
||||
<li><b>setupRadiationAPI </b> <br><br>
|
||||
|
||||
@ -22986,7 +23016,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
|
||||
|
||||
<ul>
|
||||
<b>Beispiel: </b> <br>
|
||||
attr <name> setupOtherProducer01 windwheel p=total_pac:kW etotal=etotal:kWh
|
||||
attr <name> setupOtherProducer01 windwheel pcurr=total_pac:kW etotal=etotal:kWh
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user