BRP069A62 support

Issue #15 wontfix
Rafał Mrk created an issue

I have BRP069A62 with Altherma 3 EHVH08S18DA6V running in my house. So I’ve tried pydaikin, unfortunately it does not supports this model:

> pydaikin.py -vvvv -a 192.168.55.15
DEBUG:asyncio:Using proactor: IocpProactor
DEBUG:pydaikin.daikin_base:Updating ['common/basic_info']
DEBUG:pydaikin.daikin_base:Updating ['aircon/get_control_info', 'aircon/get_model_info', 'aircon/get_sensor_info', 'aircon/get_zone_setting']
Traceback (most recent call last):
  File "C:\Temp\pydaikin-cli.py", line 130, in <module>
    daikin = loop.run_until_complete(
  File "C:\uses\python39\lib\asyncio\base_events.py", line 642, in run_until_complete
    return future.result()
  File "C:\uses\python39\lib\site-packages\pydaikin\daikin_base.py", line 87, in factory
    raise DaikinException(
pydaikin.exceptions.DaikinException: Error creating device, 192.168.55.15 is not supported.

I’m using python 3.9 on Windows 10, if it matters.

Is it possible to make it supported please?

Comments (4)

  1. Rafał Mrk reporter

    A62 and A63 are common adapters for Altherma, see here: https://www.daikin.eu/en_us/products/brp069a62.html

    I’m getting this:

    Information
    
    LAN adapter firmware:17003908
    Smart grid:disabled
    IP address:192.168.55.15
    MAC address:00:23:7e:cb:66:21
    Serial number:192800510
    User interface SW:v01.05.00
    User interface EEPROM:
    --
    Hydro SW:ID7401
    Hydro EEPROM:AS1707450-40
    

    And Adapter SW update section (just upload file) and Network Settings (DHCP in my case). Nothing more.

  2. Log in to comment