-
Notifications
You must be signed in to change notification settings - Fork 0
/
fhem_floorplan.cfg
151 lines (127 loc) · 8.53 KB
/
fhem_floorplan.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
###############################################################################
# #
# fhem_floorplan.cfg Wolfram Plettscher 11/2016 #
# included into fhem_main.cfg #
# #
# build a visual floorplan of house #
# #
###############################################################################
###############################################################################
### Erdgeschoss ###
###############################################################################
define erdgeschoss FLOORPLAN
attr erdgeschoss stylesheet woplfloorplanstyle.css
attr erdgeschoss fp_noMenu 1
attr erdgeschoss fp_default 1
#attr erdgeschoss fp_arrange 1
#attr erdgeschoss commandfield 1
###############################################################################
### Obergeschoss ###
###############################################################################
define obergeschoss FLOORPLAN
attr obergeschoss stylesheet woplfloorplanstyle.css
attr obergeschoss fp_noMenu 1
#attr obergeschoss fp_default 1
#attr obergeschoss fp_arrange 1
#attr obergeschoss commandfield 1
###############################################################################
### Vorgarten ###
###############################################################################
define vorgarten FLOORPLAN
attr vorgarten stylesheet woplfloorplanstyle.css
attr vorgarten fp_noMenu 1
#attr vorgarten fp_default 1
#attr vorgarten fp_arrange 1
#attr vorgarten commandfield 1
###############################################################################
### Garten ###
###############################################################################
define garten FLOORPLAN
attr garten stylesheet woplfloorplanstyle.css
attr garten fp_noMenu 1
#attr garten fp_default 1
#attr garten fp_arrange 1
#attr garten commandfield 1
###############################################################################
### HomeControl ###
###############################################################################
define homecontrol FLOORPLAN
attr homecontrol stylesheet woplfloorplanstyle.css
attr homecontrol fp_noMenu 1
#attr homecontrol fp_default 1
#attr homecontrol fp_arrange 1
#attr homecontrol commandfield 1
###############################################################################
### weblink FhemMenu ###
###############################################################################
define wl_fhemMenu weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem"><img class="xyz" src="/fhem/www/images/default/rc_EXIT.png"></a>' }
attr wl_fhemMenu fp_erdgeschoss 1120,30
attr wl_fhemMenu fp_obergeschoss 1120,30
attr wl_fhemMenu fp_vorgarten 1120,30
attr wl_fhemMenu fp_garten 1120,30
attr wl_fhemMenu fp_homecontrol 1120,30
###############################################################################
### weblink Erdgeschoss ###
###############################################################################
define wl_erdgeschoss weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/erdgeschoss"><img class="xyz" src="/fhem/www/images/default/control_building_modern_s_okg_eg.png"></a>' }
attr wl_erdgeschoss fp_obergeschoss 30,30
attr wl_erdgeschoss fp_vorgarten 30,30
attr wl_erdgeschoss fp_garten 30,30
attr wl_erdgeschoss fp_homecontrol 30,30
###############################################################################
### weblink Erdgeschoss blue ###
###############################################################################
define wl_erdgeschoss_blue weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/erdgeschoss"><img class="xyz" src="/fhem/www/images/default/control_building_modern_s_okg_eg_blue.png"></a>' }
attr wl_erdgeschoss_blue fp_erdgeschoss 30,30
###############################################################################
### weblink Obergeschoss ###
###############################################################################
define wl_obergeschoss weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/obergeschoss"><img class="xyz" src="/fhem/www/images/default/control_building_modern_s_okg_og.png"></a>' }
attr wl_obergeschoss fp_erdgeschoss 30,90
attr wl_obergeschoss fp_vorgarten 30,90
attr wl_obergeschoss fp_garten 30,90
attr wl_obergeschoss fp_homecontrol 30,90
###############################################################################
### weblink Obergeschoss blue ###
###############################################################################
define wl_obergeschoss_blue weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/obergeschoss"><img class="xyz" src="/fhem/www/images/default/control_building_modern_s_okg_og_blue.png"></a>' }
attr wl_obergeschoss_blue fp_obergeschoss 30,90
###############################################################################
### weblink Garten ###
###############################################################################
define wl_garten weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/garten"><img class="xyz" src="/fhem/www/images/default/building_outside.png"></a>' }
attr wl_garten fp_erdgeschoss 90,30
attr wl_garten fp_obergeschoss 90,30
attr wl_garten fp_vorgarten 90,30
attr wl_garten fp_homecontrol 90,30
###############################################################################
### weblink Garten blue ###
###############################################################################
define wl_garten_blue weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/garten"><img class="xyz" src="/fhem/www/images/default/building_outside_blue.png"></a>' }
attr wl_garten_blue fp_garten 90,30
###############################################################################
### weblink Vorgarten ###
###############################################################################
define wl_vorgarten weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/vorgarten"><img class="xyz" src="/fhem/www/images/default/building_carport.png"></a>' }
attr wl_vorgarten fp_erdgeschoss 90,90
attr wl_vorgarten fp_obergeschoss 90,90
attr wl_vorgarten fp_garten 90,90
attr wl_vorgarten fp_homecontrol 90,90
###############################################################################
### weblink Vorgarten blue ###
###############################################################################
define wl_vorgarten_blue weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/vorgarten"><img class="xyz" src="/fhem/www/images/default/building_carport_blue.png"></a>' }
attr wl_vorgarten_blue fp_vorgarten 90,90
###############################################################################
### weblink HomeControl ###
###############################################################################
define wl_homecontrol weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/homecontrol"><img class="xyz" src="/fhem/www/images/default/control_building_control.png"></a>' }
attr wl_homecontrol fp_erdgeschoss 150,30
attr wl_homecontrol fp_obergeschoss 150,30
attr wl_homecontrol fp_vorgarten 150,30
attr wl_homecontrol fp_garten 150,30
###############################################################################
### weblink HomeControl blue ###
###############################################################################
define wl_homecontrol_blue weblink htmlCode { '<a href="http://172.20.20.15:8083/fhem/floorplan/homecontrol"><img class="xyz" src="/fhem/www/images/default/control_building_control_blue.png"></a>' }
attr wl_homecontrol_blue fp_homecontrol 150,30