Eaton xComfort integration with Home Assistant. Note that you need the xComfort Bridge for this to work.
Developers, if you want to debug this, look at the instructions found here
From HACS
- Add repository
javydekoning/ha-xcomfort-bridge - Set type to Integration
- Download the newly added integration.
- Restart Home Assistant
- Go to Settings -> Devices & Services -> Add integration -> Eaton xComfort Bridge
This repo is a (detached) fork of jankrib/ha-xcomfort-bridge.
-
Create a parent dir (e.g.
~/xcomfort) -
Clone (your fork) of this repo. (e.g.
git clone [email protected]:javydekoning/ha-xcomfort-bridge.git -b dev) -
Clone
https://github.com/javydekoning/xcomfort-python. -
Go into
ha-xcomfort-bridgedirectory.cd ha-xcomfort-bridge -
Open your IDE in the
devcontainer. -
Run task "Run home assistant". Press
ctrl+shift+pto open command pallet,Tasks: Run task,Run Home Assistant. -
Optional, enable debug logging in
/workspaces/ha-xcomfort-bridge/config/configuration.yaml:logger: default: warning logs: custom_components.xcomfort_bridge: debug xcomfort: debug