openhab-docs/_bindings/kostalinverter
John Cocula aa2ab2cac1 [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* Generate addon docs as Jekyll Collections instead of Jekyll Pages

Simplifies a lot of Jekyll, makes custom addon layout possible.

Signed-off-by: John Cocula <john@cocula.com>

* Adds-on (all but bindings) in user menu

Signed-off-by: John Cocula <john@cocula.com>

* Added openhab-distro submodule

Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 01:08:44 +01:00
..
doc [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355) 2017-03-02 01:08:44 +01:00
readme.md [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355) 2017-03-02 01:08:44 +01:00

readme.md

id label title type description since logo install
kostalinverter Kostal Inverter Kostal Inverter - Bindings binding Scrapes the web interface of the inverter for the metrics of the supported channels below. 2x images/addons/kostalinverter.png auto

{% include base.html %}

Kostal Inverter Binding

Scrapes the web interface of the inverter for the metrics of the supported channels below.

Kostal Pico

Supported Things

Tested with Kostal Inverter Pico but might work with other inverters from kostal too.

Discovery

None

Channels

  • acPower
  • totalEnergy
  • dayEnergy
  • status

Thing Configuration

demo.things

Thing kostalinverter:kostalinverter:inverter [ url="http://192.168.0.128" ]

If the thing goes online then the connection to the web interface is successful. In case it is offline you should see an error message.

Items

demo.items:

Number SolarPower "Solar power [%.2f Watt]" <energy> (gGF) { channel="kostalinverter:kostalinverter:inverter:acPower" }
Number SolarEnergyDay "Solar day energy[%.2f kwh]" <energy> (gGF)  { channel="kostalinverter:kostalinverter:inverter:dayEnergy" }
Number SolarTotalEnergy "Solar total energy[%.2f kwh]" <energy> (gGF) { channel="kostalinverter:kostalinverter:inverter:totalEnergy" }
String SolarStatus "Solar status [%s]" <energy> (gGF) { channel="kostalinverter:kostalinverter:inverter:status" }