Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.4 KB

File metadata and controls

39 lines (25 loc) · 1.4 KB

Home-Assistant-Controme-yaml-creator

Configuration

I have created script to simplify the creation of the Controme Hassio sensors.

You only have to change the $ContromeServerURL to your own Controme server address.

How I have implemented it:
1. create a sensors folder in your config folder
2. copy the controme.yaml into the sensors folder
![Screenshot](image3.png)

3. extend your configuration.yaml with the following value "sensor: !include_dir_merge_list sensors"
![Screenshot](image2.png)

4.after that you should find your Controme rooms in the Hassio
![Screenshot](image1.png)

5. now you can add the sensor to a dashboard
![Screenshot](image4.png)

Troubleshooting:

API – Controme Support Center

  1. /get/json/v1/2/temps and not /get/json/v1/1/temps

     To fix the problem, line 4 $URL = "$ContromeServerURL/get/json/v1/1/temps" in the ps1 script, needs to be adjusted.
     
     API – Controme Support Center:
    
     API gibt nichts aus
     Bitte prüfen Sie in diesem Fall zunächst, ob Sie die korrekte Haus-ID verwenden. Aus unterschiedlichen Gründen ist die ID manchmal „2“ und nicht „1“. Der korrekte Endpunkt ist deshalb bei einigen Systemen z.b.
    
     /get/json/v1/2/temps
     and not
     /get/json/v1/1/temps
    
  2. No umlauts (like Küche or Büro) may be used.