https://github.com/mtrab/danfoss_ally
Danfoss Ally integration for Home Assistant
https://github.com/mtrab/danfoss_ally
climate home-assistant homeassistant homeassistant-custom-component homeassistant-integration thermostat
Last synced: about 1 month ago
JSON representation
Danfoss Ally integration for Home Assistant
- Host: GitHub
- URL: https://github.com/mtrab/danfoss_ally
- Owner: MTrab
- License: gpl-3.0
- Created: 2021-01-18T11:28:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T04:57:59.000Z (7 months ago)
- Last Synced: 2025-04-02T15:09:37.395Z (6 months ago)
- Topics: climate, home-assistant, homeassistant, homeassistant-custom-component, homeassistant-integration, thermostat
- Language: Python
- Homepage:
- Size: 299 KB
- Stars: 57
- Watchers: 8
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/mtrab/danfoss_ally) [](https://github.com/custom-components/hacs) [](https://github.com/mtrab/danfoss_ally) [](https://www.buymeacoffee.com/mtrab)
# Danfoss Ally
This is a custom component for Home Assistant to integrate the Danfoss Ally and Icon devices via Danfoss Ally gateway
### Installation:
#### HACS
- Ensure that HACS is installed.
- Add this repository as a custom repository
- Search for and install the "Danfoss Ally" integration.
- Restart Home Assistant.#### Manual installation
- Download the latest release.
- Unpack the release and copy the custom_components/danfoss_ally directory into the custom_components directory of your Home Assistant installation.
- Restart Home Assistant.## Setup
First of all you need to go and create an api-key and secret
- Navigate to https://developer.danfoss.com
- Create Danfoss developer account and login _NOTE: Use the same email as used in the Danfoss Ally app for pairing your gateway_
- Go to https://developer.danfoss.com/my-apps and click "New App"
- Give the app a name and description (naming and description is not of any importance as it's only for your use)
- Make sure to enable Danfoss Ally API
- Click create
- Save your key and secret - these will be used when adding the integration
- Go to Home Assistant > Settings > Integrations
- Add Danfoss Ally integration _(If it doesn't show, try CTRL+F5 to force a refresh of the page)_
- Enter API key and secretVoila
## Usage
See: [Usage.md](Usage.md)
## Known issues
- Inconsistency between API and app, devices are not updating correctly between API and app and sometimes the devices renders offline in the app - this is a Danfoss issue and not this integration