Git Product home page Git Product logo

home_tx's People

Contributors

pacorain avatar

Watchers

 avatar  avatar

home_tx's Issues

Movie Lights

Create a switch that automatically fades the lights when we’re watching something. I specifically want this to show up as a switch with HomeKit and Alexa. I don’t know if I can do that with an input_boolean. Another option might be to make a template switch that is attached to the automation states.

Also, this should be separate between the living room and bedroom. I wonder if I can use a better naming scheme then, say, “living room auto movie lights”.

Effects on Tasmota lights

I've successfully flashed one of the cloud lamps in the nursery with Tasmota, and got it set up. I've been able to manually issue commands over MQTT to create lighting effects (such as a cycle through the rainbow); however, this requires multiple MQTT commands to different topics. (Also, Home Assistant does not natively support creating effects manually).

I want to see if I can make an MQTT light that publishes to topics subscribed to on automations, and use those automations to send the relevant MQTT commands to the actual bulb.

This will be a good first package for #13.

28167/ZW3104 GE Z-Wave Plug-In Smart Dimmer - Brightness control finicky

Whenever I change the brightness on light.rocker_lamp (which is a GE Z-Wave Plug-In Smart Dimmer), I have issues with it sometimes not wanting to change (including when I turn it on and off). It appears to be trying to transition gently, and sending the brightness level with each fade step to the Z-Wave controller (in my case, OpenZWave).

For example, in my automations to automatically turn the light on and off with motion at night, it successfully turns on at 10%, but then when the automation calls the light.turn_off service, it eventually comes back at 7% brightness.

Nursery light keeps turning on when baby is trying to sleep

The light automatically turning on with motion is nice, but when we turn it off because it’s still to bright to keep the baby asleep, it immediately turns itself back on.

Is there a way we can limit how often the automation runs? Or maybe make an input that allows to switch between “off”, “on”, and “auto”?

Better temperature monitoring

I'm having issues with the temperature fluctuating in the house--let's see if we can make some sensors to resolve that

Controlling groups

What is the best way to support both individual and grouped control of living room lights?

Habitica sensors

I want to create sensors that provide the status of my Habitica profile using the Habitica API, including my health, mana, and the number of tasks that I have.

Garage Door (myq) not responding

2020-06-25 21:49:03 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry [redacted] for myq
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 217, in async_setup
    hass, self
  File "/usr/src/homeassistant/homeassistant/components/myq/__init__.py", line 36, in async_setup_entry
    myq = await pymyq.login(conf[CONF_USERNAME], conf[CONF_PASSWORD], websession)
  File "/usr/local/lib/python3.7/site-packages/pymyq/api.py", line 176, in login
    await api.authenticate(username, password)
  File "/usr/local/lib/python3.7/site-packages/pymyq/api.py", line 123, in authenticate
    login_request=True,
  File "/usr/local/lib/python3.7/site-packages/pymyq/api.py", line 92, in request
    data = await resp.json(content_type=None)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 1040, in json
    return loads(stripped.decode(encoding))
  File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.7/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 4 column 65 (char 114)

Organize packages by functionality

I'd like to try re-organizing my configuration by functionality. I think in the long run this will make it easier to understand and update different functions of my smart home.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.