finalized scripts for prototype deployment, added some features on frontend
This commit is contained in:
parent
6aacdcadbc
commit
61a8aa8ebc
21 changed files with 762 additions and 153 deletions
34
ansible_deploy/malinca.yml
Normal file
34
ansible_deploy/malinca.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue