Skip to content

Instantly share code, notes, and snippets.

View sktaylortrash's full-sized avatar

Paul sktaylortrash

View GitHub Profile
[
{
"id": "f4346c37.d2e6e",
"type": "switch",
"z": "bfbd5fb1.3cd19",
"name": "On/Off or Dim",
"property": "on_off_command",
"propertyType": "msg",
"rules": [
{
@sktaylortrash
sktaylortrash / Node-Red-Dashboard-UI.json
Created November 23, 2018 18:35
Node-Red Dashboard UI
[
{
"id": "634e2c66.f68494",
"type": "ui_switch",
"z": "793266b3.2f9258",
"name": "MasterLamp",
"label": "Master Lamp",
"group": "3be5ed33.ae46d2",
"order": 0,
"width": 0,
@sktaylortrash
sktaylortrash / DeconzMotion-MQTTLight.json
Last active September 14, 2018 06:52
Takes motion from Deconz PIR and compares time of day to set different delay and brightness
[
{
"id": "15ba8429.2d756c",
"type": "mqtt in",
"z": "c0fc70c0.91035",
"name": "Tradfri Switch",
"topic": "/Deconz/switch/2",
"qos": "0",
"broker": "79ae0f24.e78a8",
"x": 150,
@sktaylortrash
sktaylortrash / MQTTSubscription-for-MQTTDeconzBridge.json
Last active June 16, 2019 03:48
MQTT Subscription for MQTTDeconzBridge to read button presses from Ikea Tradfri remote
[
{
"id": "15ba8429.2d756c",
"type": "mqtt in",
"z": "c0fc70c0.91035",
"name": "Tradfri Switch",
"topic": "/Deconz/switch/2",
"qos": "0",
"broker": "79ae0f24.e78a8",
"x": 150,
[
{
"id": "4f031f22.40c9",
"type": "bigtimer",
"z": "a6a21cdc.65512",
"outtopic": "timer/goodmorning",
"outpayload1": "on",
"outpayload2": "off",
"name": "Good Morning",
"lat": "50.4452",
@sktaylortrash
sktaylortrash / Alexa-Deconz-Flow.json
Last active September 14, 2018 02:46
node-red-contrib-alexa-local - flow for Deconz Rest-API to control single ZigBee bulb
[
{
"id": "4263eef2.287a9",
"type": "alexa-local",
"z": "59dbd5ec.6f955c",
"devicename": "Dimmer1",
"inputtrigger": false,
"x": 100,
"y": 2680,
"wires": [
@sktaylortrash
sktaylortrash / Alexa-Multi-Light-Fixture.json
Created September 14, 2018 02:04
node-red-contrib-alexa-local - flow for light fixture with multiple MQTT enabled bulbs
[
{
"id": "9967fb32.25ef58",
"type": "alexa-local",
"z": "59dbd5ec.6f955c",
"devicename": "Fan Bulb 1",
"inputtrigger": false,
"x": 110,
"y": 2180,
"wires": [
@sktaylortrash
sktaylortrash / DeconzMQTTBridge.json
Last active July 10, 2019 08:56
Node-Red Websocket connection to Deconz (RaspBee, ConBee) for sensors and switches
[
{
"id": "c6315211.08b09",
"type": "tab",
"label": "Deconz MQTT Bridge",
"disabled": false,
"info": "Interface for interpreting Deconz websocket updates"
},
{
"id": "b9c8498.fdbefb8",