-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from Enapter/ty/efoy-n-series
feat(blueprint): add EFOY H2 N-Series cabinet
- Loading branch information
Showing
12 changed files
with
633 additions
and
2 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file added
BIN
+20.6 KB
fuel_cells/efoy_h2_cabinet_n_series/.assets/0-arrakis-mk4-entering-setup.jpeg
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
BIN
+76.3 KB
fuel_cells/efoy_h2_cabinet_n_series/.assets/1-arrakis-mk4-advanced.jpeg
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
BIN
+77 KB
fuel_cells/efoy_h2_cabinet_n_series/.assets/2-arrakis-mk4-f81804-conf.jpeg
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
BIN
+73.6 KB
fuel_cells/efoy_h2_cabinet_n_series/.assets/3-arrakis-mk4-uart-1-conf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,33 @@ | ||
# EFOY H2 Cabinet N-Series for Arrakis MK4 IPC | ||
|
||
This [Enapter Device Blueprint](https://go.enapter.com/marketplace-readme) integrates **EFOY H2 Cabinet N-Series** - indoor cabinet solution for EFOY Hydrogen fuel cells. Thanks to FC Controller it's possible to monitor and control via [ModBus RTU](https://go.enapter.com/developers-enapter-modbus) over [RS-485 communication interface](https://go.enapter.com/developers-enapter-rs485) optimized for [Arrakis MK4 IPC](https://go.enapter.com/arrakis-mk4-product-page). | ||
|
||
## Configuring RS485 Ports of Arrakis MK4 | ||
|
||
EFOY H2 Cabinet N-Series works over RS-485 port. Arrakis MK4 have universal ports which needs to be configured in BIOS of the IPC to required mode. | ||
|
||
1. Reboot IPC and press `Del` button on the keyboard to enter BIOS setup utility. | ||
2. Navigate to `Advanced` -> `SIO F81804`. | ||
|
||
<img src="./.assets/1-arrakis-mk4-advanced.jpeg" alt="SIO F81804" width="25%" /> | ||
|
||
3. Select the port you would like to use for connection of gas sensor. `UART Port 1 (ttyS0)` or `UART Port 2 (ttyS1)`. | ||
|
||
<img src="./.assets/2-arrakis-mk4-f81804-conf.jpeg" alt="Arrakis MK4 UART" width="25%" /> | ||
|
||
3. Set `Peripheral Type` to `RS485` and press `F10` on keyboard to save and exit configuration | ||
|
||
<img src="./.assets/3-arrakis-mk4-uart-1-conf.jpeg" alt="Arrakis MK4 UART" width="25%" /> | ||
|
||
## Connect to Enapter | ||
|
||
- Sign up to the Enapter Cloud using the [Web](https://cloud.enapter.com/) or mobile app ([iOS](https://apps.apple.com/app/id1388329910), [Android](https://play.google.com/store/apps/details?id=com.enapter&hl=en)). | ||
- Setup [Enapter Gateway](https://go.enapter.com/handbook-gateway-setup) on your Arrakis MK4. | ||
- [Create vUCM](https://go.enapter.com/handbook-mobile-app) using the mobile app. | ||
- [Upload](https://go.enapter.com/developers-upload-blueprint) this blueprint to vUCM. | ||
|
||
## References | ||
|
||
- [EFOY H2 Cabinets product page](https://go.enapter.com/efoy-h2cabinets-product-page); | ||
- [EFOY H2 Cabinet N-Series Datasheet](https://go.enapter.com/efoy-h2-cabinet-datasheet). | ||
- [Arrakis MK4 IPC](https://go.enapter.com/arrakis-mk4-product-page) |
Oops, something went wrong.