This commit is contained in:
Frangež, Miha 2024-10-31 13:30:36 +01:00
parent 5bb47c9578
commit c1946a1c3d
4 changed files with 158 additions and 0 deletions

34
docs/MQTT_struktura.md Normal file
View file

@ -0,0 +1,34 @@
- `{room}/` - One for each room (e.g. `p01`, `p22`...)
- `/projectors/{name}/` - One for each projector (e.g. `main`, `side`...)
- `/status/`
- `power` - 0/1
- `shutter` - 0/1
- `freeze` - 0/1
- `input` - str
- `/set/`
- `power` - 0/1
- `shutter` - 0/1
- `freeze` - 0/1
- `input` - str
- `/platno/`
- `/status` - `UNKNOWN`, `MOVING`, `UP`, `DOWN`
- `/move` - `UP`, `DOWN` or `STOP`
- `/goto` - `UP` or `DOWN`
- `/lift/`
- `up` - 0/1
- `down` - 0/1
- `service_up` - 0/1
- `service_down` - 0/1
- `/power/` - Controls power for different parts of the installation
- `/master/` - Master power for most hardware in the rack
- `status` - current power status (`0` or `1`)
- `set` - set the power status (`0` or `1`)
- `/audio` - Audio system
- `status` - current power status (`0` or `1`)
- `set` - set the power status (`0` or `1`)
- `/projectors` - Projectors and lifts
- `status` - current power status (`0` or `1`)
- `set` - set the power status (`0` or `1`)

View file

@ -0,0 +1,16 @@
Projektorji v velikih predavalnicah
===
## Panasonic PT-RZ370U
Linki:
- [Stran proizvajalca](https://eww.pavc.panasonic.co.jp/projector/extranet/main/previous/rz370/manual.html)
- [Navodila za uporabo](https://www.projectorcentral.com/pdf/projector_manual_7438.pdf)
### Spletni vmesnik
HTTP stran na IP naslovu projektorja. **Username:** `admin1`, **Password:** `panasonic`.
### Kontrola preko PJLink
PJLink je standardni protokol za kontrolo projektorjev. Je na TCP portu `4352`, dokumentacija je na voljo: [PJLink Specifications](https://pjlink.jbmia.or.jp/english/data/5-1_PJLink_eng_20131210.pdf)

View file

@ -0,0 +1,94 @@
Projektorji v velikih predavalnicah
===
## Barco G62 (P01)
Linki:
- [Stran proizvajalca](https://www.barco.com/en/product/g62-w11)
- [Navodila za uporabo](https://www.projectorcentral.com/pdf/projector_manual_11790.pdf)
Konfiguracija je možna preko spletnega vmesnika ali namiznega (Java) programa "Projecor Toolset".
### Spletni vmesnik
HTTP stran na IP naslovu projektorja. **Username:** `admin@g62`, **Password:** `admin@g62`.
### Kontrola preko RS232 ali TCP
Kontrola preko RS232 ali TCP povezave na portu `3023` s komandami v ASCII formatu. Dokumentiran je v [Navodilih za uporabo, stran 90](https://www.projectorcentral.com/pdf/projector_manual_11790.pdf#page=90).
Tipi ukazov:
- Sprememba vrednosti: npr. `[POWR1]` nastavi `POWR` na `1`
- Preverjanje vrednosti: npr. `[POWR?]`
- projektor odgovori z npr. `[POWR!01]` (pomeni `POWR` je `1`), `
Vrednosti, ki jih projektor podpira (povzetek):
- `POWR` - "power" - vklopljen ali izklopljen (ekvivalentni vrednosti sta `DPON` in `SBPM`)
- `VMUT` - "video mute" oz. "shutter" - izklop videa
- `MSRC` - "source" - izbira vhoda (0-5)
- `LSHS` - "lamp hours" - ure žarnice
- `FRZE` - "freeze" - zamrzne sliko na projektorju
### Kontrola preko PJLink
PJLink je standardni protokol za kontrolo projektorjev. G62 podpira del ukazov, ne pa vseh (npr. "toggle power" ne dela, "power on" in "power off" pa delata).
PJLink je na TCP portu `4352`, dokumentacija je na voljo: [PJLink Specifications](https://pjlink.jbmia.or.jp/english/data/5-1_PJLink_eng_20131210.pdf)
## Barco RLM W6 (P22, PA)
Linki:
- [Stran proizvajalca](https://www.barco.com/en/support/rlm-w6)
- [Navodila za uporabo](https://www.projectorcentral.com/pdf/projector_manual_5601.pdf)
- [Zamenjava žarnic (navodila in nakup)](https://www.beamer-parts.eu/projector-lamp/barco/barco-r9832749/)
### Spletni vmesnik
HTTP stran na IP naslovu projektorja, avtentikacija je izklopljena.
### Kontrola preko RS232 ali TCP
Kontrola preko RS232 ali TCP povezave na portu `43680` s komandami v ASCII formatu. Dokumentacija: [Barco RLM W6 Serial (RS-232) Command](https://ia601702.us.archive.org/10/items/manualsonline-id-e157e5b3-8a43-4f43-8101-41fbe886a3df/e157e5b3-8a43-4f43-8101-41fbe886a3df.pdf).
Zahtevane so `CR` končnice vrtice! Za testiranje je potrebna naprednejša verzija `ncat`: npr. `ncat -C 192.168.192.22`.
Tipi ukazov:
- Izvedba ukaza: npr. `op power.off` iz vede ukaz `power.off`
- Sprememba vrednosti: npr. `op input.sel = 1` nastavi `input.sel` na `1`
- Preverjanje vrednosti: npr. `op input.sel ?` preveri vrednost `input.sel`
- projektor odgovori z:
- ponovitev poslanega (echo): npr. `op power.off` -> `op power.off`
- potrditev izvedbe ukaza: npr. `op power.off` -> `OP POWER.OFF`
- novo vrednostjo: npr. `OP INPUT.SEL = 1` (pomeni `input.sel` je zdaj `1`)
Vrednosti, ki jih projektor podpira (povzetek):
- `status` (READ) - stanje napajanja (0=off, 2=on ...)
- `input.sel` (READ+WRITE) - izbira vhoda (0-7)
- `picture.mute` - "source" - izbira vhoda (0-5)
- `LSHS` - "lamp hours" - ure žarnice
- `FRZE` - "freeze" - zamrzne sliko na projektorju
## Dvigala za lifte (P01, P22)
Linki:
- [Navodila za namestitev](https://www.draperinc.com/documentdownload.aspx?path=LiftsMounts/Instructions&file=ScissorLiftSL_230V_CE_Inst15_Legacy.pdf)
### Nastavitev delovne višine
Za spremembo delovne višine izvedemo naslednja dva postopka:
CLEARING THE SHOW POSITION AT CURRENT SHOW POSITION:
1. Move lift to the show position (**DELOVNI DOL**)
2. While lift is at the show position press and hold the Key Up (**SERVIS GOR**) toggle switch and release once the Lift begins moving upward.
The show position is now cleared and ready for a new show position to be set.
PROCEDURE FOR SETTING SHOW POSITION:
1. Now that the show position has been cleared, use wall switch up and down (**DELOVNI GOR/DOL**) buttons to get lift into desired show position.
2. While lift is at desired show position, press and hold the Key Down (**SERVIS DOL**) toggle switch until lift begins to move upward.
Lift will begin a calibration cycle where it will move upward for two seconds, stop then move down for one second and then the Lift will return to the desired show position.

14
docs/multimedia_ip.csv Normal file
View file

@ -0,0 +1,14 @@
Prostor,Naprava,Model,IPv4,Naslov
-,Multimedija server,,192.168.192.9,multimedija.fri1.uni-lj.si
P01,Crestron krmilnik,Crestron AV3,192.168.192.10,
P01,Crestron tablica,Crestron TSW550,192.168.192.11,
P01,Glavni projektor,Barco G62,192.168.192.12,
P01,Stranski projektor,Barco G62,192.168.192.13,
P01,Avdio mixer,Extron DMP 128,192.168.192.14,
P01,Video matrica,Extron DXP 44,192.168.192.15,
P22,Crestron krmilnik,Crestron AV3,192.168.192.20,
P22,Crestron tablica,Crestron TSW550,192.168.192.21,
P22,Glavni projektor,Barco RLM W6,192.168.192.22,
P22,Stranski projektor,Barco RLM W6,192.168.192.23,
P22,Avdio mixer,Extron DMP 128,192.168.192.24,
P22,Video matrica,Extron DXP 44,192.168.192.25,
1 Prostor Naprava Model IPv4 Naslov
2 - Multimedija server 192.168.192.9 multimedija.fri1.uni-lj.si
3 P01 Crestron krmilnik Crestron AV3 192.168.192.10
4 P01 Crestron tablica Crestron TSW550 192.168.192.11
5 P01 Glavni projektor Barco G62 192.168.192.12
6 P01 Stranski projektor Barco G62 192.168.192.13
7 P01 Avdio mixer Extron DMP 128 192.168.192.14
8 P01 Video matrica Extron DXP 44 192.168.192.15
9 P22 Crestron krmilnik Crestron AV3 192.168.192.20
10 P22 Crestron tablica Crestron TSW550 192.168.192.21
11 P22 Glavni projektor Barco RLM W6 192.168.192.22
12 P22 Stranski projektor Barco RLM W6 192.168.192.23
13 P22 Avdio mixer Extron DMP 128 192.168.192.24
14 P22 Video matrica Extron DXP 44 192.168.192.25