All Projects → zachowj → Node Red Contrib Home Assistant Websocket

zachowj / Node Red Contrib Home Assistant Websocket

Licence: mit
Node-RED integration with Home Assistant Core

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Red Contrib Home Assistant Websocket

Android
📱 Home Assistant Companion for Android
Stars: ✭ 881 (+296.85%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+1470.72%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Ha Dockermon
A NodeJS RESTful API which can be used with Home Assistant to report the state of Docker Containers
Stars: ✭ 171 (-22.97%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+1560.81%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Room Assistant
Presence tracking and more for automation on the room-level
Stars: ✭ 764 (+244.14%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Ios
📱 Home Assistant for Apple platforms
Stars: ✭ 667 (+200.45%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+1847.75%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Supervisor
🏡 Home Assistant Supervisor
Stars: ✭ 862 (+288.29%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Frontend
🍭 Frontend for Home Assistant
Stars: ✭ 1,366 (+515.32%)
Mutual labels:  home-assistant, home-automation, hacktoberfest
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (-24.32%)
Mutual labels:  home-assistant, home-automation
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-22.97%)
Mutual labels:  home-automation, hacktoberfest
Smart Home
⭐ (Almost) everything needed to run my smart home with Home Assistant and more!
Stars: ✭ 221 (-0.45%)
Mutual labels:  home-assistant, home-automation
Itunes Api
🎵 A simple server providing a RESTful service for controlling iTunes
Stars: ✭ 166 (-25.23%)
Mutual labels:  home-assistant, home-automation
Garhage
a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
Stars: ✭ 163 (-26.58%)
Mutual labels:  home-assistant, home-automation
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (-27.93%)
Mutual labels:  home-assistant, home-automation
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (-21.17%)
Mutual labels:  home-assistant, home-automation
Openmqttgateway
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.
Stars: ✭ 2,413 (+986.94%)
Mutual labels:  home-assistant, home-automation
Home assistant files
Here are my Home Assistant configuration files
Stars: ✭ 159 (-28.38%)
Mutual labels:  home-assistant, home-automation
Blinkpy
A Python library for the Blink Camera system
Stars: ✭ 174 (-21.62%)
Mutual labels:  home-automation, hacktoberfest
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-18.02%)
Mutual labels:  home-assistant, home-automation

node-red-contrib-home-assistant-websocket

Release Version Build Status License

BuyMeCoffee

Various nodes to assist in setting up automation using Node-RED communicating with Home Assistant.

Getting Started

Documentation can be found here.

Prerequisites

Have Node-RED installed and working, if you need to install Node-RED see here.

Installation

Install via Node-RED Manage Palette

node-red-contrib-home-assistant-websocket

Install via npm

$ cd ~/.node-red
$ npm install node-red-contrib-home-assistant-websocket
# then restart node-red

For Home Assistant add-on users:

The Community add-on ships with this node right out of the box.

Under the server node config just check the checkbox for I use the Home Assistant Add-on

The add-on can be found here: https://github.com/hassio-addons/addon-node-red#readme

Nodes

The installed nodes have more detailed information in the Node-RED info pane shown when the node is selected. Below is a quick summary

All Events

Listens for all types of events from home assistant with the ability to filter by event type

State Changed Event

Listens for only state_changed events from home assistant

State Trigger

Much like the State Changed Node however provides some advanced functionality around common automation use cases.

Poll State

Outputs the state of an entity at regular intervals, optionally also at startup and every time the entity changes if desired

Webhook

Need Custom Integration installed in Home Assistant for node to function

Outputs the data received from the created webhook in Home Assistant

Call Service

Sends a request to home assistant for any domain and service available ( light/turn_on, input_select/select_option, etc..)

Entity

Need Custom Integration installed in Home Assistant for node to function

Creates an entity in Home Assistant which can be manipulated from this node

Fire Event

Fire an event on the event bus

Current State

Fetches the last known state for any entity on input

Get Entities

Get entities based on search criteria with 3 different output options

Get History

Fetches HomeAssistant history on input

Get Template

Allows rendering of templates on input

Wait Until

When an input is received the node will wait until the condition is met or the timeout occurs then will pass on the last received message

Zone

Outputs when one of the configured entities enter or leaves one of the defined zones.

Contribute

Contributors

List of all contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].