Jalle19 / eda-modbus-bridge

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

Add initial support for MD automation #59

Closed Jalle19 closed 1 year ago

Jalle19 commented 1 year ago

On units with the old-style EDA control panel the mode doesn't seem to be reflected on the control panel, but the Modbus register sticks and the update seems to go through. Would have to monitor the device to see whether target temperature is adjusted accordingly when eco mode is on.

@kailampi can you try this branch?

kailampi commented 1 year ago

Seems to do the trick! And from the Enervent control panel I can see that green leaf turns according to the HA switch.

eco

Jalle19 commented 1 year ago

Great! I'll rename "eco mode" to just "eco" since the other modes don't contain "mode" in the name either.

Jalle19 commented 1 year ago

@kailampi can you try the latest changes here? The device model name should be "Pingvin eco EDE/MDE" now, and the switch in Home Assistant should be named just "Eco".

kailampi commented 1 year ago

@kailampi can you try the latest changes here? The device model name should be "Pingvin eco EDE/MDE" now, and the switch in Home Assistant should be named just "Eco".

Perfect work again!

image

Jalle19 commented 1 year ago

Thanks!