tadasdanielius / daikin_altherma

Daikin Altherma custom component for home assistant
MIT License
76 stars 6 forks source link

Not working for BRP069A78 (Altherma 3) #15

Closed clovissix closed 2 years ago

clovissix commented 2 years ago

Hi,

I tried installing your component but it doesn't seem to be working for the latest Altherma with a built in network gateway (BRP069A78). Any help on where I should start looking to fix this error?

Screenshot 2022-01-23 at 02 05 38
tadasdanielius commented 2 years ago

Hi,

I am not sure if this module has API and can be supported at all. Can you try to connect with your browser?

http://192.168.1.155/
https://192.168.1.155/

http://192.168.1.155/mca

Can you establish the connection?

clovissix commented 2 years ago

Hi Tadas,

Thank you for the quick response. I get a File not found: image

The https connection doesn't work at all. Without /mca it states the same as with /mca but with the path /

clovissix commented 2 years ago

It must have some sort of api since I can connect with my Daikin app to it. Installation was much the same as my Daikin Airco's.

tadasdanielius commented 2 years ago

Probably the protocol is different compared to brp069a6x. I looked at this repo and the way it communicates with the device seems very different. Maybe you can try to open this url http://192.168.1.155/common/basic_info (I am just trying to guess endpoints from here

BTW, do you connect directly to the unit or over the cloud. If you use Daikin Residential Contoller app you may try daikin_residential_brp069a62 integration.

clovissix commented 2 years ago

Oh, thx! I'll check that out.