Added * Added `heatpump.word_swap` boolean setting that controls 32bit Integer word order. To properly parse 32bit values setting should be equal to what is in 5.3.11 service menu (modbus settings)
* Revert "Drop udp packets from unknown hosts" (5) rtitmuss
0.3.0
What’s Changed
* Drop udp packets from unknown hosts (4) rtitmuss * Add missing fan-mode-47260 for Nibe f370 (3) rtitmuss * `HeatPump` class: `get_coil_by_address` and `get_coil_by_name` methods raise `CoilNotFoundException` instead of returning null
0.2.0
What’s Changed
* Don't log an error when invalid coil address (2) rtitmuss * Modbus connection reconfigured to work with registers instead of coils per feedback from (1)
0.1.0
What’s Changed
* **experimental** Nibe TCP/Serial Modbus support (Models S and Modbus 40 module) * `read_coil` raises `CoilReadException` and `CoilReadTimeoutException` * `read_coil` and `write_coil` accept float timeouts