Giter Site home page Giter Site logo

Comments (9)

Jonnehs avatar Jonnehs commented on June 3, 2024 1

@Jonnehs this issue has been raised few times. It seems that WIFI adapter does not expose any operation list. If you have time you can try to check the profile of the unit. Go to config / custom_integration / daikin_altherma. Find the file __init__.py and change

    # Uncomment this if you want to store profile info in json files.
    #try:
    #    for profile in unit_profiles:
    #        filepath: str = os.path.join(hass.config.config_dir, f'daikin_altherma_{profile["idx"]}.json')
    #        with open(filepath, 'w') as f:
    #            f.write(json.dumps(profile['profile']))
    #except Exception as e:
    #    _LOGGER.warning(f'Failed to save profile state to file {filepath}. It does not affect the operation of the integration.', exc_info=True)

To

    # Uncomment this if you want to store profile info in json files.
    try:
        for profile in unit_profiles:
            filepath: str = os.path.join(hass.config.config_dir, f'daikin_altherma_{profile["idx"]}.json')
            with open(filepath, 'w') as f:
                f.write(json.dumps(profile['profile']))
    except Exception as e:
        _LOGGER.warning(f'Failed to save profile state to file {filepath}. It does not affect the operation of the integration.', exc_info=True)

Reboot HA and in your config folder check for files daikin_altherma_*.json If you see the files and something interesting in it, you can share it here and maybe it is possible to do something about it, but I have my doubts about it.

It doesn't generate any files, suspect the local API isn't presented as you say. Annoying.

Guess I'll order the LAN adapter

from daikin_altherma.

tadasdanielius avatar tadasdanielius commented on June 3, 2024

To my knowledge, the wireless controller does not have a local API, therefore it does not work with this integration.

from daikin_altherma.

Jonnehs avatar Jonnehs commented on June 3, 2024

It does have a web page on its IP, but i cant get to any of the URLs documented and the python api stuff doesn't seem to work

image

from daikin_altherma.

Knutowskie avatar Knutowskie commented on June 3, 2024

@Jonnehs try this one instead: https://github.com/speleolontra/daikin_residential_altherma

from daikin_altherma.

tadasdanielius avatar tadasdanielius commented on June 3, 2024

@Jonnehs this issue has been raised few times. It seems that WIFI adapter does not expose any operation list. If you have time you can try to check the profile of the unit.
Go to config / custom_integration / daikin_altherma. Find the file __init__.py and change

    # Uncomment this if you want to store profile info in json files.
    #try:
    #    for profile in unit_profiles:
    #        filepath: str = os.path.join(hass.config.config_dir, f'daikin_altherma_{profile["idx"]}.json')
    #        with open(filepath, 'w') as f:
    #            f.write(json.dumps(profile['profile']))
    #except Exception as e:
    #    _LOGGER.warning(f'Failed to save profile state to file {filepath}. It does not affect the operation of the integration.', exc_info=True)

To

    # Uncomment this if you want to store profile info in json files.
    try:
        for profile in unit_profiles:
            filepath: str = os.path.join(hass.config.config_dir, f'daikin_altherma_{profile["idx"]}.json')
            with open(filepath, 'w') as f:
                f.write(json.dumps(profile['profile']))
    except Exception as e:
        _LOGGER.warning(f'Failed to save profile state to file {filepath}. It does not affect the operation of the integration.', exc_info=True)

Reboot HA and in your config folder check for files daikin_altherma_*.json
If you see the files and something interesting in it, you can share it here and maybe it is possible to do something about it, but I have my doubts about it.

from daikin_altherma.

Dieter4712 avatar Dieter4712 commented on June 3, 2024

@Jonnehs
I'm facing a similar issue and would like to control my heat pump within my local network. Have you purchased a LAN adapter, and did it work for you?
Today I talked to the daikin technical support and I wanted to know, if the BRP069A62 module is compatible with my heat pump. Officially it is not suported (they say. that they inoffically try it and it worked) and they were very suprised that it could be possible to control the heat pump via the BRP069A62 module in LAN mode.

from daikin_altherma.

tadasdanielius avatar tadasdanielius commented on June 3, 2024

What model is your heatpump?

from daikin_altherma.

Dieter4712 avatar Dieter4712 commented on June 3, 2024

What model is your heatpump?

It is a Daikin Altherma EBBX11DF9W

Today I ordered a brp069a62 module.

from daikin_altherma.

tadasdanielius avatar tadasdanielius commented on June 3, 2024

There is something wrong with Daikin's technical support. I checked Installer reference guide for Daikin Altherma 3 R W and page 29 states that it can be combined.

from daikin_altherma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.