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

Add support for 3x0001, 3x0003 and 3x0004 holding registers #96

Closed Ta802 closed 6 months ago

Ta802 commented 8 months ago

Could there be a possibility to add different modbus registers to be shown through addon?

Pingvin MDE eAir has holding register "1" (Room temperature sensor TE20) and "4" (Current exhaust fan speed) which I would be interested to get data from. Is there a way to make this possible while not breaking addon for others using different models.

eAir modbus register list can be found here: https://doc.enervent.com/out/out.ViewFolder.php?folderid=16&showtree=1

Jalle19 commented 8 months ago

The latest version should already support the room temperature sensor, however it's not releases yet.

Exhaust fan speed was brought up in https://github.com/Jalle19/eda-modbus-bridge/issues/88 too, clearly there is demand for this so let's see if it can be added.

Jalle19 commented 8 months ago

Moved the issue to the correct repository

Jalle19 commented 8 months ago

https://github.com/Jalle19/eda-modbus-bridge/issues/88#issuecomment-1715129996 we should probably have someone with a newer firmware (5.x) test what values registers 3x0003 and 3x0004 produce.

Jalle19 commented 7 months ago

@juntta can you test this branch and see if you get any values for supply and exhaust fan speeds (holding registers 3 and 4)?

juntta commented 7 months ago

@juntta can you test this branch and see if you get any values for supply and exhaust fan speeds (holding registers 3 and 4)?

Ok, I'll try to test it out this weekend! Where can I find this branch?

Jalle19 commented 7 months ago

https://github.com/Jalle19/eda-modbus-bridge/pull/97 here, more-sensors

juntta commented 6 months ago

Sorry, got sick last weekend:

image

Jalle19 commented 6 months ago

What firmware version do you have?

juntta commented 6 months ago

Software version from the integration shows 1.42. Is that what you meant? The eAir software version is 2.14.

Jalle19 commented 6 months ago

Thanks!