Skip to content

Commit

Permalink
Update README notes about unit compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jan 22, 2022
1 parent 5b0f05a commit d2d83b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Run tests](https://github.com/Jalle19/eda-modbus-bridge/actions/workflows/test.yml/badge.svg)](https://github.com/Jalle19/eda-modbus-bridge/actions/workflows/test.yml)

An HTTP/MQTT bridge for Enervent ventilation units with EDA automation (e.g. Pingvin). It provides a REST-ful HTTP interface
for interacting with the ventilation unit (reading temperatures and changing certain settings), as well as an MQTT
client which can publish readings/settings regularly and be used to control the ventilation unit.
An HTTP/MQTT bridge for Enervent ventilation units with EDA automation (e.g. Pingvin and Pandion). It provides a REST-ful
HTTP interface for interacting with the ventilation unit (reading temperatures and changing certain settings), as well
as an MQTT client which can publish readings/settings regularly and be used to control the 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.
Expand All @@ -20,7 +20,7 @@ https://www.home-assistant.io/integrations/switch.rest/ with minimal effort. See
## Requirements

* Node.js 12.x or newer
* An Enervent Pingvin ventilation unit (other EDA-based units may work, but the Modbus register numbers probably differ)
* An Enervent ventilation unit with EDA automation (Pingvin and Pandion confirmed working)
* An RS-485 device (e.g. `/dev/ttyUSB0`) connected to the Enervent unit's Freeway port

## Usage
Expand Down

0 comments on commit d2d83b9

Please sign in to comment.