Skip to content

Commit

Permalink
give products some structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jul 29, 2024
1 parent 3862f89 commit c6422e0
Show file tree
Hide file tree
Showing 78 changed files with 703 additions and 87 deletions.
2 changes: 1 addition & 1 deletion docs/components/addon-modules/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Addon Modules",
"label": "Hardware Addon Modules",
"position": 3,
"collapsed": true
}
Binary file removed docs/components/enclosures/IMG_0368.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/components/enclosures/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Enclosures",
"label": "Device Enclosures",
"position": 2,
"collapsed": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions docs/components/enclosures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ sidebar_position: 1
---

# Device Enclosures


<Image alt='a Housing' img={require('./IMG_0368.jpg')} style={{width:'57%'}}/>
43 changes: 43 additions & 0 deletions docs/components/enclosures/spelsberg_TG_PC_1208-6-o.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
sidebar_position: 1
displayed_sidebar: componentsSidebar
title: Spelsberg TG PC 1208-6-o
---

# Spelsberg TG PC 1208-6-o

<Image alt='Spelsberg TG PC 1208-6-o Housing'
img={require('./img/housing-spelsberg-closed.jpg')}
style={{width: '50%', paddingTop: '10px', paddingBottom: '10px'}}/>

* [Product Specifications (external Link)](https://www.spelsberg.com/industrial-housing/plain-with-mounting-cams/20040401/)
* Size: 122mm (w) x 82mm (l) x 55mm (h)
* IP Rating: IP65
* Max. 70% relative humidity, condensation must be ruled out.

:::warning[Outdoor installations]
This housing is suited for installations in industrial environments and **protected** outdoor areas only!

For operation in manholes or other challenging environmental conditions, we also recommend encapsulating the
electronics and/or coat the PCBA. Please contact Lobaro for details.
:::

## Dimensions

<Image alt='Spelsberg TG PC 1208-6-o Dimensions'
img={require('./img/Lobaro-housing-dimensions2.jpg')}
style={{width: '80%', paddingTop: '10px', paddingBottom: '10px'}}/>

## Accessories

### Design Cover

The Lobaro Design housing cover allows the TG PC 1208-6-o to be installed inconspicuously and in an aesthetically pleasing manner:

<Image alt='Spelsberg TG PC 1208-6-o Housing'
img={require('./img/Lobaro-Design-Cover-wmbus-gateway.jpg')}
style={{width: '55%', paddingTop: '0px', paddingBottom: '10px'}}/>


* Housing cover 138mm x 109mm
* Lobaro PN: **8000162**
2 changes: 1 addition & 1 deletion docs/components/firmware/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Firmware",
"label": "Firmware Manuals",
"position": 1,
"collapsed": true
}

This file was deleted.

2 changes: 1 addition & 1 deletion docs/components/firmware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
sidebar_position: 0
---

# Firmware Overview
# Firmware Manuals


6 changes: 2 additions & 4 deletions docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ displayed_sidebar: componentsSidebar
title: Overview
---

# Components Overview

<IIcon icon="fluent-mdl2:web-components" height="64" />

# Product Components
---
Lobaro Products are made from components.

This section describes the different available firmware implementation. In different products the same firmware is
Expand Down
7 changes: 2 additions & 5 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ displayed_sidebar: configurationSidebar
title: Overview
---

# Configuration Overview

<IIcon icon="hugeicons:configuration-02" height="80" />


# Device Configuration
---
The device configuration allows a wide range and flexible way of internal settings adjustments for Lobaro hardware.
This chapter generally describes our tools, common configuration parameters and workflows that are used in the same way
for many
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/lobaro-config-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ If you need to parse the log messages of one of our Devices with your own tools,
Maintenance Tool by using any serial UART reader. You can find the UART parameters above. Take care on the additional
control lines (DTR, RTS) to have the right state to keep the device run the firmware.

## Device Firmwareupdate
## Device Firmwareupdate{#fwupdate}

Our devices are shipped ready to use with firmware installed on them, so normally you do not need to install firmware
yourself. However, over time we sometimes add new features to our devices or fix bugs that come up over time. If you
Expand Down
Binary file removed docs/img/lobaro-office.png
Binary file not shown.
31 changes: 4 additions & 27 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,12 @@
---
sidebar_position: 0
title: Overview
---
# Lobaro Documentation Center
---

# Lobaro Documentation

<Image img={require('./img/lobaro-logo.png')} style={{width:'30%',margin:'0 0 20px 0',alt:'Lobaro Logo'}}/>
<Image img={require('./img/lobaro-logo.png')} style={{width:'20%',margin:'0 0 20px 0',alt:'Lobaro Logo'}}/>

:::info
This new documentation center is currently work in progress
:::



<Image img={require('./img/lobaro-office.png')} style={{width:'80%',alt:'Lobaro Office'}}/>

* [ ] ddd
* [x] d
* [ ] d
* [ ] d
* [ ] d

<Tabs>
<TabItem value="apple" label="Apple" default>
This is an apple 🍎
</TabItem>
<TabItem value="orange" label="Orange">
This is an orange 🍊
</TabItem>
<TabItem value="banana" label="Banana">
This is a banana 🍌
</TabItem>
</Tabs>


47 changes: 41 additions & 6 deletions docs/knowledge-base/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ From https://docusaurus.community/
<IIcon icon="charm:github" height="48" /> This is a GitHub icon.

```jsx title="Include Icons"
<IIcon icon="mdi:github" height="48" /> This is a GitHub icon.
<IIcon icon="mdi:github" height="48"/>
This
is
a
GitHub
icon.
```

Iconify have a superb [Icon Explorer](https://icon-sets.iconify.design/) where you can search for icons and copy the code to use in your documentation.
Iconify have a superb [Icon Explorer](https://icon-sets.iconify.design/) where you can search for icons and copy the
code to use in your documentation.

## Images

Expand Down Expand Up @@ -232,10 +238,12 @@ Files should be placed nearby the doc source files in a `./files` directory.
</tr></table>

```jsx title="Download"
<table><tr>
<td><Image alt='PDF Download' img={require('@site/static/img/pdf.png')} style={{width: '32px'}}/></td>
<td><a target="\_blank" href={require('./files/en---sensusrf-brochure.pdf').default}>Download this PDF </a></td>
</tr></table>
<table>
<tr>
<td><Image alt='PDF Download' img={require('@site/static/img/pdf.png')} style={{width: '32px'}}/></td>
<td><a target="\_blank" href={require('./files/en---sensusrf-brochure.pdf').default}>Download this PDF </a></td>
</tr>
</table>
```

## Horizontal Rule
Expand All @@ -245,3 +253,30 @@ Files should be placed nearby the doc source files in a `./files` directory.
```markdown title="Three dashes form a horizontal rule in md"
---
```

## Checkboxes

* [ ] ddd
* [x] d
* [ ] d
* [ ] d
* [ ] d
*

## Links

```markdown title="File Links"
[file path to another document](./installation.mdx)

You can write [links](/otherFolder/doc4.mdx) relative to the content root (`/docs/`).

You can also write [links](/docs/otherFolder/doc4.mdx) relative to the site directory, but it's not recommended.
```

Relative file paths are resolved against the current file's directory. Absolute file paths, on the other hand, are
resolved relative to the content root, usually docs/, blog/, or localized ones like
i18n/zh-Hans/plugin-content-docs/current.

Absolute file paths can also be relative to the site directory. However, beware that links that begin with /docs/ or
/blog/ are not portable as you would need to manually update them if you create new doc versions or localize them.

2 changes: 1 addition & 1 deletion docs/platform/administration/server-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The key must be created at the Platform server and should never leave the system

openssl ecparam -name prime256v1 -genkey -noout -out platform.key

:::error
:::danger
Do not send the resulting private key file `platform.key` to anyone.
:::

Expand Down
4 changes: 1 addition & 3 deletions docs/platform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ title: Overview
---

# Lobaro IoT Platform

<IIcon icon="oui:app-graph" height="64" />

---

The Lobaro IoT Platform operates as a **Head End System for IoT Devices**. The Platform is optimized for but not limited
to handle Lobaro devices.
Expand Down
Binary file added docs/products/img/MBusWirelessLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions docs/products/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ sidebar_position: 0
displayed_sidebar: productsSidebar
title: Overview
---
# Products Overview

<IIcon icon="hugeicons:wireless" height="64" />
# Lobaro IoT Products
---

## Metering Gateways

### Wireless M-BUS Gateways

<Image alt='Wireless M-BUS Logo'
img={require('./img/MBusWirelessLogo.png')}
style={{width: '15%', paddingTop: '0px', paddingBottom: '10px'}}/>

| Name | Lobaro PN | Firmware | Power Supply | Antenna | Notes |
|:-------------------------------------------------------------------------------------|:----------|-----------------------------------------------------------------------------|----------------|--------------|-------|
| [Wireless M-BUS Gateway V3](/products/metering-gateways/wireless-mbus-gateway-v3.md) | `8000162` | [app-nrf9160-wmbus](/components/firmware/app-nrf9160-wmbus/introduction.md) | 1x D-Cell 3.6V | Internal PCB | |

:::info
This new documentation center is currently work in progress
:::
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/products/metering-gateways/img/labelv3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions docs/products/metering-gateways/index.md

This file was deleted.

Loading

0 comments on commit c6422e0

Please sign in to comment.