openhab: base config done : sitemap + things + item and link mqtt
This commit is contained in:
parent
0ee3d15754
commit
07cfe658cc
3 changed files with 62 additions and 0 deletions
26
openhab/openhab_conf/items/light_effects.items
Normal file
26
openhab/openhab_conf/items/light_effects.items
Normal file
|
@ -0,0 +1,26 @@
|
|||
Group Room
|
||||
Group SmartClothes
|
||||
|
||||
Group Sensors
|
||||
Group:Number Cam "Last roll" (Sensors)
|
||||
|
||||
Group Actuators
|
||||
Group Lights (Actuators)
|
||||
|
||||
|
||||
Number dmg "dernier degat" (Cam, Sensors){
|
||||
channel="Channel='mqtt:topic:de'"
|
||||
}
|
||||
|
||||
|
||||
Switch animation "lampe animation degat" (Lights){
|
||||
channel="Channel='mqtt:topic:lumiere'"
|
||||
}
|
||||
|
||||
Color couleur "couleur lampe" (Lights){
|
||||
channel="Channel='mqtt:topic:lumiere'"
|
||||
}
|
||||
|
||||
Switch reset "effecteur nouveau tour" (Sensors){
|
||||
channel="Channel='mqtt:topic:de'"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue