URL Schemes reference

Currently defined URL-schemes and a short explanation. The leading http://localhost:1215/ is not shown, so for getting the value of group 1.2.3 type http://localhost:1215/eib/grp/1.2.3 in your browser for testing (replace localhost by the name of the machine for remote requests).

eib/grp/a.b.c get the value for group a.b.c
eib/grp/a.b.c?val=x set the value for group a.b.c to x
eib/stat/ontime/a.b.c get the total ontime (i.e. the light was on / the window was open) for group a.b.c in hours
eib/stat/ontimeToday/a.b.c get the ontime since midnight
eib/stat/runtime/a.b.c get the total runtime (i.e. the time, rleibd is watching this group)
eib/stat/actions/a.b.c the total number of actions1
eib/stat/actionsToday/a.b.c the number of actions1 since midnight
eib/stat/laston/a.b.c get the time this group was switched on (light) or opened (window)
eib/stat/pos/a.b.c get the position (only valid for shutters)
eib/stat/pos/a.b.c?val=x move the shutter a.b.c to position x (in %, x=0..100)
eib/script/name executes script name

1) actions is the number of cycles (on/off, open/close) or the number of movements of a shutter.