Skip to content

Instantly share code, notes, and snippets.

@emme73
emme73 / README.md
Created June 2, 2020 10:07
Random color loop with DeConz and IKEA RGB Bulb

This flow allow by pressing a key on IKEA remote to start and stop a color change by randomizing CIE color space value

@emme73
emme73 / README.md
Last active September 23, 2021 12:25
Domoticz Status Check (for switches)

SubFlow with status indication to check if a Domoticz Device (as IDX) has the same status as the one provided.

requires a msg.request object with the following keys:

msg.request.idx ==> the domoticz Device IDX

msg.request.value ==> could be ON or OFF

msg.request.type ==> Device type: 0 Group/Scenario; 1 Switch (On/Off); 4 Temperature; 5 Level % 0~100

@emme73
emme73 / README.md
Created November 22, 2018 19:15
KNX and Domoticz

THis flow will connect DOmoticz to the KNX bus. You can activate switches form virtual switch in domoticz to a Group Address in KNX you can activate a switch over the KNX bus and have DOmoticz reflect the state (upon event) you can use a KNX event to do somethin in domoticz

You need to configure as follow:

SET_PHYSICAL_ADDRESS node should configured with the source address (one availble from you IPTunnel.. see instruction of your IP interface)

KNX_TO_DOMOTICZ node should be configured with the reference between the KNX group and the DOmoticz Switch ID (see example in the node)

@emme73
emme73 / README.md
Created November 14, 2018 13:33
Alexa to read Domoticz Temperature sensors

This flow, by using NodeRed Skill for Alexa, is able to read temperature sensors from domoticz by asking: "Alexa, what is the temperature in ..."

You will need to enable NodeRed Skill and subribe the account (free), then create your device ad add the Domoticz IDX configuration to the flow

Create an Alexa Device for each Temp device you want to read.

Hope you will enjoy it!

@emme73
emme73 / README.md
Last active October 13, 2018 16:49
Domoticz (MQTT) Presence detection with Bluetooth LE tags

This flow will use noBLE node to scan LE devices and activate a switch (or a variable) in Domoticz server using MQTT topic domoticz/in

There is a context array containing the tag devices Mac Addr and configuration. For each tag you can choose:

  • Activate a switch
  • Change a variable value (HOME/AWAY)
  • Put in a variable the RSSI value (rssi/AWAY)

#CONFIGURATION