Eric Leiner пре 4 година
родитељ
комит
86d37d8225

+ 1 - 1
config.toml

@@ -19,7 +19,7 @@ defaultContentLanguageInSubdir= true
   disableMermaid = false
   customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
   titleSeparator = "::"
-  themeVariant = "blue"
+  themeVariant = "mine"
 
 [outputs]
 home = [ "HTML", "RSS", "JSON"]

+ 1 - 0
content/drinna_cloud/_index.en.md

@@ -11,3 +11,4 @@ chapter: false
 Documentation under construction
 {{% /notice %}}
 
+![Login](drinnacloudlogin.png?width=200px&classes=border,shadow,floatleft "Login page")

BIN
content/drinna_cloud/drinnacloudlogin.png


+ 36 - 17
content/supported_hardware/DaktonMicrolabs/acmeter/_index.en.md

@@ -29,9 +29,10 @@ installed before working on the device or equipment
 is off.
 + Follow guidelines in the Wiring section of the related Installation Sheet.
 + Do not exceed the device’s ratings for maximum limits.
++ Use cables with proper insulation according your target voltages.
 
 {{% notice warning %}}
-Failure to follow these instructions will result in death or serious injury
+Failure to follow these instructions will result in death or serious injury.
 {{% /notice %}}
 ### Overview
 
@@ -41,16 +42,17 @@ energy monitoring and cost management applications.
 ### Device Features
 
 
-+ Power quality readings (THD) (total harmonic distortion of all phases
-+ Line Frequency
-+ Active (kW), reactive (kVAR) and apparent (kVA) power
-+ Active (Wh) and Reactive (VARh) energy
-+ Power factor
-+ Voltage and current
-+ Configuration modes:  1P2W, 3P3W, 3P4W
-+ Web Interface 
-+ Wifi 802.11 b/g/n
-+ Lora and LoraWan optionals
++ Power quality readings (THD) (total harmonic distortion of all phases.
++ Line Frequency.
++ Active (kW), reactive (kVAR) and apparent (kVA) power.
++ Active (Wh) and Reactive (VARh) energy.
++ Power factor.
++ Voltage and current.
++ Configuration modes:  1P2W, 3P3W, 3P4W.
++ Web Interface.
++ Wifi 802.11 b/g/n.
++ Lora and LoraWan optionals.
++ Local data storage.
 
 
 #### Measurment accuracy
@@ -67,16 +69,22 @@ energy monitoring and cost management applications.
 | (VARh)    | Reactive energy | Class 1  |
 | (THD)     | Total harmonic distortion | Class 1  |
 
+#### Maximum limits
 
+<i class="fas fa-exclamation-circle"></i> Do not exceed the device’s ratings for maximum limits.
 
+| Parameter | Limit (Max) |
+| --------- | ----- |
+| Input Voltage (pin 1-4) | 500VAC |
+| Power-on pins (pin 5-6) | 260VAC |
+| Current (each coil) | 8kA (_*for more Current please contact your technical support_)|
 
 
 ### Wiring Examples
 
-![Meter1](meterbasics.png?width=200px&classes=border,shadow)
-
-![Meter2](connections.png?width=200px&classes=border,shadow)
+![Meter1](meterbasics.png?width=200px&classes=border,shadow,floatleft "Device")
 
+![Meter2](connections.png?width=200px&classes=border,shadow,floatleft "Wiring")
 
 
 ### Web interface
@@ -86,6 +94,17 @@ The Web interface is reachable by default as **Dakton_SERIALNUMBER** Wifi hotspo
 
 | Defaults    |            |
 | ----------- | -----------|
-| Web address | http://192.168.4.1 | 
-| Username    | admin |
-| Password    | dakton1234 |
+| Web address | ```http://192.168.4.1``` | 
+| Username    | ```admin``` |
+| Password    | ```dakton1234``` |
+
+
+
+![Login](login.png?width=200px&classes=border,shadow,floatleft "Login page")
+
+
+### Download Firmware
+
+<a href="#" target="_blank" title="Latest Firmware">~~Latest~~</a>
+
+

BIN
content/supported_hardware/DaktonMicrolabs/acmeter/login.png


+ 16 - 8
static/css/theme-mine.css

@@ -3,16 +3,16 @@
     
     --MAIN-TEXT-color:#323232; /* Color of text by default */
     --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
-    --MAIN-LINK-color:#599a3e; /* Color of links */
-    --MAIN-LINK-HOVER-color:#3f6d2c; /* Color of hovered links */
-    --MAIN-ANCHOR-color: #599a3e; /* color of anchors on titles */
+    --MAIN-LINK-color:#1C90F3; /* Color of links */
+    --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */
+    --MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
 
-    --MENU-HEADER-BG-color:#74b559; /* Background color of menu header */
-    --MENU-HEADER-BORDER-color:#9cd484; /*Color of menu header border */ 
+    --MENU-HEADER-BG-color:#1C90F3; /* Background color of menu header */
+    --MENU-HEADER-BORDER-color:#33a1ff; /*Color of menu header border */ 
     
-    --MENU-SEARCH-BG-color:#599a3e; /* Search field background color (by default borders + icons) */
-    --MENU-SEARCH-BOX-color: #84c767; /* Override search field border color */
-    --MENU-SEARCH-BOX-ICONS-color: #c7f7c4; /* Override search field icons color */
+    --MENU-SEARCH-BG-color:#167ad0; /* Search field background color (by default borders + icons) */
+    --MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
+    --MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
 
     --MENU-SECTIONS-ACTIVE-BG-color:#1b211c; /* Background color of the active section and its childs */
     --MENU-SECTIONS-BG-color:#222723; /* Background color of other sections */
@@ -102,3 +102,11 @@ a:hover {
     border-color: var(--MENU-SECTION-HR-color);
 }
 
+
+.floatright {
+	//float: right;
+}
+
+.floatleft {
+	//float: left;
+}