Skip to content

Commit

Permalink
Mention Modbus TCP in the documentation too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Sep 7, 2023
1 parent 8c39036 commit 9cfb72b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ settings), as well as an MQTT client which can publish readings/settings regular
ventilation unit.

Communication happens over RS-485 (Modbus RTU) by connecting a serial device to the "Freeway" port on the ventilation
unit's computer board.
unit's computer board, or alternatively using Modbus TCP for newer units that can be connected to the local network.

The REST endpoints for enabling/disabling the various modes are designed to be consumed by
https://www.home-assistant.io/integrations/switch.rest/ with minimal effort. See examples in the `docs/` directory.
Expand Down
11 changes: 11 additions & 0 deletions docs/CONNECTION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Connecting to an Enervent unit

There are two ways to communicate with your ventilation unit:

* Modbus RTU
* Modbus TCP

If your ventilation unit has an RJ45 port you can use Modbus TCP. Connect the unit to your local network and take note
of what IP address it has.

If your ventilation unit does not have an RJ45 port (very common), read on. The rest of this document focuses on how
to communicate using Modbus RTU.

These instructions are based on:

* https://doc.enervent.com/op/op.ViewOnline.php?documentid=999&version=1 (Freeway WEB-väyläsovitin - Asennus- ja käyttöohjeet)
Expand Down

0 comments on commit 9cfb72b

Please sign in to comment.