grimmpp / home-assistant-eltako

Integration for Eltako 14 series in Home Assistant
MIT License
29 stars 6 forks source link

Support for EEP A5-10-03 (Temp. Sensor, Set Point Control) #119

Closed schlegel closed 2 weeks ago

schlegel commented 2 weeks ago

Could you please add support for EEP A5-10-03 (Temp. Sensor, Set Point Control). I think it's very similar to A5-10-06.

grimmpp commented 2 weeks ago

Yes, I can do. What device are you using? Is it maybe FTR78S? Then it would get hard for me to test because it is not available anymore. In this case I would need your test cooperation.

grimmpp commented 2 weeks ago

EEP A5-10-03 exists now: https://github.com/grimmpp/eltako14bus/blob/96eb2bb1407e7d98e84936e6749f34492f1f5807/eltakobus/eep.py#L646

Big question is what do you want to do with it in HA? I assume target temperature synchronization won't work with that device. So I see two cases:

  1. displaying the current temperature
  2. having a decoupled HA widget for controlling the target temperature independently from the FTR8S
grimmpp commented 2 weeks ago

A5-10-03 is now available in the feature-branch as sensor. If you deploy this branch to your HA you can the configure the thermostat as sensor. You just need to specify id and eep then one device with to entries (target and current temperature) will be generated.

Here is how to install another branch or tag. Just use feature-branch for checkout command.

schlegel commented 2 weeks ago

wow, that was fast! I have SR07 P devices which communicate with my eltako devices (https://www.thermokon.de/direct/products/sr07-p-temp-reinweiss-glaenzend). Currently I get current temperature and a percentage of the setpoint.

grimmpp commented 2 weeks ago

and what do you want to do with it in HA?

schlegel commented 2 weeks ago

the setpoint is used for a dashboard to monitor all rooms as my kid loves to turn all knobs

grimmpp commented 2 weeks ago

ok, monitoring should work now. There is currently another change in feature-branch about covers. When its behavior was check by the requestor I will create a proper release.

schlegel commented 2 weeks ago

I can confirm the temperature and setpoint is working. thanks a lot !