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

Illegal data address 72 #100

Closed mhog79 closed 7 months ago

mhog79 commented 7 months ago

I have a Pandion ECO-EDE with EDA automation and the Enervent Freeway wifi module that also makes modes TCP possible. When I try to start the add-on I get the following error and the add-on will not start.

2024-01-14T19:35:33.245Z [modbus] error: Failed to read coil address 72, length 1 2024-01-14T19:35:33.252Z [main] error: An exception occurred: Error: Modbus exception 2: Illegal data address (register not supported by device)

Jalle19 commented 7 months ago

Interesting, thanks for reporting this. I'll take a look.

Jalle19 commented 7 months ago

Are you connecting directly to the ventilation unit, or are you connecting to the Freeway unit via Modbus TCP?

mhog79 commented 7 months ago

I am connecting to the Freeway unit via Modbus TCP.

Jalle19 commented 7 months ago

Should be fixed in https://github.com/Jalle19/eda-modbus-bridge/tree/2.7.1, I'll post a comment here again when the addon has been updated too

Jalle19 commented 7 months ago

Addon updated to 1.6.1 which contains this fix, please try it and report back whether it fixed the issue or not. There might be some other unsupported registers in there still.

mhog79 commented 7 months ago

That did it. Now it loads and I am able to see it in Home Assistant. Thank you very much!

Jalle19 commented 7 months ago

Very good, thanks for reporting back!