All Projects → hellqvio86 → home_assistant_casambi

hellqvio86 / home_assistant_casambi

Licence: MIT license
Home assistant Integration for Casambi Cloud lights

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to home assistant casambi

ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+147.37%)
Mutual labels:  hacs
gecko-home-assistant
Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
Stars: ✭ 41 (+115.79%)
Mutual labels:  hacs
home-assistant-theme-outline
🎨 Home Assistant Theme: Outline
Stars: ✭ 20 (+5.26%)
Mutual labels:  hacs
thermal
Thermal Vision Sensor and Camera for Home Assistant
Stars: ✭ 43 (+126.32%)
Mutual labels:  hacs
home-assistant-miele
Miele integration for Home assistant
Stars: ✭ 101 (+431.58%)
Mutual labels:  hacs
hagooglewifi
Home Assistant integration for Google Wifi systems.
Stars: ✭ 65 (+242.11%)
Mutual labels:  hacs
ltss
Long time state storage (LTSS) custom component for Home Assistant using Timescale DB
Stars: ✭ 34 (+78.95%)
Mutual labels:  hacs
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 (-21.05%)
Mutual labels:  hacs
custom-brand-icons
Custom brand icons for Home Assistant
Stars: ✭ 242 (+1173.68%)
Mutual labels:  hacs
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+200%)
Mutual labels:  hacs
Anniversaries
Anniversary Countdown Sensor for Home Assistant
Stars: ✭ 128 (+573.68%)
Mutual labels:  hacs
hacs-govee
A HACS repository for Govee light integration
Stars: ✭ 173 (+810.53%)
Mutual labels:  hacs
homeassistant-jlrincontrol
An integration for JLR InControl to Home Assistant
Stars: ✭ 34 (+78.95%)
Mutual labels:  hacs
Integration
HACS gives you a powerful UI to handle downloads of all your custom needs.
Stars: ✭ 2,114 (+11026.32%)
Mutual labels:  hacs
ha-sengledapi
Home Assistant Integration for Sengled Bulbs. This is a custom component to allow control of Sengled Bulbs in Homeassistant using the unofficial Sengled API. Please note this mimics the Sengled app and therefore Sengled may cut off access at anytime.
Stars: ✭ 85 (+347.37%)
Mutual labels:  hacs
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (+100%)
Mutual labels:  hacs
HomeAssistant-Cupertino-Icons
Apple SF Symbols icons for Home Assistant! (3000+ icons)
Stars: ✭ 100 (+426.32%)
Mutual labels:  hacs
MyHOME
MyHOME integration for Home-Assistant
Stars: ✭ 74 (+289.47%)
Mutual labels:  hacs
home-assistant-omnik-inverter
Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)
Stars: ✭ 45 (+136.84%)
Mutual labels:  hacs
midea-ac-py
This is a library to allow communicating to a Midea appliance via the Midea cloud.
Stars: ✭ 72 (+278.95%)
Mutual labels:  hacs

Home assistant Casambi Lights support

GitHub release (latest by date) hacs_badge GitHub issues GitHub last commit GitHub

This is project is a custom component for supporting Casambi Lights in Home Assistant. The component integrates with casambi through its Cloud API. All lights will be automatically discovered. The light state is sent to Home Assistant mainly by websocket, but this integration also polls Casambis REST API periodically. Home Assistant can be integrated with Google Home, Amazon Alexa and much more.

It uses a separate library (also written by me), link to library project: https://github.com/olofhellqvist/aiocasambi

Not supported devices

OEM Fixture Model Comment
OLIGO GRACE PL HA TW Integration do not support two dimmers, hardware is needed in order to develop support for controls': [{'name': 'dimmer0', 'type': 'Dimmer', 'value': 0.0}, {'name': 'dimmer1', 'type': 'Dimmer', 'value': 0.0}
OLIGO CURVED Support for light with two dimmers (up and down light) is currently limited. Both dimmers are controlled simultaneously with one light entity in Home Assistant, no separate control implemented as of today (see #54).

Supported devices

Lights

Supported modes

These modes are implemented:

  • on/off
  • brightness
  • color temperature
  • rgb
  • rgbw

Distribution/Vertical

Distribution/Vertical is supported by using casambi.light_turn_on service, see screenshot below: Screenshot

Usage

Prerequisite

Installation

Installation via HACS (recommended)

  1. Setup HACS https://hacs.xyz/
  2. HACS -> Integrations -> + -> Casambi -> Install

"Manual" Installation

Just place the directory "casambi" in to your 'custom_components' folder.

Troubleshot

Enable logging in your configuration.yml

Set logging to debug mode for integration and aiocasambi (library that the integration uses):

logger:
  default: info
  logs:
    homeassistant.components.casambi: debug
    custom_components.casambi: debug
    aiocasambi: debug

Todo list

Links to what needs to be done next: https://developers.home-assistant.io/docs/integration_quality_scale_index/ , https://developers.home-assistant.io/docs/creating_component_code_review/ and https://developers.home-assistant.io/docs/creating_platform_code_review/ .

Other Casambi projects

Authors

  • Olof Hellqvist - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Disclaimer

This custom component is neither affiliated with nor endorsed by Casambi.

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