Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions documentation/devices/EG4.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@

3. Connect appropriate wires to USB RS485 Adapter

## Raspberry Pi Can Hat
If using a Raspberry Pi Can Hat, The expected pinout RS485 A/B configuration maybe be reversed.

If you get the following error while using a Raspberry Pi Can Hat swap your A/B wires:

```
ERROR:.transport_base[transport.0]:<bound method ModbusException.__str__ of ModbusIOException()>
```


## Configuration
Follow configuration example for ModBus RTU to MQTT
https://github.com/HotNoob/PythonProtocolGateway/wiki/Configuration-Examples#modbus-rtu-to-mqtt
Expand Down