Home Assistant: Ecologi
Published
in Home Automation, Python
on Jan 19, 2024
One of the things I've been doing since 2019 is purchasing trees and carbon offsetting through Ecologi. To monitor how much impact I have made, I created a Home Assistant integration. I've now been using the integration within Home Assistant for over a year.
Installation
Using HACS (recommended):
- Add the custom repository: https://github.com/owenvoke/hass-ecologi
- Search for the integration "Ecologi" and install it
Manual installation:
- Download https://github.com/owenvoke/hass-ecologi/archive/main.zip
- Extract the
custom_components/ecologi
directory to your installation
Further steps for both variants:
- On the integrations page, add the “Ecologi” integration in the UI.
Code
The code for the integration is available on GitHub: https://github.com/owenvoke/hass-ecologi
Reporting Bugs
If something doesn’t work, please provide any log details that occur. To do so, enable debug logging for the Ecologi integration. This can be done via the integration in Home Assistant, or via the configuration YAML:
logger:
default: warning
logs:
custom_components.ecologi: debug
ecologi: debug
An issue should then be opened on the GitHub repository.
0
0
0
0