diff --git a/byd_bat/__init__.py b/byd_bat/__init__.py index 22544d63b..91594310c 100644 --- a/byd_bat/__init__.py +++ b/byd_bat/__init__.py @@ -35,6 +35,8 @@ # V0.0.3 230819 - Code mit pycodestyle kontrolliert/angepasst # - Anpassungen durch 'check_plugin' # +# V0.0.4 230904 - Bilder JPG in PNG konvertiert fuer user_doc.rst +# # ----------------------------------------------------------------------- # # Als Basis fuer die Implementierung wurde die folgende Quelle verwendet: @@ -176,7 +178,7 @@ class properties and methods (class variables and class functions) are already available! """ - PLUGIN_VERSION = '0.0.3' + PLUGIN_VERSION = '0.0.4' def __init__(self,sh): """ diff --git a/byd_bat/plugin.yaml b/byd_bat/plugin.yaml index bf5ee1608..305458573 100644 --- a/byd_bat/plugin.yaml +++ b/byd_bat/plugin.yaml @@ -12,7 +12,7 @@ plugin: # documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1886748-support-thread-f%C3%BCr-das-byd-batterie-plugin - version: 0.0.3 # Plugin version (must match the version specified in __init__.py) + version: 0.0.4 # Plugin version (must match the version specified in __init__.py) sh_minversion: 1.9 # minimum shNG version to use this plugin # sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) # py_minversion: 3.6 # minimum Python version to use for this plugin diff --git a/byd_bat/user_doc.rst b/byd_bat/user_doc.rst index 95bea0503..706d6b300 100644 --- a/byd_bat/user_doc.rst +++ b/byd_bat/user_doc.rst @@ -33,12 +33,12 @@ Anforderungen Der BYD Energiespeicher muss mit dem LAN verbunden sind. Die IP-Adresse des BYD wird über DHCP zugewiesen und muss ermittelt werden. Diese IP-Adresse muss in der Plugin-Konfiguration gespeichert werden. Notwendige Software -~~~~~~~~~~~~~~~~~~~ +------------------- * matplotlib Unterstützte Geräte -~~~~~~~~~~~~~~~~~~~ +------------------- Folgende Typen werden unterstützt: @@ -53,27 +53,27 @@ Konfiguration ============= plugin.yaml -~~~~~~~~~~~ +----------- -Bitte die Dokumentation lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. +Zu den Informationen, welche Parameter in der ../etc/plugin.yaml konfiguriert werden können bzw. müssen, bitte die Dokumentation :doc:`Dokumentation ` lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. items.yaml -~~~~~~~~~~ +---------- -Bitte die Dokumentation lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. +Zu den Informationen, welche Attribute in der Item Konfiguration verwendet werden können bzw. müssen, bitte die Dokumentation :doc:`Dokumentation ` lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. logic.yaml -~~~~~~~~~~ +---------- -Bitte die Dokumentation lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. +Zu den Informationen, welche Konfigurationsmöglichkeiten für Logiken bestehen, bitte die Dokumentation :doc:`Dokumentation ` lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. Funktionen -~~~~~~~~~~ +---------- -Bitte die Dokumentation lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. +Zu den Informationen, welche Funktionen das Plugin bereitstellt (z.B. zur Nutzung in Logiken), bitte die Dokumentation :doc:`Dokumentation ` lesen, die aus den Metadaten der plugin.yaml erzeugt wurde. Web Interface ============= @@ -87,20 +87,20 @@ Oben rechts werden die wichtigsten Daten zum BYD Energiespeicher angezeigt. Im Tab "BYD Home" sind die Grunddaten des Energiespeichers dargestellt: -.. image:: assets/home.JPG +.. image:: assets/home.png :class: screenshot Im Tab "BYD Diagnose" werden Diagnosedaten angezeigt: -.. image:: assets/diag.JPG +.. image:: assets/diag.png :class: screenshot Im Tab "BYD Spannungen" werden die Spannungen der Module als Heatmap angezeigt: -.. image:: assets/volt.JPG +.. image:: assets/volt.png :class: screenshot Im Tab "BYD Temperaturen" werden die Temperaturen der Module als Heatmap angezeigt: -.. image:: assets/temp.JPG +.. image:: assets/temp.png :class: screenshot diff --git a/byd_bat/webif/static/img/diag.JPG b/byd_bat/webif/static/img/diag.JPG deleted file mode 100644 index 9c12b92db..000000000 Binary files a/byd_bat/webif/static/img/diag.JPG and /dev/null differ diff --git a/byd_bat/webif/static/img/diag.png b/byd_bat/webif/static/img/diag.png new file mode 100644 index 000000000..829475694 Binary files /dev/null and b/byd_bat/webif/static/img/diag.png differ diff --git a/byd_bat/webif/static/img/home.JPG b/byd_bat/webif/static/img/home.JPG deleted file mode 100644 index b8522d1a4..000000000 Binary files a/byd_bat/webif/static/img/home.JPG and /dev/null differ diff --git a/byd_bat/webif/static/img/home.png b/byd_bat/webif/static/img/home.png new file mode 100644 index 000000000..fb56b7b97 Binary files /dev/null and b/byd_bat/webif/static/img/home.png differ diff --git a/byd_bat/webif/static/img/temp.JPG b/byd_bat/webif/static/img/temp.JPG deleted file mode 100644 index 6c3c7afcd..000000000 Binary files a/byd_bat/webif/static/img/temp.JPG and /dev/null differ diff --git a/byd_bat/webif/static/img/temp.png b/byd_bat/webif/static/img/temp.png new file mode 100644 index 000000000..84c97db70 Binary files /dev/null and b/byd_bat/webif/static/img/temp.png differ diff --git a/byd_bat/webif/static/img/volt.JPG b/byd_bat/webif/static/img/volt.JPG deleted file mode 100644 index 05ce0edc4..000000000 Binary files a/byd_bat/webif/static/img/volt.JPG and /dev/null differ diff --git a/byd_bat/webif/static/img/volt.png b/byd_bat/webif/static/img/volt.png new file mode 100644 index 000000000..7677dd5f3 Binary files /dev/null and b/byd_bat/webif/static/img/volt.png differ