Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
— |
privat [2017/04/13 18:26] (aktuell) |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ~~NOCACHE~~ | ||
+ | ====== privater Bereich ====== | ||
+ | Zum privaten Bereich gibt es nur Zugang für registrierte Benutzer. | ||
+ | |||
+ | |||
+ | <row> | ||
+ | <col xs="12" md="6"> | ||
+ | <panel title="DHT11 Temp"> | ||
+ | <c3sqlite data=sensor2:temp_sensor_1_lastvalue&renderAs=CHART&align=left> | ||
+ | type: 'gauge' | ||
+ | }, | ||
+ | gauge: { | ||
+ | label: { | ||
+ | format: function(value, ratio) { | ||
+ | return value; | ||
+ | }, | ||
+ | show: true | ||
+ | }, | ||
+ | min: 0, | ||
+ | max: 35, | ||
+ | units: ' °C', | ||
+ | width: 42 | ||
+ | } | ||
+ | </c3sqlite> | ||
+ | </panel> | ||
+ | </col> | ||
+ | <col xs="12" md="6"> | ||
+ | <panel title="BMP180 Temp"> | ||
+ | <c3sqlite data=sensor2:temp_bmp180_sensor_1_lastvalue&renderAs=CHART&align=right> | ||
+ | type: 'gauge' | ||
+ | }, | ||
+ | gauge: { | ||
+ | label: { | ||
+ | format: function(value, ratio) { | ||
+ | return value; | ||
+ | }, | ||
+ | show: true | ||
+ | }, | ||
+ | min: 0, | ||
+ | max: 35, | ||
+ | units: ' °C', | ||
+ | width: 42 | ||
+ | } | ||
+ | </c3sqlite> | ||
+ | </panel> | ||
+ | </col> | ||
+ | </row> | ||
+ | |||
+ | <c3sqlite data=sensor2:all_sensor_1_columns&renderAs=CHART|TABLE> | ||
+ | data: { | ||
+ | x: 'Time' | ||
+ | } | ||
+ | axis: { | ||
+ | x: { | ||
+ | type: 'timeseries', | ||
+ | tick: { | ||
+ | format: '%Y-%m-%d %H:%M:%s' | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </c3sqlite> | ||
+ | ===== Photogallerie ===== | ||
+ | |||
+ | [[:privat:ausflug|Bilder von Ausflügen oder Urlaub]]\\ | ||
+ | [[:privat:finnja|Sonstige Bilder von Finnja]]\\ | ||
+ | [[:privat:kian|Sonstige Bilder von Kian]]\\ | ||
+ | [[:privat:haus|Hausbau]]\\ | ||
+ | [[:privat:fotoshooting|Fotoshooting]] | ||
+ | |||
+ | ===== Unsere Hochzeit ===== | ||
+ | |||
+ | Hier gibt es Bilder unserer Hochzeit. Einfach auf das Gruppenbild drücken. | ||
+ | |||
+ | [[:privat:hochzeit|{{:privat:hochzeit:dsc_8683_1.jpg?640|Gruppenbild}}]] |