Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raelix/ha-radoff-integration
Integration for Radoff devices (air-quality smart devices)
https://github.com/raelix/ha-radoff-integration
home-assistant home-assistant-integration radoff
Last synced: about 2 months ago
JSON representation
Integration for Radoff devices (air-quality smart devices)
- Host: GitHub
- URL: https://github.com/raelix/ha-radoff-integration
- Owner: raelix
- License: mit
- Created: 2024-08-20T14:19:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T15:24:57.000Z (5 months ago)
- Last Synced: 2024-11-23T03:07:57.046Z (about 2 months ago)
- Topics: home-assistant, home-assistant-integration, radoff
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radoff integration for Home Assistant
Install this repository using HACS### Limitations
Currently supported devices:
- Now+## Installation
You can install it using HACS or manually.
### With HACS
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=raelix&category=integration&repository=ha-radoff-integration)
More informations about HACS [here](https://hacs.xyz/).
#### Manually
Clone this repository and copy `custom_components/radoff` to your Home Assistant config durectory (ex : `config/custom_components/radoff`)
Restart Home Assistant.
## Configuration
Once your Home Assistant has restarted, go to `Settings -> Devices & Services -> Add an integration`.
Search for `radoff` and select the `Radoff` integration.
Enter your Radoff credentials.
If connection is working, you should have a list of devices configured on your account.
Select the device you want to add.
### Required parameters
- ```username```
- ```password```
- ```client_id```
- ```pool_id```
- ```pool_region```### Dev
If you want to test out the integration just open it in
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/raelix/ha-radoff-integration)
### WarningsPlease do not use this against the real Radoff APIs as they are not intended to be exposed so I'm not responsible for any wrong use of this repository.