Hallo zusammen!
Auch wen das nächste Release schon ansteht, möchte ich noch einen Fehler berichten:
Die Diagramme werden in der aktuellen 0.12 RC12 nicht korrekt skaliert. Das fällt auf, wenn man die Nachkommestellen der Achsen verändert.
Beispielconfig anbei.
Danke und lg
Robert
Auch wen das nächste Release schon ansteht, möchte ich noch einen Fehler berichten:
Die Diagramme werden in der aktuellen 0.12 RC12 nicht korrekt skaliert. Das fällt auf, wenn man die Nachkommestellen der Achsen verändert.
Beispielconfig anbei.
Danke und lg
Robert
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" design="metal" lib_version="9" xsi:noNamespaceSchemaLocation="./visu_config.xsd"> <!-- ToDo: Abgleich mit Visu Large (Mapping, Styling) Flavour zum Gruppen einfärben Diagramme Unterseiten je Raum (Inhalt+Group, Zentral Aus, Jal-Bedienung als Sub-Page) Außen Status Gesamt als Plugin ergänzen Test jjhjhj --> <meta> <files> <file type="css">resource/config/media/my-custom-style.css</file> </files> <statusbar> <status type="html"><img src="resource/icons/comet_64_ff8000.png" alt="CometVisu" /> by <a href="https://www.cometvisu.org/">CometVisu.org</a> - <a href="manager.php">Config-Manager</a> - <a href=".?forceReload=true">Reload</a> - <a href="http://192.168.1.240/admin/">EDOMI</a> - <a href="fully://launcher">Launcher</a> </status> </statusbar> <plugins> <plugin name="strftime"/> <plugin name="timeout"/> <plugin name="diagram"/> </plugins> </meta> <!-- ################################################## ######################################## --> <!-- ######################################## MAIN PAGE ####################################### --> <!-- ################################################## ######################################## --> <page name="Uebersicht" showtopnavigation="false" showfooter="true" shownavbar-top="true" shownavbar-left="true"> <group name="Messwerte"> <layout colspan="12"/> <diagram height="400px" period="2" refresh="300" series="day" gridcolor="#707070" popup="false" previewlabels="true" legendposition="nw" tooltip="true"> <layout colspan="4"/> <axis/> <influx authentication="influx" field="*" measurement="timeseries_db/TS00143" steps="true" fill="false" style="lines" label="Poolpumpe Status" color="#0000FF" resolution="600" fillMissing="previous"/> <influx authentication="influx" field="*" measurement="timeseries_db/TS00150" steps="true" fill="false" style="lines" label="Salzanlage Status" color="#FF0000" resolution="600" fillMissing="previous"/> <influx authentication="influx" field="*" measurement="timeseries_db/TS00145" steps="true" fill="false" style="lines" label="Solarpumpe Status" color="#00FF00" resolution="600" fillMissing="previous"/> <influx authentication="influx" field="*" measurement="timeseries_db/TS00151" steps="true" fill="false" style="lines" label="pH Dosierpumpe Status" color="#FFFF00" resolution="600" fillMissing="previous"/> </diagram> <diagram height="400px" period="2" refresh="300" series="day" gridcolor="#707070" popup="false" previewlabels="true" legendposition="nw" tooltip="true"> <layout colspan="4"/> <axis position="left" decimals="1" unit="C">left</axis> <axis position="right" decimals="1" unit="cm">right</axis> <influx authentication="influx" field="*" measurement="timeseries_db/TS00149" steps="true" fill="false" style="lines" label="Pooltemperatur [°C]" color="#FFFF00"/> <influx authentication="influx" field="*" measurement="timeseries_db/TS00153" yaxis="right" steps="false" fill="false" style="lines" label="Füllstand Ausgleichsbehälter" color="#FF0000"/> </diagram> <diagram height="400px" period="2" refresh="300" series="day" gridcolor="#707070" popup="false" previewlabels="true" legendposition="nw" tooltip="true"> <layout colspan="4"/> <axis position="left" decimals="2" unit="-">left</axis> <axis position="right" decimals="1" unit="mV">right</axis> <influx authentication="influx" field="*" yaxis="left" measurement="timeseries_db/TS00147" steps="true" fill="false" style="lines" label="pH-Wert [-]" color="#0000FF"/> <influx authentication="influx" field="*" yaxis="right" measurement="timeseries_db/TS00148" steps="true" fill="false" style="lines" label="ORP Wert [mV]" color="#FF0000"/> </diagram> </group> </page> </pages>
Kommentar