34 lines
743 B
YAML
34 lines
743 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
|
|
|