esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
404 stars 26 forks source link

eBus support for Vaillant (and others) heaters #588

Open lwqcz opened 4 years ago

lwqcz commented 4 years ago

Describe the problem you have/What new integration you would like

Please add support for eBus protocol used on various heaters/boilers like Vaillant or ProTherm brand. It needs voltage shifter as it uses the voltage level of 9-20V, but communication is pure UART.

Please describe your use case for this integration and alternatives you've tried:

Genuine WIFI enabled controller for ProTherm hearts is rather expensive, costs like $150 and it is closed-ware. I would much rather use something open source and much more smart, like EPSHome is.

Additional context

Proper implementation exists as a separate project, but it deserves to be part of the ESPHome project, to give users another usage possibility. https://github.com/slavikb/BaiMon

Weissnix4711 commented 2 years ago

Are you sure the eBus protocol is just UART?

Another option may be to purchase a 'VR33' module, and use any OpenTherm compatible thermostat. Though I'm afraid OT is not implemented in ESPHome yet either.

nagyrobi commented 2 years ago

See https://tasmota.github.io/docs/Smart-Meter-Interface/

linuxdep commented 1 month ago

Hi, I think an EEBUS implementation will be used a lot, because all the heat pumps will speak this in the future in order to be able to be integrated into the grid in Germany. I don't know how it is in other countries, but EEBUS is probably open source and will soon be indispensable for implementation in EMS. Unfortunately you can't really find much yet, it's probably all still in its infancy. It would be great if it were integrated into ESPhome, because that would open up a new world of communication. Here is information from the WIKI https://de.wikipedia.org/wiki/EEBUS

Translated with DeepL.com (free version)

Weissnix4711 commented 1 month ago

Hi, I think an EEBUS implementation will be used a lot, because all the heat pumps will speak this in the future in order to be able to be integrated into the grid in Germany. I don't know how it is in other countries, but EEBUS is probably open source and will soon be indispensable for implementation in EMS. Unfortunately you can't really find much yet, it's probably all still in its infancy. It would be great if it were integrated into ESPhome, because that would open up a new world of communication. Here is information from the WIKI https://de.wikipedia.org/wiki/EEBUS

This is completely different from Vaillant's eBus?

Also, eebus does seem to have plenty of documentation on their site: here. Haven't looked through all of it though.

Oh and for future reference, Vaillant spec here and here