Skip to content

Instantly share code, notes, and snippets.

@caputomarcos
caputomarcos / README.md
Last active November 9, 2023 23:33
Micro-FrontEnd with jsGrid & MongoDB

flow

in Ubuntu

~\.node-red\settings.js

include the ObjectId as global import

functionGlobalContext: {
@skylord123
skylord123 / esphome_config.yaml
Last active May 8, 2024 15:29
Wiegand ESP32-POE config
esphome:
name: west_warehouse_access_control
platform: ESP32
board: esp32-poe
includes:
- custom_components/wiegand_device/wiegand_device.h
ethernet:
use_address: west_warehouse_access_control
type: LAN8720
@richardsg307
richardsg307 / README.md
Last active January 7, 2024 09:04
Owl Intuition Full Featured Control Dashboard (almost) for Heating and Electricity

A few years ago Owl started charging for their service that enabled me to interrogate and update the settings of my Owl Intuition system. The main part I had was Central Heating control and monitoring of a single phase electrical supply. I decided then to write something to replace there service and be able to do it all myself. But I had no idea how to until I discovered Node-Red, which seemed to make communications with the Owl over UDP simple. So this project started as way for me to learn about Node-Red and how to use it.

A couple of months later the flow below has matured enough for me to be reasonably confident in publishing it for others to use and/or modify for their own purpose. I'm not saying it's perfect but it works for me.

The Flow enables you to control the Heating with buttons for switching between Comfort and Standby together with Toggle Buttons for Boosting or setting Away. The logic behind the buttons is a bit complex and has to cope with other methods being used to control the system (eg t

@MatthewFlamm
MatthewFlamm / Alarm system.md
Last active February 27, 2024 22:37
Esp32 home alarm system with home assistant and esphome

Alarm system using esp32 with esphome and home assistant

@doino-gretchenliev
doino-gretchenliev / configuration.yaml
Last active May 31, 2024 04:31
Home Assistant RADIUS authentication #home-assistant #homeassistant #radius #authentication #python
homeassistant:
auth_providers:
- type: command_line
command: "/config/auth/radius-auth.sh"
meta: true
@mcfrojd
mcfrojd / Shield_Intents.MD
Last active July 6, 2024 08:16
Working INTENTS to use with Community Hass.io Add-ons: Android Debug Bridge for your Nvidia Shield TV

Latest Update 2021-03-06 : New image showing the new "Services" in Home Assistant and got some tips from the comments below.

Credits and thanks: Home Assistant Forum users & Github users: @ocso, @wiphye, @teachingbirds, @tboyce1, @simbesh, @JeffLIrion @ff12 @rebmemer @siaox @DiederikvandenB @Thebuz @clapbr @Finsterclown


Start apps on your android device (in the examples below, my Nvidia Shield TV) from Home Assistant

alt text

Starts Youtube App

entity_id: media_player.shield
command: >-
@EM50L
EM50L / README.md
Last active October 16, 2023 07:07
Remote Control Android phone Throught USB debug ADB

Remote Control a android Phone throught USB-debug and ADB.

Flow

Screen