Coder Social home page Coder Social logo

hass-components's Introduction

❗ Home Assistant 0.88 components directory structure change ❗

ups_pico already updated #3

More info: https://developers.home-assistant.io/blog/2019/02/19/the-great-migration.html

hass-components

Home Assistant custom components

rflink2

RFLink custom component allowing to use second RFLink module

Installation

  • download or clone repository files
  • add to configuration.yaml:
    rflink2:
      port: /dev/ttyACM0
    

ups_pico

Custom component for UPS PIco from PiModules

Requirements

  • smbus2 v0.2.0 Python package - should be installed automatically by HA

Installation

  • download or clone repository files
  • copy dirs/files to your Home Assistant config directory - for example /home/homeassistant/.homeassistant with this structure:
    └── .homeassistant
        ├── configuration.yaml
        │   (... and the other current files)
        └── custom_components
            └── ups_pico
                ├── __init__.py
                └── switch.py
    
  • add to configuration.yaml:
    ups_pico:
    
    switch:
      - platform: ups_pico
    
  • restart Home Assistant
  • you should see entities for sensors and switches like:
    ups_pico.pwr_mode
    ups_pico.volt_rpi
    ups_pico.volt_bat
    ups_pico.temp_ntc1
    switch.ups_pico_enabled_leds
    switch.ups_pico_blue_led
    switch.ups_pico_green_led
    switch.ups_pico_orange_led
    
  • if it doesn't work, look to the log files

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.