Coder Social home page Coder Social logo

smart_hass's Introduction

smart_hass

image

image

Tools I find useful in my interactions with Home Assistant.

  • Free software: GNU General Public License v3

Installation

$ pip install smart_hass

Usage

This is a command line tool meant to work in a Unix shell.

If you don't know what to do, try:

$ smass --help

Binary Bayes introspection

Determine which combinations of observations can cause your Bayesian Binary sensor to be True/False.

Latest functionality can be found via:

$ smass bayes --help

Pipe valid YAML from a Bayesian Binary config:

$ pbpaste | smass bayes

Identify and analyze Bayesian Binary sensors in a config file:

$ smass bayes --conf ~/hass_config/binary_sensors.yaml

List all cases where a Bayesian Binary sensor evaluates to True with an observation of on for binary_sensor.bedroom_motion

$ pbpaste | smass bayes -te binary_sensor.bedroom_modtion -ts on | json_pp

Multisensor

Generate an Arduino sketch for an ESP-MQTT-JSON-Multisensor via:

$ smass multisensor --name kitchen

Yields: ./multisensor/multisensor.ino, which can then be flashed to a Node MCU via the Arduino IDE.

In order for this to function properly, you should set the following environment variables to use for your multisensor.

  • WIFI_SSID
  • WIFI_PWD
  • MQTT_SERVER
  • MQTT_USER
  • MQTT_PWD
  • MQTT_PORT
  • OTA_PWD

Wiring Diagram for Multi Sensor

MultiSensor Wiring Diagram

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

The multisensor is derived from ESP-MQTT-JSON-Multisensor.

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.