All Projects → Makave1i → terneo_thermostat

Makave1i / terneo_thermostat

Licence: other
Terneo thermostat component for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to terneo thermostat

cookiecutter-homeassistant-component
A cookiecutter project template for generating the structure for a new custom component.
Stars: ✭ 22 (-8.33%)
Mutual labels:  homeassistant, homeassistant-components
cookiecutter-homeassistant-custom-component
Cookiecutter template for Home Assistant custom component
Stars: ✭ 37 (+54.17%)
Mutual labels:  homeassistant, homeassistant-components
homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (-37.5%)
Mutual labels:  homeassistant, home-assistant-component
threedy
Home Assistant card for 3D printer status and management.
Stars: ✭ 159 (+562.5%)
Mutual labels:  homeassistant, homeassistant-components
homeassistant-aemet-sensor
AEMET integration for Home Assistant
Stars: ✭ 21 (-12.5%)
Mutual labels:  homeassistant, homeassistant-components
presence simulation
Home Assistant Presence Simulation
Stars: ✭ 124 (+416.67%)
Mutual labels:  homeassistant, homeassistant-components
home-assistant-nespressoble
NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script
Stars: ✭ 34 (+41.67%)
Mutual labels:  homeassistant, homeassistant-components
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (+0%)
Mutual labels:  homeassistant, homeassistant-components
home assistant omnik solar
Home Assistant Omnik Solar sensor component
Stars: ✭ 15 (-37.5%)
Mutual labels:  homeassistant, home-assistant-component
HA Garage Doors
Using Home Assistant and MQTT to open garage doors
Stars: ✭ 22 (-8.33%)
Mutual labels:  homeassistant
midea-ac-py
This is a library to allow communicating to a Midea appliance via the Midea cloud.
Stars: ✭ 72 (+200%)
Mutual labels:  homeassistant
addon-magicmirror
MagicMirror² - Home Assistant Community Add-ons
Stars: ✭ 40 (+66.67%)
Mutual labels:  homeassistant
home-assistant-miele
Miele integration for Home assistant
Stars: ✭ 101 (+320.83%)
Mutual labels:  homeassistant
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+137.5%)
Mutual labels:  homeassistant
Neon.HomeControl
Home Automation System, similar to HomeAssistant but made with .net core and ❤️
Stars: ✭ 46 (+91.67%)
Mutual labels:  homeassistant
hass-foldingathomecontrol
Homeassistant integration for FoldingAtHomeControl
Stars: ✭ 15 (-37.5%)
Mutual labels:  homeassistant
ha-gosenseapp
Application that uses the gosense library to discover and publish sensor information to HA via MQTT
Stars: ✭ 38 (+58.33%)
Mutual labels:  homeassistant
ha-birthdays
Birthday integration for HomeAssistant
Stars: ✭ 14 (-41.67%)
Mutual labels:  homeassistant
ha-zha-new
update of the zha component
Stars: ✭ 57 (+137.5%)
Mutual labels:  homeassistant
winix
Home Assistant component for C545 Winix Air Purifier
Stars: ✭ 55 (+129.17%)
Mutual labels:  homeassistant

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].