Jalle19 / eda-modbus-bridge

An HTTP/MQTT bridge for Enervent EDA ventilation units
GNU General Public License v3.0
14 stars 3 forks source link

Unit type read incorrectly (always "Family") #89

Closed Jalle19 closed 11 months ago

Jalle19 commented 11 months ago

In https://github.com/Jalle19/eda-modbus-bridge/commit/5a985fb6651200aea653cc59f53560f2a56aecdf, the code was accidentally changed to read coil 72 instead of 51. There is no coil 51, so the result will always be 0.

FYI @JohanElmis