> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/downloads/powerio-downloads/h1.m300-firmware.md).

# H1.M300

<figure><img src="/files/UJ7R6ym1YJx64YujJUWx" alt="H1.M300" width="375"><figcaption><p>H1.M300 Device</p></figcaption></figure>

### Aktuelle Version - Firmware

<details>

<summary>5.2 - Firmware - <a href="https://dl.powerio.com/downloads/powerIO-h1m300-firmware-5.2.piop" class="button primary" data-icon="arrow-down-to-line">Download</a></summary>

Release Date 18.08.2026

**Fehlerbehebungen und Verbesserungen**

* Allgemeine Stabilitätsverbesserungen
* **Fehlerbehebung bei Start nach FW Update**

</details>

***

### Ältere Versionen - Firmware

<details>

<summary>5.1 - Firmware</summary>

Release Date 06.08.2026

**Neue Funktionen und Änderungen**

* **powerIO Orbit**: Die Weboberfläche verwendet durchgängig die Bezeichnung powerIO Orbit anstelle von powerIO Portal.
* **Serielle Schnittstellen im Dashboard**: Die seriellen Schnittstellen werden im Dashboard als Serial Port statt als M12 Port bezeichnet.

**Fehlerbehebungen**

* **Manuelle Zeiteinstellung**: Das manuelle Setzen der Uhrzeit und die Übernahme der Browserzeit werden jetzt zuverlässig in die Hardware Uhr geschrieben. Zuvor schlug dies ohne Rückmeldung fehl.

</details>

<details>

<summary>5.0 - Firmware - <a href="https://dl.powerio.com/downloads/powerIO-h1m300-firmware-5.0.piop">Download</a></summary>

Release Date 22.07.2026

{% hint style="info" %}
Erste offizielle Firmware-Version für das H1.M300.
{% endhint %}

**Neue Funktionen und Änderungen**

#### **Security**

* **Signierte Firmware Pakete**: Firmware Updates (PIOP) sind ab Version 5.0 signiert und werden vor der Installation auf dem Gerät geprüft. Pakete ohne gültige Signatur werden abgewiesen.
* **HTTPS Verschlüsselung**: Optional aktivierbar mit automatischen Zertifikaten und eigenen Zertifikaten.
* **Flexible Zugriffskontrolle**: HTTP, HTTPS und SSH einzeln konfigurierbar.
* **API Keys für externe Systeme**: Zugriff auf die Geräte API über einzeln vergebbare und widerrufbare API Keys, ohne Passwörter in Skripten oder Konfigurationsdateien.

#### **System**

* **64 Bit Plattform**: Vollständig auf 64 Bit (arm64) ausgelegtes System für das Raspberry Pi Compute Module 5.
* **WLAN Dongle Unterstützung**: USB WLAN Adapter werden sofort erkannt und können verwendet werden, um sicher via Mobile App oder Weboberfläche auf das Gerät zuzugreifen. Die Konfiguration erfolgt über die Netzwerkeinstellungen der Weboberfläche.
* **Automatische Wiederherstellung**: Abgestürzte Dienste starten selbstständig neu, das System läuft weiter auch ohne Eingriff.

#### **Serielle Kommunikation und Modbus**

* **4x RS485 ab Werk nutzbar**: Modbus und Transparent Mode stehen auf allen vier seriellen Schnittstellen zur Verfügung.
* **Optimierte Modbus Kommunikation**: Interframe Timing nach Modbus Spezifikation und verbesserte Stabilität bei parallelen Abfragen.
* **Transparent Mode**: Serielle Schnittstellen (Seriell/TCP) direkt über das Netzwerk nutzen.
* **Statusanzeige serielle Ports**: Der Zustand der seriellen Schnittstellen wird in der Weboberfläche angezeigt.

#### **powerIO Orbit Anbindung (Optional)**

* **powerIO Orbit Anbindung**: Anbindung an powerIO Orbit mit verschlüsselter Übertragung.
* **powerIO Orbit Geräteregistrierung**: Registrierung von powerIO Geräten.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.powerio.com/hub/downloads/powerio-downloads/h1.m300-firmware.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
