Difference between revisions of "Power"
m (update and fix on power) |
m (added (non-unique) id's to pinpoint items on the same outlet) |
||
Line 1: | Line 1: | ||
<graph> | <graph> | ||
/* use http://www.webgraphviz.com/ */ | /* use http://www.webgraphviz.com/ */ | ||
− | |||
− | |||
graph power { | graph power { | ||
rankdir=LR; | rankdir=LR; | ||
Line 9: | Line 7: | ||
/* Define all leaf nodes */ | /* Define all leaf nodes */ | ||
node [color=green] | node [color=green] | ||
− | + | TV [id=sl1l] | |
− | + | PS4 [id=sl1l] | |
− | + | amplifier [id=sl1r] | |
− | + | ||
− | + | ACKade [URL="/wiki/ACKade" id=h1l] | |
− | + | door [URL="/wiki/ACKsess" id=h1l] | |
− | + | spacestate [URL="/wiki/Space_state" id=h1l] | |
− | + | spaceview [URL="/wiki/Spaceview" id=h1l] | |
− | + | espixelflut [URL="/wiki/Kerstboom" id=h1l] | |
− | + | radioamp [id=h1l] | |
− | + | "lab PSU" [id=h1r] | |
+ | |||
+ | printer [id=h3l] | ||
+ | hackswitch [URL="/wiki/Network_information#hACKswitch" id=h3l] | ||
+ | hackphone [URL="/wiki/Telephone_System" id=h3l] | ||
+ | |||
+ | sensors [URL="/wiki/Spacestate_sensors" id=st1r] | ||
+ | "caller ID" [URL="/wiki/Telephone_System" id=st1r] | ||
+ | "Server 1" [URL="/wiki/VM_server" id=st1r] | ||
+ | "Server 2" [id=st1r] | ||
+ | "Server 3" [id=st1r] | ||
node [color=red] | node [color=red] | ||
− | + | openelec [id=sl2l] | |
− | + | slackphone [URL="/wiki/Telephone_System" id=sl2r] | |
− | + | stoplichter [URL="/wiki/Stoplichter" id=sl2r] | |
− | + | "water kettle" [URL="/wiki/Coffee_Machine" id=sl2r] | |
− | " | + | |
− | + | SpaceWorkHorse [URL="/wiki/SpaceWorkhorse" id=h2l] | |
− | "analog phone" [URL="/wiki/Telephone_system:Analog_Telephone_Adapter#Linksys_PAP2T"] | + | "solder station" [id=h2l] |
− | + | fan [id=h2l] | |
− | + | "orange extension" [id=h2l] | |
− | + | labelprinter [URL="/wiki/Zebra_LP_2824_Plus" id=h2r] | |
− | + | "analog phone" [URL="/wiki/Telephone_system:Analog_Telephone_Adapter#Linksys_PAP2T" id=h2r] | |
+ | raspi [id=h2r] | ||
+ | speaker [id=h2r] | ||
+ | aespc [id=h2r] | ||
+ | |||
+ | CNC [URL="/wiki/CNC" id=h4] | ||
+ | "3D printer" [URL="/wiki/3D_printer" id=h4] | ||
+ | router [URL="/wiki/Network_information#router" id=h4] | ||
+ | PC [id=h4] | ||
+ | "Monitor 1" [id=h4] | ||
+ | "Monitor 2" [id=h4] | ||
+ | microwave [id=sl2r] | ||
+ | oven [id=sl2r] | ||
+ | "emergency cell" [id=sl2r] | ||
+ | fridge [id=sl2r] | ||
+ | projector [id=sl2r] | ||
+ | laptop [id=sl2r] | ||
+ | ACKbar [URL="/wiki/ACKbar" id=sl2r] | ||
+ | monitor [id=sl2r] | ||
/* Make all the rest (outlets and strips) rectangular */ | /* Make all the rest (outlets and strips) rectangular */ |
Revision as of 15:54, 19 April 2018
<graph> /* use http://www.webgraphviz.com/ */ graph power { rankdir=LR; size="40"
/* Define all leaf nodes */ node [color=green] TV [id=sl1l] PS4 [id=sl1l] amplifier [id=sl1r]
ACKade [URL="/wiki/ACKade" id=h1l] door [URL="/wiki/ACKsess" id=h1l] spacestate [URL="/wiki/Space_state" id=h1l] spaceview [URL="/wiki/Spaceview" id=h1l] espixelflut [URL="/wiki/Kerstboom" id=h1l] radioamp [id=h1l] "lab PSU" [id=h1r]
printer [id=h3l] hackswitch [URL="/wiki/Network_information#hACKswitch" id=h3l] hackphone [URL="/wiki/Telephone_System" id=h3l]
sensors [URL="/wiki/Spacestate_sensors" id=st1r] "caller ID" [URL="/wiki/Telephone_System" id=st1r] "Server 1" [URL="/wiki/VM_server" id=st1r] "Server 2" [id=st1r] "Server 3" [id=st1r]
node [color=red]
openelec [id=sl2l]
slackphone [URL="/wiki/Telephone_System" id=sl2r]
stoplichter [URL="/wiki/Stoplichter" id=sl2r]
"water kettle" [URL="/wiki/Coffee_Machine" id=sl2r]
SpaceWorkHorse [URL="/wiki/SpaceWorkhorse" id=h2l] "solder station" [id=h2l] fan [id=h2l] "orange extension" [id=h2l] labelprinter [URL="/wiki/Zebra_LP_2824_Plus" id=h2r] "analog phone" [URL="/wiki/Telephone_system:Analog_Telephone_Adapter#Linksys_PAP2T" id=h2r] raspi [id=h2r] speaker [id=h2r] aespc [id=h2r]
CNC [URL="/wiki/CNC" id=h4] "3D printer" [URL="/wiki/3D_printer" id=h4] router [URL="/wiki/Network_information#router" id=h4] PC [id=h4] "Monitor 1" [id=h4] "Monitor 2" [id=h4]
microwave [id=sl2r] oven [id=sl2r] "emergency cell" [id=sl2r] fridge [id=sl2r] projector [id=sl2r] laptop [id=sl2r] ACKbar [URL="/wiki/ACKbar" id=sl2r] monitor [id=sl2r]
/* Make all the rest (outlets and strips) rectangular */ node [shape = rectangle color=black]; stackspace hackspace slackspace
/* label all outlets the same */ node [label="left"]; st1l h1l sl1l h2l sl2l h3l
node [label="right"]; st1r h1r sl1r h2r sl2r h3r st2 [label="single"]; h4 [label="single"];
/* Cluster the outlets */ subgraph cluster_1 { node [style=filled] st1l st1r label = "stackspace 1" color=green } subgraph cluster_2 { node [style=filled] st2 label = "stackspace 2" color=red } subgraph cluster_3 { node [style=filled] h1l h1r label = "hackspace 1" color=green } subgraph cluster_4 { node [style=filled] h2l h2r label = "hackspace 2" color=red } subgraph cluster_5 { node [style=filled] h3l h3r label = "hackspace 3" color=green } subgraph cluster_6 { node [style=filled] h4 label = "hackspace 4" color=red } subgraph cluster_7 { node [style=filled] sl1l sl1r label = "slackspace 1" color=green } subgraph cluster_8 { node [style=filled] sl2l sl2r label = "slackspace 2" color=red }
/* label all power strips (s<num>) the same */ node [label="powerstrip"];
/* connect all nodes */ stackspace--st1l [label=free] stackspace--st1r--s1--{sensors "caller ID" "Server 1" "Server 2" "Server 3" } stackspace--st2 [label="taped off"]
hackspace--{h1l h1r h2l h2r h3l h3r h4} h1l--s2--{ACKade s3 s4} s4--{door spacestate spaceview radioamp espixelflut}
h1r--s5--"lab PSU"
h2l--s6--{"solder station" SpaceWorkHorse fan "orange extension"} h2r--s7--{labelprinter raspi speaker "analog phone" s8} s8--aespc
h3l--s9--{hackswitch printer hackphone}
h3r--s10--{s11 s12 s13} s13--s14
h4--s15--{router CNC s16} s16--{"3D printer" PC "Monitor 1" "Monitor 2"}
slackspace--{sl1l sl1r sl2l sl2r} sl1l--s17--{TV PS4} sl1r--s18--amplifier sl2l--s19 s19--openelec
sl2r--s20--{s21 slackphone s22} s21--{microwave oven "emergency cell" stoplichter "water kettle"} s22--{fridge projector laptop s23} s23--{ACKbar monitor}
} </graph>
We've encountered some problems with the circuit breakers, here a list of devices:
Group 'A' (currently, the 'problem' group)
- ACKade
- ACKsess
- Christmas tree
- Network information
- Space state
- Spaceview
- Telephone System
- Thomson ST2030
- VM server
- all power strips on the hACKtable
- TV
Group 'B'
- 3D printer
- BarSystem
- CNC guide
- Coffee machine
- DE-DP14112
- Mac RGB Lamp
- Network information
- SpaceWorkhorse
- Zebra LP 2824 Plus
- fridge
(add missing items to the list)
other info
- Since 13 October 2017, we have 2x16A (shared, probably upgraded from 12A)
- Since June 2017 another renter has added servers to the same groups