Skip to content

Commit

Permalink
Merge pull request #84 from Jalle19/legacy-pingvins
Browse files Browse the repository at this point in the history
Add known issues and Modbus register for older software versions
  • Loading branch information
Jalle19 authored Aug 14, 2023
2 parents 58f31d3 + 94c149e commit 31b2f45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Add `-v` option which enables debug logging
* Start using ESLint, add `no-console` rule to enforce use of logger instances
* Include the unit's Modbus address in the device information
* Add a section about older software versions to the README

## 2.3.2

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ in Home Assistant automatically through the MQTT integration. The following enti
these values to find something that suits your use case, or trust the built-in automation in the ventilation unit to
do its job.

* Older firmware (e.g. Pingvin devices with software version 2.01) only support a smaller list of Modbus registers, so
some functionality may be missing. Open an issue if you feel like something isn't working that should be working.

## Troubleshooting

See [docs/CONNECTION.md](./docs/CONNECTION.md)
Expand Down
4 changes: 3 additions & 1 deletion docs/CONNECTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ If you have connected everything but the software is unable to read anything fro
manifests as various timeouts), try the following:

* try reversing the A and B (sometimes called RX and TX or + and -)
* try using slave address 0 instead of 1 (`--modbusSlave 0`)
* verify that you're using the correct slave address by looking up the "Modbus address" from the control panel (see
manual for password)
* if your unit is set to use slave address 0, change it to 1. The address 0 has special meaning and should not be used.
Binary file not shown.

0 comments on commit 31b2f45

Please sign in to comment.