All Projects → smartHomeHub → Smartir

smartHomeHub / Smartir

Licence: mit
Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin, ESPHome)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Smartir

Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+444.61%)
Mutual labels:  homeassistant, smarthome, iot
Raspberrymatic
🏠 A lightweight, buildroot-based Linux operating system alternative for your CCU3, ELV-Charly or for running your IoT "HomeMatic CCU" as a virtual appliance (using ESXi, Proxmox, VirtualBox, Docker/OCI, Kubernetes/K8s, Home Assistant, etc.) or on your own RaspberryPi, Tinkerboard, etc. SBC devices...
Stars: ✭ 803 (+18.61%)
Mutual labels:  homeassistant, smarthome, iot
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+415.07%)
Mutual labels:  homeassistant, smarthome, iot
Tuya Convert
A collection of scripts to flash Tuya IoT devices to alternative firmwares
Stars: ✭ 3,338 (+393.06%)
Mutual labels:  smarthome, iot
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (-95.57%)
Mutual labels:  smarthome, homeassistant
HomeAssistant-Config
Here is my current Home Assistant config. Hope this helps who needs it!!
Stars: ✭ 87 (-87.15%)
Mutual labels:  smarthome, homeassistant
Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (-79.32%)
Mutual labels:  homeassistant, iot
Awesome Smarthome
Curated list of awesome SmartHome/Home Automation things (open and leaving users in control)
Stars: ✭ 274 (-59.53%)
Mutual labels:  smarthome, iot
Home assistant
My personal Home Assistant setup - Running on a HassOS VM.
Stars: ✭ 270 (-60.12%)
Mutual labels:  homeassistant, smarthome
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (-56.43%)
Mutual labels:  smarthome, iot
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (-47.71%)
Mutual labels:  homeassistant, iot
Mqtt Smarthome
Smart home automation with MQTT as the central message bus - Architectural proposal
Stars: ✭ 356 (-47.42%)
Mutual labels:  smarthome, iot
zigbee
Database of Zigbee devices compatible with third party gateways: ZHA, deCONZ, Zigbee2MQTT, Tasmota, ZiGate, ioBroker,
Stars: ✭ 117 (-82.72%)
Mutual labels:  smarthome, homeassistant
HomeAssistantRepository
🏡 Home Assistant on Gentoo Linux.
Stars: ✭ 26 (-96.16%)
Mutual labels:  smarthome, homeassistant
Homeassistantconfiguration
Home Assistant Config. For more info see link:
Stars: ✭ 260 (-61.6%)
Mutual labels:  homeassistant, smarthome
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (-75.18%)
Mutual labels:  homeassistant, iot
Haswitchplate
LCD touchscreen for Home Automation
Stars: ✭ 666 (-1.62%)
Mutual labels:  homeassistant, smarthome
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (-84.93%)
Mutual labels:  homeassistant, iot
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (-80.35%)
Mutual labels:  homeassistant, iot
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (-51.99%)
Mutual labels:  smarthome, iot

Overview

SmartIR is a custom integration for controlling climate devices, media players and fans via infrared controllers.
SmartIR currently supports the following controllers:

More than 120 climate devices are currently supported out-of-the-box, mainly for the Broadlink controller, thanks to our awesome community.

In a study of around half-a-million British adults, coffee drinkers were found to have a slightly lower risk of death over a 10-year follow-up period than non-coffee drinkers, so "Buy Me A Coffee" is welcome :)
Also don't forget to star the repository if you had fun!

Installation

Manual

(1) Place the custom_components folder in your configuration directory (or add its contents to an existing custom_components folder). It should look similar to this:

<config directory>/
|-- custom_components/
|   |-- smartir/
|       |-- __init__.py
|       |-- climate.py
|       |-- fan.py
|       |-- media_player.py
|       |-- etc...

(2) Add the following to your configuration.yaml file.

smartir:

SmartIR automatically detects updates after each HA startup and asks you to install them. It also has a mechanism that prevents you from updating if the last SmartIR version is incompatible with your HA instance. You can disable this feature by setting SmartIR as follows:

smartir:
  check_updates: false

If you would like to get updates from the rc branch (Release Candidate), configure SmartIR as follows:

smartir:
  update_branch: rc

(3) Configure a platform.

HACS

If you want HACS to handle installation and updates, add SmartIR as a custom repository. In this case, it is recommended that you turn off automatic updates, as above.

Platform setup instructions

Click on the links below for instructions on how to configure each platform.

See also



SmartIR Climate

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].