Skip to content

rikroe/cometblue-custom-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cometblue Custom Component

GitHub Release License

A custom component based on zero-udo/eurotronic-cometblue to support Eurotronic's CometBlue thermostats (and similar).

We support the same devices as our upstream library:

  • Eurotronic Comet Blue
  • Sygonix HT100 BT
  • Xavax Hama
  • Lidl Silvercrest RT2000BT

This component aims to support as many of the TRV functions as possible, adding more step by step.

This integration will set up the following platforms.

Platform Description
climate Climate entity with target temperature, target temperature range and preset mode support.
Supported preset modes: none (manual mode), eco (low temperature), away (not implemented yet), comfort (high temperature)
number Number entities to adjust additional TRV settings: offset, target temperature low, target temperature high, window open time in minutes
sensor Sensor entities for TRV state: battery
service Services to interact with schedules and dates: set_datetime, get_schedule, set_schedule

Installation (HACS)

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

When using HACS, just add this repository as a custom repostiory of category Integration with the url https://github.com/rikroe/cometblue-custom-component.

Installation (manual)

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called cometblue-custom-component.
  4. Download all the files from the custom_components/cometblue-custom-component/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Integration blueprint"

Configuration is done in the UI