MCPcopy Index your code
hub / github.com/Makave1i/terneo_thermostat

github.com/Makave1i/terneo_thermostat @v.0.9.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v.0.9.4 ↗ · + Follow
40 symbols 96 edges 3 files 28 documented · 70% updated 18mo agov.0.9.4 · 2024-12-26★ 387 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Terneo Thermostat

hacs_badge

Terneo Thermostat component for Home Assistant

required device firmware version 2.3

https://terneo-api.readthedocs.io/ru/latest/

In firmware version 2.3, the ability to control the local network by default blocked for security reasons.

block removing - https://terneo-api.readthedocs.io/ru/latest/en/safety.html

Two possibilities for installation: - put terneo folder to the custom_components folder and reboot HA. - With HACS: go in HACS, click on Integrations, click on the three little dots at top of the screen and selection "custom repositories", add this github url, select "Integration" as repository, and click ADD. Then go to the Integrations tab of HACS, and install the "Terneo Thermostat" integration.

config example (configuration.yaml):

climate:
  - platform: terneo
    serial: 'DEVICE_SERIALNUMBER'
    host: 'DEVICE_IP'

serial number can be found on the page http://{device_ip}/index.html

Core symbols most depended-on inside this repo

Shape

Method 37
Class 2
Function 1

Languages

Python100%

Modules by API surface

custom_components/terneo/climate.py21 symbols
custom_components/terneo/thermostat.py19 symbols

For agents

$ claude mcp add terneo_thermostat \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page