Code Monkey home page Code Monkey logo

homeassistant's Introduction

Hi there πŸ‘‹

This is @jardiamj! πŸ‘‹

  • 🌱 I’m currently pursuing a Masters in Computer Science at University Of Washington - Bothell.
  • πŸ“š As part of my thesis I am working on developing simulation models for Emergency Services Communication Systems AKA the 911 system.
  • πŸ“š I hold a Bachelors degree in Agriculture and Natural Resourses.
  • ❀️ I love nature 🌿, gardening 🌱 🌹, woodworking πŸ”¨, sports ⚽ and technology πŸ’». In no specific order.
  • πŸ’¬ I also love conversations and the sharing of ideas with like minded people.

homeassistant's People

Contributors

gralin avatar jardiamj avatar stephenbeirlaen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

homeassistant's Issues

have a issue

In HA, I used it as a switch, and the send switch command MCP23017 did not have any action. After checking it for two days (I am a PY newbie), I don't know what't wrong,but it worked by modify the following parts:

def turn_on(self, **kwargs):

    """Turn the device on."""
    self._pin.value = False # not self._invert_logic  <-------this
    self._state = True
    self.schedule_update_ha_state()

def turn_off(self, **kwargs):
    """Turn the device off."""
    self._pin.value = True #True and not self._invert_logic  <--------this
    self._state = False
    self.schedule_update_ha_state()

Add it officially to Home Assistant

I was looking for MCP23017 support for Home Assistant and I found Your repo. Maybe You could add this to official HA repo? I don't know the process but having this officially build in would be awesome!

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.