vekexasia / comfoair-esp32

Interact with Zehnder Comfoair with esp32
Other
116 stars 38 forks source link

comfoair ESP32 - MQTT supported in ESPhome? #59

Closed tudstudent closed 3 months ago

tudstudent commented 8 months ago

Sorry, searching did not supply an answer. I see there is a discrepancy in commit dates between the mqtt tree and the normal tree. Furthermore, normal tree is esphome enabled, cannot find if mqtt tree can be used the same?

Additionally, I was searching for mqtt config details in esphome, also no luck so far.

Would you mind clarifying these details (or point in the right direction)

fuatakgun commented 8 months ago

esphome version does not require mqtt because it is directly connecting with home assistant using home assistant components.

tudstudent commented 8 months ago

Yes, I know, but for certain integration tasks it might be helpful. So just looking if supported.

vekexasia commented 8 months ago

Hey you can hook mqtt through home assistant if needed pushing data as soon as ha receives it

On Wed, Nov 1, 2023, 11:34 tudstudent @.***> wrote:

Yes, I know, but for certain integration tasks it might be helpful. So just looking if supported.

— Reply to this email directly, view it on GitHub https://github.com/vekexasia/comfoair-esp32/issues/59#issuecomment-1788736679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQ6S634COILC5Q5ZQ4263YCIQSLAVCNFSM6AAAAAA6Y6MBG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBYG4ZTMNRXHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tudstudent commented 8 months ago

Correct, have that already. But it depends on HA. Ideally would be to have it pushed to MQTT and then picked up by whatever UI/Tool I want. (If HA is down for whatever reason the stable MQTT remains online and therefore data collection unaffected)

vekexasia commented 6 months ago

@tudstudent sorry for late response. you can use mqtt component and publish everything there if you want.