john30 / ebusd-esp

Firmware for ESP8266 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
150 stars 23 forks source link

Custom esp firmware realisation #34

Closed nightphobos closed 3 years ago

nightphobos commented 3 years ago

Hello!

I want to implement my own firmware for esp32 to transmit data from eBus to ebusd. The reason is that I need to control some additional relay from the same esp32 board using HomeAssistant, and as I understand - recommended firmware works only as eBus communicator.

Maybe you can kindly give some hints to esp<->ebusd exchange protocol description?

john30 commented 3 years ago

you can do that with the HTTP/JSON interface, that allows settings output pins and reading input pins as well. see the readme. for the enhanced protocol, see ebusd repo documentation

nightphobos commented 3 years ago

Thank you. I have some problem with hardware part, closing because couldn't check it out right now. Thank you for your software!