P22
This commit is contained in:
parent
36da67f369
commit
c763b962ee
6 changed files with 46 additions and 52 deletions
|
@ -19,7 +19,7 @@ predavalnice_pi:
|
|||
# Nastavitve za vse posamezne predavalnice
|
||||
hosts:
|
||||
|
||||
P01:
|
||||
p01_controller:
|
||||
room: P01
|
||||
ansible_host: 192.168.192.42
|
||||
static_ip: 192.168.192.42
|
||||
|
@ -49,3 +49,34 @@ predavalnice_pi:
|
|||
url: http://192.168.190.90:8091
|
||||
roomId: 1
|
||||
bearer_token: 0954afe1-4111-4f89-a123-fea08a55dc46
|
||||
|
||||
p22_controller:
|
||||
room: P22
|
||||
ansible_host: 192.168.192.43
|
||||
static_ip: 192.168.192.43
|
||||
|
||||
# Novi barco projektorji
|
||||
barco_G62:
|
||||
- position: main
|
||||
model: barco_G62
|
||||
port: 3023
|
||||
ip: 192.168.192.22
|
||||
- position: side
|
||||
model: barco_G62
|
||||
port: 3023
|
||||
ip: 192.168.192.23
|
||||
|
||||
tse_box:
|
||||
|
||||
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
|
||||
roomId: 2
|
||||
bearer_token: b44c8cdc-d848-4b49-9deb-79023a60a62a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue