Frankkkkk / python-daikin-altherma

Interfaces with Daikin Altherma heat pumps via LAN adapter BRP069A61/BRP069A62
11 stars 1 forks source link

Home Assistant integration #1

Open dan2cil opened 3 years ago

dan2cil commented 3 years ago

@Frankkkkk thank you very much for your library, do you have in program to write an integration for home assistant? I am not sure to be able to write it! Thank you very much for your work

Frankkkkk commented 3 years ago

Sadly I haven't used home assistant yet. Maybe I'll give it a try someday, but nothing for now.

I'll keep the issue open regardless :-)

robsonke commented 3 years ago

I might give that a shot in future. I don't have much Python knowledge but that shouldn't be a problem. I think we can use the https://www.home-assistant.io/docs/mqtt/discovery/ and push values to HA, kind of how this project is doing: https://github.com/raomin/ESPAltherma

william-sy commented 3 years ago

@dan2cil, @robsonke, I recently added mqtt support in the version this project is based on: https://github.com/william-sy/Daikin-BRP069A62. It is not as fancy as this project. But now that I have all "basic" things working I am looking at OOPing / improving the code quality :)

Hope you find it usefull in the mean time!

robsonke commented 3 years ago

Sounds nice! Maybe you can turn it into a component or addon.

T0FFF commented 2 years ago

@Frankkkkk thank you ! I found some interesting info on openhab to complete the lib if needed.

Frankkkkk commented 2 years ago

I'll really try to take a look this WK :-) Indeed it would be good to merge our efforts and have a good solution we could use 👍

In the meantime, don't hesitate to make a PR

robsonke commented 2 years ago

FYI, I recently stumbled upon https://github.com/tadasdanielius/daikin_altherma and works pretty well so far

jbinko commented 1 year ago

Thank you @Frankkkkk for your work. Just wanted to share this port for C#: https://github.com/jbinko/dotnet-daikin-altherma

Frankkkkk commented 1 year ago

Hi @jbinko Thanks ! I've added your project to the readme. Cheers !