-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
215 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Lobaro Cloud", | ||
"position": 2, | ||
"position": 4, | ||
"collapsed": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Configuration", | ||
"position": 2, | ||
"label": "Device Configuration", | ||
"position": 3, | ||
"collapsed": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
sidebar_position: 4 | ||
displayed_sidebar: configurationSidebar | ||
title: LTE Network Configuration | ||
--- | ||
|
||
# LTE Network Configuration | ||
|
||
In order for the Lobaro devices to be able to dial into the mobile network, it may be necessary to configure the network | ||
related parameters correctly. | ||
|
||
:::tip | ||
Lobaro devices normally perform a network selection based on the profile stored on the SIM card inserted in the device. | ||
This means that in most case the mobile `operator` and `band` **have | ||
not** to be configured since the devices perform an autodetect based on internal metrics. In some cases it may be | ||
beneficial | ||
to set the device to use a specific operator, then the operator, and band configuration parameters of the device comes | ||
into play. | ||
|
||
In contrast to this the `apn` parameter should be set correctly in any case. The `*` (autodetect) feature will only work | ||
for few sim cards, like **1NCE** and **Vodafone Easy Connect** SIM cards. | ||
::: | ||
|
||
## Configuration Parameters | ||
|
||
Our cellular IoT (LTE-M or NB-IoT) devices usually allow the configuration of | ||
|
||
* `APN` | ||
* Should be configured to SIM specific value, e.g. `iot.1nce.net` | ||
* Default: `*` | ||
* APN Autodetect -> Modem uses internally known APN | ||
* Will only work for 1NCE and Vodafone EasyConnect | ||
* APN autodetect not possible: Modem falls back to `Not set` (see below) | ||
* `Not set` -> Modem uses SIM internal information | ||
|
||
* `Operator` | ||
* Usually **no need** to configure it explicitly to some specific MCC+MNC operator code like `26201` | ||
* Default: `Not set` -> Modem performs automatic network selection | ||
* `Band` | ||
* Usually **no need** to configure it explicitly | ||
* Default: `Not set` -> Modem will use one of these bands `3,8,20` | ||
|
||
:::note | ||
`Not set` denotes that the configuration parameter field is empty. | ||
::: | ||
|
||
:::warning | ||
If you decide to configure the `operator` and/or `band` you may decrease the devices coverage and ability to find | ||
alternative networks at a specific location. Use this configuration parameters only if you know what you are doing! | ||
::: | ||
|
||
For initial configuration of these parameters please use the [Lobaro Maintenance Tool](./lobaro-config-tool.md). | ||
|
||
## List of common APN and Operators | ||
|
||
* MCC = Mobile Country Code | ||
* MNC = Mobile Network Code | ||
* Operator = MCC+MNC (Config Parameter for Lobaro Devices) | ||
|
||
| Network | Country | **Operator** | MCC | MNC | **APN** | | ||
|---------------------------------|---------|:------------:|:---:|:---:|-------------------------------------------| | ||
| Deutsche Telekom | Germany | **26201** | 262 | 01 | **internet.m2mportal.de** | | ||
| 1NCE | Germany | **\*** | | | **iot.1nce.net** | | ||
| Vodafone Deutschland | Germany | **26202** | 262 | 02 | IoT Easy Connect: **lpwa.vodafone.com** | | ||
| Telefonica (O2) | Germany | **26203** | 262 | 03 | IoT Sim Prepaid: **iotde.telefonica.com** | | ||
| T-Mobile Austria GmbH (Magenta) | Austria | **23203** | 232 | 03 | ? | | ||
| TDC A/S | Denmark | **23801** | 238 | 01 | ? | | ||
| Telenor Denmark | Denmark | **23802** | 238 | 02 | ? | | ||
| Telia DK | Denmark | **23820** | 238 | 20 | ? | | ||
| Tele2 | Sweden | **24007** | 240 | 07 | ? | | ||
| COM4 | Norway | **24202** | 242 | 02 | **com4** | | ||
|
||
Other provider codes and deployed bands are listed in | ||
a [list of mobile operator codes](https://en.wikipedia.org/wiki/Mobile_Network_Codes_in_ITU_region_2xx_(Europe)) on | ||
Wikipedia. | ||
|
||
Additional information on operators and bands can be found here: | ||
|
||
* [halberdbastion.com](https://halberdbastion.com/intelligence/mobile-networks) | ||
* [mcc-mnc.com](https://mcc-mnc.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
sidebar_position: 4 | ||
displayed_sidebar: configurationSidebar | ||
title: OBIS-Code Configuration | ||
--- | ||
|
||
# OBIS-Code Configuration | ||
|
||
Object identification system (OBIS) Codes are used to identify the different readings of a smart meter transferred in | ||
Smart Message Language (SML), which is a commonly used protocol on D0 optoelectronic interfaces. They are described in | ||
the international standard IEC 62056-61. | ||
|
||
## Structure | ||
|
||
Every code consists of 6 separated group sub-identifiers. In general some of these identifiers may be omitted but our | ||
products require the full code. | ||
|
||
The basic pattern is: | ||
**A-B:C.D.E*F** | ||
|
||
| Group | Description | Examples | | ||
|:-----:|:-------------------------------------|:------------------------------------------| | ||
| **A** | Medium | 1 = electricity, 8 = water | | ||
| **B** | Channel | 0 = no channel available | | ||
| **C** | Physical Unit, depends on A | power, current, voltage... | | ||
| **D** | Measurement Type, depends on A und C | maximum, current value, energy... | | ||
| **E** | Tariff | 0 = total, 1 = tariff 1, 2 = tariff 2 ... | | ||
| **F** | Separate Values defined by A-E | billing periods, 255 if not used | | ||
|
||
## Examples | ||
|
||
| Obis Code | Meaning | | ||
|:--------------|:---------------------------------------------------| | ||
| 1-0:1.8.0*255 | Positive active energy (A+) total [kWh] | | ||
| 1-0:3.8.1*255 | Positive reactive energy (Q+) in tariff T1 [kvarh] | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.