Michael Auchter 52ebb2fb3b limitlessled: Add support for White Limitless LED bulbs
LimitlessLED bulbs actually come in three flavors: RGB, RGBW, and White. The
ledcontroller library used to control these bulbs only supports RGBW and White
bulbs. This changelist adds support for the White bulb variant.

The White bulbs are a bit annoying in that they don't support absolute
brightness or color temperature adjustments; they only support a relative
"increase" or "decrease" adjustment. This, along with the unreliable, one-way
communication medium that requires repeats to be "sure" that the bulb received a
command, makes implementing brightness control difficult. So, for now, these
bulbs are more limited than the RGBW variants and only support On/Off control.
2015-10-01 22:38:50 -05:00
2015-09-25 11:03:16 -04:00
2015-08-30 17:48:06 -07:00
2015-09-29 23:08:37 -07:00
2015-09-23 01:17:28 +02:00
2015-09-19 12:29:23 -07:00
2015-09-08 20:11:25 -07:00
2015-09-17 08:54:56 -07:00
2015-08-31 22:01:45 -07:00
2013-10-08 21:18:22 -07:00
2015-09-27 21:56:15 -07:00
2015-09-19 12:29:23 -07:00
2015-09-11 23:06:48 -04:00
2015-08-29 23:17:47 -04:00
2015-09-29 00:18:52 -07:00

Home Assistant Build Status Coverage Status Join the chat at https://gitter.im/balloob/home-assistant

Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.

To get started:

python3 -m pip install homeassistant
hass --open-ui

Check out the website for a demo, installation instructions, tutorials and documentation.

screenshot-states

Examples of devices it can interface it:

Built home automation on top of your devices:

  • Keep a precise history of every change to the state of your house
  • Turn on the lights when people get home after sun set
  • Turn on lights slowly during sun set to compensate for less light
  • Turn off all lights and devices when everybody leaves the house
  • Offers a REST API and can interface with MQTT for easy integration with other projects
  • Allow sending notifications using Instapush, Notify My Android (NMA), PushBullet, PushOver, Slack, and Jabber (XMPP)

The system is built modular so support for other devices or actions can be implemented easily. See also the section on architecture and the section on creating your own components.

If you run into issues while using Home Assistant or during development of a component, check the Home Assistant help section how to reach us.

Description
🏡 Open source home automation that puts local control and privacy first.
Readme 566 MiB
Languages
Python 100%