38 lines
926 B
YAML
38 lines
926 B
YAML
P01:
|
|
hosts:
|
|
10.32.50.170:
|
|
#192.168.192.42
|
|
vars:
|
|
static_ip: 192.168.192.42
|
|
static_mask: 24
|
|
static_routers: 192.168.192.1
|
|
static_nameservers: 192.168.192.1
|
|
room: P01
|
|
mqtt_ip: localhost
|
|
mqtt_port: 1883
|
|
|
|
barco_G62:
|
|
- position: main
|
|
model: barco_G62
|
|
port: 3023
|
|
# ip: localhost #for testirovanje
|
|
ip: 192.168.192.12
|
|
- position : side
|
|
model: barco_G62
|
|
port: 3023
|
|
ip: 192.168.192.13
|
|
tse_box:
|
|
serial_device: /dev/ttyUSB0
|
|
|
|
projector_motors:
|
|
- position: main
|
|
i2c_address: 0x42
|
|
offset: 0 #for when using single 8 channel relay board
|
|
- position: side
|
|
i2c_address: 0x43
|
|
offset: 4
|
|
|
|
lucke:
|
|
url: http://192.168.190.90:8091/rest/fri-fkkt/lecture-halls/{roomId}/scenes/{sceneId}/activate
|
|
roomId: 0
|
|
bearer_token: 0954afe1-4111-4f89-a123-fea08a55dc46
|