-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtradfri_outlet.conf
31 lines (16 loc) · 1019 Bytes
/
tradfri_outlet.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# OLA Trigger config for IKEA Trådfri control outlets
# Copyright (C) 2018 Johan Nilsson. https://gobo.ws
# DMX protocol
###############################################################################
# Channel 1 Control outlet on/off. Value 0-114 outlet off. 140-255 outlet on
# Configuration
###############################################################################
hostname='192.168.0.1' # Trådfri gateway hostname or IP address
identity='TRADFRIDMX' # Trådfri DTLS Identity
psk='1a2b3c4d5e6f7g8h' # Trådfri DTLS Identity pre shared key
outlet_id='65537' # Control outlet ID number
# Triggers
###############################################################################
# Slot Values Action
1 0-114 -`sh tradfri_outlet.sh 'off' '${identity}' '${psk}' '${hostname}' '${outlet_id}'`
1 140-255 +`sh tradfri_outlet.sh 'on' '${identity}' '${psk}' '${hostname}' '${outlet_id}'`